Color Hex Logo

#575652 Color Hex

#575652
(87,86,82)
0 Favorites   0 Comments

Color spaces of #575652

RGB 878682
HSL0.130.030.33
HSV48°34°
CMYK 0.000.010.06   0.66
XYZ8.78139.29109.3132
Yxy9.29100.32070.3393
Hunter Lab30.4811-1.91803.2213
CIE-Lab36.5386-0.42412.4635

#575652 color RGB value is (87,86,82).

#575652 hex color red value is 87, green value is 86 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #575652 hue: 0.13 , saturation: 0.03 and the lightness value of 575652 is 0.33.

The process color (four color CMYK) of #575652 color hex is 0.00, 0.01, 0.06, 0.66. Web safe color of #575652 is #666666. Color #575652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010110 01010010
Octal 127 126 122
Decimal 87 86 82
Hex 57 56 52

RGB Percentages of Color #575652

%34.12
%33.73
%32.16

CMYK Percentages of Color #575652

%0
%1
%6
%66

Triadic Colors of #575652

#575652 #525756 #565257

Analogous Colors of #575652

#575652 #565752 #575452

Monochromatic Colors of #575652

#575652

Complementary Color

#575652 #525357

#575652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575652 Color CSS Codes

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

#575652 Text Font Color

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

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


#575652 Background Color

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

This div background color is #575652


#575652 Border Color

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

This div border color is #575652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575652


Comments

No comments written yet.

Please login to write comment.