Color Hex Logo

#576055 Color Hex

#576055
(87,96,85)
0 Favorites   0 Comments

Color spaces of #576055

RGB 879685
HSL0.300.060.35
HSV109°11°38°
CMYK 0.090.000.11   0.62
XYZ9.753011.047910.2127
Yxy11.04790.31450.3562
Hunter Lab33.2384-5.79075.0496
CIE-Lab39.6610-5.83525.0967

#576055 color RGB value is (87,96,85).

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

The process color (four color CMYK) of #576055 color hex is 0.09, 0.00, 0.11, 0.62. Web safe color of #576055 is #666666. Color #576055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100000 01010101
Octal 127 140 125
Decimal 87 96 85
Hex 57 60 55

RGB Percentages of Color #576055

%32.46
%35.82
%31.72

CMYK Percentages of Color #576055

%9
%0
%11
%62

Triadic Colors of #576055

#576055 #555760 #605557

Analogous Colors of #576055

#576055 #556059 #5d6055

Monochromatic Colors of #576055

#576055

Complementary Color

#576055 #5e5560

#576055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576055 Color CSS Codes

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

#576055 Text Font Color

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

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


#576055 Background Color

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

This div background color is #576055


#576055 Border Color

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

This div border color is #576055


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(87,96,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 #576055">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576055


Comments

No comments written yet.

Please login to write comment.