Color Hex Logo

#556555 Color Hex

#556555
(85,101,85)
0 Favorites   0 Comments

Color spaces of #556555

RGB 8510185
HSL0.330.090.36
HSV120°16°40°
CMYK 0.160.000.16   0.60
XYZ10.039711.894510.3611
Yxy11.89450.31090.3683
Hunter Lab34.4884-8.39276.3298
CIE-Lab41.0480-9.54177.0499

#556555 color RGB value is (85,101,85).

#556555 hex color red value is 85, green value is 101 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #556555 hue: 0.33 , saturation: 0.09 and the lightness value of 556555 is 0.36.

The process color (four color CMYK) of #556555 color hex is 0.16, 0.00, 0.16, 0.60. Web safe color of #556555 is #666666. Color #556555 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100101 01010101
Octal 125 145 125
Decimal 85 101 85
Hex 55 65 55

RGB Percentages of Color #556555

%31.37
%37.27
%31.37

CMYK Percentages of Color #556555

%16
%0
%16
%60

Triadic Colors of #556555

#556555 #555565 #655555

Analogous Colors of #556555

#556555 #55655d #5d6555

Monochromatic Colors of #556555

#556555

Complementary Color

#556555 #655565

#556555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556555 Color CSS Codes

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

#556555 Text Font Color

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

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


#556555 Background Color

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

This div background color is #556555


#556555 Border Color

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

This div border color is #556555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556555


Comments

No comments written yet.

Please login to write comment.