Color Hex Logo

#576560 Color Hex

#576560
(87,101,96)
0 Favorites   0 Comments

Color spaces of #576560

RGB 8710196
HSL0.440.070.37
HSV159°14°40°
CMYK 0.140.000.05   0.60
XYZ10.695512.178112.8532
Yxy12.17810.29940.3409
Hunter Lab34.8971-6.36212.5905
CIE-Lab41.4978-6.44261.0240

#576560 color RGB value is (87,101,96).

#576560 hex color red value is 87, green value is 101 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #576560 hue: 0.44 , saturation: 0.07 and the lightness value of 576560 is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01100101 01100000
Octal 127 145 140
Decimal 87 101 96
Hex 57 65 60

RGB Percentages of Color #576560

%30.63
%35.56
%33.80

CMYK Percentages of Color #576560

%14
%0
%5
%60

Triadic Colors of #576560

#576560 #605765 #656057

Analogous Colors of #576560

#576560 #576365 #576559

Monochromatic Colors of #576560

#576560

Complementary Color

#576560 #65575c

#576560 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#576560 Color Preview on White Background

Lorem ipsum dolor sit amet.

#576560 Color CSS Codes

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

#576560 Text Font Color

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

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


#576560 Background Color

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

This div background color is #576560


#576560 Border Color

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

This div border color is #576560


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #576560


Comments

No comments written yet.

Please login to write comment.