Color Hex Logo

#57597b Color Hex

#57597B
(87,89,123)
0 Favorites   0 Comments

Color spaces of #57597b

RGB 8789123
HSL0.660.170.41
HSV237°29°48°
CMYK 0.290.280.00   0.52
XYZ11.078010.601120.2012
Yxy10.60110.26450.2531
Hunter Lab32.55933.7541-13.9945
CIE-Lab38.90037.5974-19.4136

#57597b color RGB value is (87,89,123).

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

The process color (four color CMYK) of #57597b color hex is 0.29, 0.28, 0.00, 0.52. Web safe color of #57597b is #666666. Color #57597b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010111 01011001 01111011
Octal 127 131 173
Decimal 87 89 123
Hex 57 59 7B

RGB Percentages of Color #57597b

%29.10
%29.77
%41.14

CMYK Percentages of Color #57597b

%29
%28
%0
%52

Triadic Colors of #57597b

#57597b #7b5759 #597b57

Analogous Colors of #57597b

#57597b #67577b #576b7b

Monochromatic Colors of #57597b

#57597b

Complementary Color

#57597b #7b7957

#57597b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#57597b Color Preview on White Background

Lorem ipsum dolor sit amet.

#57597b Color CSS Codes

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

#57597b Text Font Color

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

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


#57597b Background Color

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

This div background color is #57597b


#57597b Border Color

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

This div border color is #57597b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #57597b


Comments

No comments written yet.

Please login to write comment.