Color Hex Logo

#556470 Color Hex

#556470
(85,100,112)
0 Favorites   0 Comments

Color spaces of #556470

RGB 85100112
HSL0.570.140.39
HSV207°24°44°
CMYK 0.240.110.00   0.56
XYZ11.228112.215517.0953
Yxy12.21550.27700.3013
Hunter Lab34.9507-3.8196-4.5348
CIE-Lab41.5566-2.7539-8.6597

#556470 color RGB value is (85,100,112).

#556470 hex color red value is 85, green value is 100 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #556470 hue: 0.57 , saturation: 0.14 and the lightness value of 556470 is 0.39.

The process color (four color CMYK) of #556470 color hex is 0.24, 0.11, 0.00, 0.56. Web safe color of #556470 is #666666. Color #556470 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100100 01110000
Octal 125 144 160
Decimal 85 100 112
Hex 55 64 70

RGB Percentages of Color #556470

%28.62
%33.67
%37.71

CMYK Percentages of Color #556470

%24
%11
%0
%56

Triadic Colors of #556470

#556470 #705564 #647055

Analogous Colors of #556470

#556470 #555770 #55706f

Monochromatic Colors of #556470

#556470

Complementary Color

#556470 #706155

#556470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556470 Color CSS Codes

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

#556470 Text Font Color

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

This sample text font color is #556470
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.


#556470 Background Color

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

This div background color is #556470


#556470 Border Color

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

This div border color is #556470


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,100,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556470; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556470;
  -webkit-box-shadow: 1px 1px 3px 2px #556470;
  box-shadow:         1px 1px 3px 2px #556470; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556470


Comments

No comments written yet.

Please login to write comment.