Color Hex Logo

#556451 Color Hex

#556451
(85,100,81)
0 Favorites   0 Comments

Color spaces of #556451

RGB 8510081
HSL0.300.100.35
HSV107°19°39°
CMYK 0.150.000.19   0.61
XYZ9.788711.63979.5154
Yxy11.63970.31630.3762
Hunter Lab34.1170-8.49037.3456
CIE-Lab40.6377-9.75958.8976

#556451 color RGB value is (85,100,81).

#556451 hex color red value is 85, green value is 100 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #556451 hue: 0.30 , saturation: 0.10 and the lightness value of 556451 is 0.35.

The process color (four color CMYK) of #556451 color hex is 0.15, 0.00, 0.19, 0.61. Web safe color of #556451 is #666666. Color #556451 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100100 01010001
Octal 125 144 121
Decimal 85 100 81
Hex 55 64 51

RGB Percentages of Color #556451

%31.95
%37.59
%30.45

CMYK Percentages of Color #556451

%15
%0
%19
%61

Triadic Colors of #556451

#556451 #515564 #645155

Analogous Colors of #556451

#556451 #516457 #5f6451

Monochromatic Colors of #556451

#556451

Complementary Color

#556451 #605164

#556451 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556451 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556451 Color CSS Codes

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

#556451 Text Font Color

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

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


#556451 Background Color

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

This div background color is #556451


#556451 Border Color

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

This div border color is #556451


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556451


Comments

No comments written yet.

Please login to write comment.