Hex #5479a4 Color

#5479a4
equivalent to

RGB

(84, 121, 164)

Details of #5479a4

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
84
17.1944
0.59
0.49
49.7858
18.2399
212°
42.7082
121
18.2399
0.32
0.26
-0.7769
0.2350
49°
-2.8748
164
37.7364
0.49
0.00   0.36
-27.0612
0.2493
64°
-22.4735

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010100
124
84
54
Green
1111001
171
121
79
Blue
10100100
244
164
A4

RGB in % of #5479a4

%22.76
%32.79
%44.44

CMYK in % of #5479a4

%49
%26
%0
%36

Triads of color #5479a4

#5479a4 #79a454 #a454a4

Similar Colors to #5479a4

#5479a4 #54a1a4 #5754a4

Preview Color #5479a4 on black ground

#5479a4 is very interesting for text.

Preview Color #5479a4 on white ground

#5479a4 is very interesting for text.

CSS Codes #5479a4 color

.mybgcolor {background-color:#5479a4; }
.myforecolor {color:#5479a4; }
.mybordercolor {border:3px solid #5479a4; }

Text Font Color #5479a4

<p style="color:#5479a4">Text here</p>

This sample text font color is #5479a4
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #5479a4

<div style="background-color:#5479a4">
Div content here</div>

This div background color is #5479a4


Border Color #5479a4

<div style="border:3px solid #5479a4">
Div here</div>

The color of this border is #5479a4


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #5479a4; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #5479a4;
-webkit-box-shadow: 1px 1px 3px 2px #5479a4;
box-shadow:         1px 1px 3px 2px #5479a4; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #5479a4">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #5479a4;
  -webkit-box-shadow: 1px 1px 3px 2px #5479a4;
  box-shadow:         1px 1px 3px 2px #5479a4;">
Div content here</div>

The shadow of div box using color #5479a4