Color Hex Logo

#575057 Color Hex

#575057
(87,80,87)
1 Favorites   0 Comments

Color spaces of #575057

RGB 878087
HSL0.830.040.33
HSV300°34°
CMYK 0.000.080.00   0.66
XYZ8.51948.451710.1991
Yxy8.45170.31360.3111
Hunter Lab29.07181.4332-0.4501
CIE-Lab34.90644.3414-3.0606

#575057 color RGB value is (87,80,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010111 01010000 01010111
Octal 127 120 127
Decimal 87 80 87
Hex 57 50 57

RGB Percentages of Color #575057

%34.25
%31.50
%34.25

CMYK Percentages of Color #575057

%0
%8
%0
%66

Triadic Colors of #575057

#575057 #575750 #505757

Analogous Colors of #575057

#575057 #575054 #545057

Monochromatic Colors of #575057

#575057

Complementary Color

#575057 #505750

#575057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#575057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#575057 Color CSS Codes

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

#575057 Text Font Color

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

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


#575057 Background Color

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

This div background color is #575057


#575057 Border Color

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

This div border color is #575057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #575057


Comments

No comments written yet.

Please login to write comment.