Color Hex Logo

#575c66 Color Hex

#575C66
(87,92,102)
0 Favorites   0 Comments

Color spaces of #575c66

RGB 8792102
HSL0.610.080.37
HSV220°15°40°
CMYK 0.150.100.00   0.60
XYZ10.155910.639814.0888
Yxy10.63980.29110.3050
Hunter Lab32.6187-1.5064-2.7757
CIE-Lab38.96710.3360-6.3875

#575c66 color RGB value is (87,92,102).

#575c66 hex color red value is 87, green value is 92 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #575c66 hue: 0.61 , saturation: 0.08 and the lightness value of 575c66 is 0.37.

The process color (four color CMYK) of #575c66 color hex is 0.15, 0.10, 0.00, 0.60. Web safe color of #575c66 is #666666. Color #575c66 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011100 01100110
Octal 127 134 146
Decimal 87 92 102
Hex 57 5C 66

RGB Percentages of Color #575c66

%30.96
%32.74
%36.30

CMYK Percentages of Color #575c66

%15
%10
%0
%60

Triadic Colors of #575c66

#575c66 #66575c #5c6657

Analogous Colors of #575c66

#575c66 #5a5766 #576466

Monochromatic Colors of #575c66

#575c66

Complementary Color

#575c66 #666157

#575c66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575c66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575c66 Color CSS Codes

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

#575c66 Text Font Color

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

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


#575c66 Background Color

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

This div background color is #575c66


#575c66 Border Color

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

This div border color is #575c66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(87,92,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #575c66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #575c66;
  -webkit-box-shadow: 1px 1px 3px 2px #575c66;
  box-shadow:         1px 1px 3px 2px #575c66; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575c66


Comments

No comments written yet.

Please login to write comment.