Color Hex Logo

#59576c Color Hex

#59576C
(89,87,108)
0 Favorites   0 Comments

Color spaces of #59576c

RGB 8987108
HSL0.680.110.38
HSV246°19°42°
CMYK 0.180.190.00   0.58
XYZ10.234810.022915.5825
Yxy10.02290.28560.2797
Hunter Lab31.65902.3028-7.0212
CIE-Lab37.88355.6194-11.7112

#59576c color RGB value is (89,87,108).

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

The process color (four color CMYK) of #59576c color hex is 0.18, 0.19, 0.00, 0.58. Web safe color of #59576c is #666666. Color #59576c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010111 01101100
Octal 131 127 154
Decimal 89 87 108
Hex 59 57 6C

RGB Percentages of Color #59576c

%31.34
%30.63
%38.03

CMYK Percentages of Color #59576c

%18
%19
%0
%58

Triadic Colors of #59576c

#59576c #6c5957 #576c59

Analogous Colors of #59576c

#59576c #64576c #57606c

Monochromatic Colors of #59576c

#59576c

Complementary Color

#59576c #6a6c57

#59576c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59576c Color Preview on White Background

Lorem ipsum dolor sit amet.

#59576c Color CSS Codes

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

#59576c Text Font Color

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

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


#59576c Background Color

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

This div background color is #59576c


#59576c Border Color

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

This div border color is #59576c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59576c


Comments

No comments written yet.

Please login to write comment.