Color Hex Logo

#57597f Color Hex

#57597F
(87,89,127)
0 Favorites   0 Comments

Color spaces of #57597f

RGB 8789127
HSL0.660.190.42
HSV237°31°50°
CMYK 0.310.300.00   0.50
XYZ11.333610.703321.5473
Yxy10.70330.26000.2456
Hunter Lab32.71594.5840-16.1484
CIE-Lab39.07628.7035-21.5898

#57597f color RGB value is (87,89,127).

#57597f hex color red value is 87, green value is 89 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #57597f hue: 0.66 , saturation: 0.19 and the lightness value of 57597f is 0.42.

The process color (four color CMYK) of #57597f color hex is 0.31, 0.30, 0.00, 0.50. Web safe color of #57597f is #666666. Color #57597f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011001 01111111
Octal 127 131 177
Decimal 87 89 127
Hex 57 59 7F

RGB Percentages of Color #57597f

%28.71
%29.37
%41.91

CMYK Percentages of Color #57597f

%31
%30
%0
%50

Triadic Colors of #57597f

#57597f #7f5759 #597f57

Analogous Colors of #57597f

#57597f #69577f #576d7f

Monochromatic Colors of #57597f

#57597f

Complementary Color

#57597f #7f7d57

#57597f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57597f Color Preview on White Background

Lorem ipsum dolor sit amet.

#57597f Color CSS Codes

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

#57597f Text Font Color

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

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


#57597f Background Color

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

This div background color is #57597f


#57597f Border Color

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

This div border color is #57597f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57597f


Comments

No comments written yet.

Please login to write comment.