Color Hex Logo

#59396e Color Hex

#59396E
(89,57,110)
0 Favorites   0 Comments

Color spaces of #59396e

RGB 8957110
HSL0.770.320.33
HSV276°48°43°
CMYK 0.190.480.00   0.57
XYZ8.39746.175915.5013
Yxy6.17590.27920.2054
Hunter Lab24.851416.8262-19.5868
CIE-Lab29.852025.0546-25.3766

#59396e color RGB value is (89,57,110).

#59396e hex color red value is 89, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #59396e hue: 0.77 , saturation: 0.32 and the lightness value of 59396e is 0.33.

The process color (four color CMYK) of #59396e color hex is 0.19, 0.48, 0.00, 0.57. Web safe color of #59396e is #663366. Color #59396e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00111001 01101110
Octal 131 71 156
Decimal 89 57 110
Hex 59 39 6E

RGB Percentages of Color #59396e

%34.77
%22.27
%42.97

CMYK Percentages of Color #59396e

%19
%48
%0
%57

Triadic Colors of #59396e

#59396e #6e5939 #396e59

Analogous Colors of #59396e

#59396e #6e3969 #3f396e

Monochromatic Colors of #59396e

#59396e

Complementary Color

#59396e #4e6e39

#59396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59396e Color CSS Codes

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

#59396e Text Font Color

<p style="color:#59396e">Text here</p>

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


#59396e Background Color

<div style="background-color:#59396e">
Div content here</div>

This div background color is #59396e


#59396e Border Color

<div style="border:3px solid #59396e">
Div here</div>

This div border color is #59396e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,57,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59396e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59396e;
  -webkit-box-shadow: 1px 1px 3px 2px #59396e;
  box-shadow:         1px 1px 3px 2px #59396e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59396e


Comments

No comments written yet.

Please login to write comment.