Color Hex Logo

#59576d Color Hex

#59576D
(89,87,109)
0 Favorites   0 Comments

Color spaces of #59576d

RGB 8987109
HSL0.680.110.38
HSV245°20°43°
CMYK 0.180.200.00   0.57
XYZ10.288310.044415.8645
Yxy10.04440.28420.2775
Hunter Lab31.69292.4829-7.4937
CIE-Lab37.92205.8672-12.2721

#59576d color RGB value is (89,87,109).

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

The process color (four color CMYK) of #59576d color hex is 0.18, 0.20, 0.00, 0.57. Web safe color of #59576d is #666666. Color #59576d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010111 01101101
Octal 131 127 155
Decimal 89 87 109
Hex 59 57 6D

RGB Percentages of Color #59576d

%31.23
%30.53
%38.25

CMYK Percentages of Color #59576d

%18
%20
%0
%57

Triadic Colors of #59576d

#59576d #6d5957 #576d59

Analogous Colors of #59576d

#59576d #64576d #57606d

Monochromatic Colors of #59576d

#59576d

Complementary Color

#59576d #6b6d57

#59576d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59576d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59576d Color CSS Codes

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

#59576d Text Font Color

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

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


#59576d Background Color

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

This div background color is #59576d


#59576d Border Color

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

This div border color is #59576d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59576d


Comments

No comments written yet.

Please login to write comment.