Color Hex Logo

#59597d Color Hex

#59597D
(89,89,125)
0 Favorites   0 Comments

Color spaces of #59597d

RGB 8989125
HSL0.670.170.42
HSV240°29°49°
CMYK 0.290.290.00   0.51
XYZ11.393910.749320.8763
Yxy10.74930.26490.2499
Hunter Lab32.78614.6570-14.8021
CIE-Lab39.15508.7996-20.2314

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01011001 01111101
Octal 131 131 175
Decimal 89 89 125
Hex 59 59 7D

RGB Percentages of Color #59597d

%29.37
%29.37
%41.25

CMYK Percentages of Color #59597d

%29
%29
%0
%51

Triadic Colors of #59597d

#59597d #7d5959 #597d59

Analogous Colors of #59597d

#59597d #6b597d #596b7d

Monochromatic Colors of #59597d

#59597d

Complementary Color

#59597d #7d7d59

#59597d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59597d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59597d Color CSS Codes

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

#59597d Text Font Color

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

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


#59597d Background Color

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

This div background color is #59597d


#59597d Border Color

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

This div border color is #59597d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,89,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 #59597d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59597d


Comments

No comments written yet.

Please login to write comment.