Color Hex Logo

#575550 Color Hex

#575550
(87,85,80)
0 Favorites   0 Comments

Color spaces of #575550

RGB 878580
HSL0.120.040.33
HSV43°34°
CMYK 0.000.020.08   0.66
XYZ8.62699.10248.8917
Yxy9.10240.32410.3419
Hunter Lab30.1702-1.75733.6453
CIE-Lab36.1807-0.21393.1963

#575550 color RGB value is (87,85,80).

#575550 hex color red value is 87, green value is 85 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #575550 hue: 0.12 , saturation: 0.04 and the lightness value of 575550 is 0.33.

The process color (four color CMYK) of #575550 color hex is 0.00, 0.02, 0.08, 0.66. Web safe color of #575550 is #666666. Color #575550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010101 01010000
Octal 127 125 120
Decimal 87 85 80
Hex 57 55 50

RGB Percentages of Color #575550

%34.52
%33.73
%31.75

CMYK Percentages of Color #575550

%0
%2
%8
%66

Triadic Colors of #575550

#575550 #505755 #555057

Analogous Colors of #575550

#575550 #565750 #575250

Monochromatic Colors of #575550

#575550

Complementary Color

#575550 #505257

#575550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575550 Color CSS Codes

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

#575550 Text Font Color

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

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


#575550 Background Color

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

This div background color is #575550


#575550 Border Color

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

This div border color is #575550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575550


Comments

No comments written yet.

Please login to write comment.