Color Hex Logo

#575555 Color Hex

#575555
(87,85,85)
0 Favorites   0 Comments

Color spaces of #575555

RGB 878585
HSL0.000.010.34
HSV34°
CMYK 0.000.020.02   0.66
XYZ8.81879.17919.9013
Yxy9.17910.31610.3290
Hunter Lab30.2970-1.06301.8315
CIE-Lab36.32690.80920.2812

#575555 color RGB value is (87,85,85).

#575555 hex color red value is 87, green value is 85 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #575555 hue: 0.00 , saturation: 0.01 and the lightness value of 575555 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010101 01010101
Octal 127 125 125
Decimal 87 85 85
Hex 57 55 55

RGB Percentages of Color #575555

%33.85
%33.07
%33.07

CMYK Percentages of Color #575555

%0
%2
%2
%66

Triadic Colors of #575555

#575555 #555755 #555557

Analogous Colors of #575555

#575555 #575655 #575556

Monochromatic Colors of #575555

#575555

Complementary Color

#575555 #555757

#575555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575555 Color CSS Codes

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

#575555 Text Font Color

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

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


#575555 Background Color

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

This div background color is #575555


#575555 Border Color

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

This div border color is #575555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575555


Comments

No comments written yet.

Please login to write comment.