Color Hex Logo

#57595a Color Hex

#57595A
(87,89,90)
0 Favorites   0 Comments

Color spaces of #57595a

RGB 878990
HSL0.560.020.35
HSV200°35°
CMYK 0.030.010.00   0.65
XYZ9.34839.909211.0928
Yxy9.90920.30800.3265
Hunter Lab31.4789-2.07881.1421
CIE-Lab37.6790-0.5754-0.8594

#57595a color RGB value is (87,89,90).

#57595a hex color red value is 87, green value is 89 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #57595a hue: 0.56 , saturation: 0.02 and the lightness value of 57595a is 0.35.

The process color (four color CMYK) of #57595a color hex is 0.03, 0.01, 0.00, 0.65. Web safe color of #57595a is #666666. Color #57595a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011001 01011010
Octal 127 131 132
Decimal 87 89 90
Hex 57 59 5A

RGB Percentages of Color #57595a

%32.71
%33.46
%33.83

CMYK Percentages of Color #57595a

%3
%1
%0
%65

Triadic Colors of #57595a

#57595a #5a5759 #595a57

Analogous Colors of #57595a

#57595a #57585a #575a5a

Monochromatic Colors of #57595a

#57595a

Complementary Color

#57595a #5a5857

#57595a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57595a Color Preview on White Background

Lorem ipsum dolor sit amet.

#57595a Color CSS Codes

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

#57595a Text Font Color

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

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


#57595a Background Color

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

This div background color is #57595a


#57595a Border Color

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

This div border color is #57595a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57595a


Comments

No comments written yet.

Please login to write comment.