Color Hex Logo

#556f66 Color Hex

#556F66
(85,111,102)
0 Favorites   0 Comments

Color spaces of #556f66

RGB 85111102
HSL0.440.130.38
HSV159°23°44°
CMYK 0.230.000.08   0.56
XYZ11.829014.259514.6993
Yxy14.25950.29000.3496
Hunter Lab37.7618-10.16733.3538
CIE-Lab44.6028-11.58341.8888

#556f66 color RGB value is (85,111,102).

#556f66 hex color red value is 85, green value is 111 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #556f66 hue: 0.44 , saturation: 0.13 and the lightness value of 556f66 is 0.38.

The process color (four color CMYK) of #556f66 color hex is 0.23, 0.00, 0.08, 0.56. Web safe color of #556f66 is #666666. Color #556f66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101111 01100110
Octal 125 157 146
Decimal 85 111 102
Hex 55 6F 66

RGB Percentages of Color #556f66

%28.52
%37.25
%34.23

CMYK Percentages of Color #556f66

%23
%0
%8
%56

Triadic Colors of #556f66

#556f66 #66556f #6f6655

Analogous Colors of #556f66

#556f66 #556b6f #556f59

Monochromatic Colors of #556f66

#556f66

Complementary Color

#556f66 #6f555e

#556f66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556f66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556f66 Color CSS Codes

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

#556f66 Text Font Color

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

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


#556f66 Background Color

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

This div background color is #556f66


#556f66 Border Color

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

This div border color is #556f66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,111,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #556f66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #556f66;
  -webkit-box-shadow: 1px 1px 3px 2px #556f66;
  box-shadow:         1px 1px 3px 2px #556f66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556f66


Comments

No comments written yet.

Please login to write comment.