Color Hex Logo

#555204 Color Hex

#555204
(85,82,4)
0 Favorites   0 Comments

Color spaces of #555204

RGB 85824
HSL0.160.910.17
HSV58°95°33°
CMYK 0.000.040.95   0.67
XYZ6.78557.97461.2965
Yxy7.97460.42260.4967
Hunter Lab28.2393-6.527917.0455
CIE-Lab33.9299-7.795040.4158

#555204 color RGB value is (85,82,4).

#555204 hex color red value is 85, green value is 82 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #555204 hue: 0.16 , saturation: 0.91 and the lightness value of 555204 is 0.17.

The process color (four color CMYK) of #555204 color hex is 0.00, 0.04, 0.95, 0.67. Web safe color of #555204 is #666600. Color #555204 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010010 00000100
Octal 125 122 4
Decimal 85 82 4
Hex 55 52 4

RGB Percentages of Color #555204

%49.71
%47.95
%2.34

CMYK Percentages of Color #555204

%0
%4
%95
%67

Triadic Colors of #555204

#555204 #045552 #520455

Analogous Colors of #555204

#555204 #305504 #552a04

Monochromatic Colors of #555204

#555204

Complementary Color

#555204 #040755

#555204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555204 Color CSS Codes

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

#555204 Text Font Color

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

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


#555204 Background Color

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

This div background color is #555204


#555204 Border Color

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

This div border color is #555204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555204


Comments

No comments written yet.

Please login to write comment.