Color Hex Logo

#59577d Color Hex

#59577D
(89,87,125)
0 Favorites   0 Comments

Color spaces of #59577d

RGB 8987125
HSL0.680.180.42
HSV243°30°49°
CMYK 0.290.300.00   0.51
XYZ11.229710.420920.8216
Yxy10.42090.26440.2454
Hunter Lab32.28145.6021-15.6452
CIE-Lab38.587510.0557-21.1090

#59577d color RGB value is (89,87,125).

#59577d hex color red value is 89, green value is 87 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #59577d hue: 0.68 , saturation: 0.18 and the lightness value of 59577d is 0.42.

The process color (four color CMYK) of #59577d color hex is 0.29, 0.30, 0.00, 0.51. Web safe color of #59577d is #666666. Color #59577d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010111 01111101
Octal 131 127 175
Decimal 89 87 125
Hex 59 57 7D

RGB Percentages of Color #59577d

%29.57
%28.90
%41.53

CMYK Percentages of Color #59577d

%29
%30
%0
%51

Triadic Colors of #59577d

#59577d #7d5957 #577d59

Analogous Colors of #59577d

#59577d #6c577d #57687d

Monochromatic Colors of #59577d

#59577d

Complementary Color

#59577d #7b7d57

#59577d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59577d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59577d Color CSS Codes

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

#59577d Text Font Color

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

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


#59577d Background Color

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

This div background color is #59577d


#59577d Border Color

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

This div border color is #59577d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59577d


Comments

No comments written yet.

Please login to write comment.