Color Hex Logo

#59496f Color Hex

#59496F
(89,73,111)
0 Favorites   0 Comments

Color spaces of #59496f

RGB 8973111
HSL0.740.210.36
HSV265°34°44°
CMYK 0.200.340.00   0.56
XYZ9.37168.036616.0962
Yxy8.03660.27970.2399
Hunter Lab28.34899.3981-13.8200
CIE-Lab34.059015.2195-19.4424

#59496f color RGB value is (89,73,111).

#59496f hex color red value is 89, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #59496f hue: 0.74 , saturation: 0.21 and the lightness value of 59496f is 0.36.

The process color (four color CMYK) of #59496f color hex is 0.20, 0.34, 0.00, 0.56. Web safe color of #59496f is #663366. Color #59496f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01001001 01101111
Octal 131 111 157
Decimal 89 73 111
Hex 59 49 6F

RGB Percentages of Color #59496f

%32.60
%26.74
%40.66

CMYK Percentages of Color #59496f

%20
%34
%0
%56

Triadic Colors of #59496f

#59496f #6f5949 #496f59

Analogous Colors of #59496f

#59496f #6c496f #494c6f

Monochromatic Colors of #59496f

#59496f

Complementary Color

#59496f #5f6f49

#59496f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59496f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59496f Color CSS Codes

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

#59496f Text Font Color

<p style="color:#59496f">Text here</p>

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


#59496f Background Color

<div style="background-color:#59496f">
Div content here</div>

This div background color is #59496f


#59496f Border Color

<div style="border:3px solid #59496f">
Div here</div>

This div border color is #59496f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,73,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59496f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59496f;
  -webkit-box-shadow: 1px 1px 3px 2px #59496f;
  box-shadow:         1px 1px 3px 2px #59496f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59496f


Comments

No comments written yet.

Please login to write comment.