Color Hex Logo

#59569e Color Hex

#59569E
(89,86,158)
0 Favorites   0 Comments

Color spaces of #59569e

RGB 8986158
HSL0.670.300.48
HSV243°46°62°
CMYK 0.440.460.00   0.38
XYZ13.619211.248033.8010
Yxy11.24800.23210.1917
Hunter Lab33.538013.7941-36.2782
CIE-Lab39.995120.2841-38.8779

#59569e color RGB value is (89,86,158).

#59569e hex color red value is 89, green value is 86 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #59569e hue: 0.67 , saturation: 0.30 and the lightness value of 59569e is 0.48.

The process color (four color CMYK) of #59569e color hex is 0.44, 0.46, 0.00, 0.38. Web safe color of #59569e is #666699. Color #59569e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 10011110
Octal 131 126 236
Decimal 89 86 158
Hex 59 56 9E

RGB Percentages of Color #59569e

%26.73
%25.83
%47.45

CMYK Percentages of Color #59569e

%44
%46
%0
%38

Triadic Colors of #59569e

#59569e #9e5956 #569e59

Analogous Colors of #59569e

#59569e #7d569e #56779e

Monochromatic Colors of #59569e

#59569e

Complementary Color

#59569e #9b9e56

#59569e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59569e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59569e Color CSS Codes

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

#59569e Text Font Color

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

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


#59569e Background Color

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

This div background color is #59569e


#59569e Border Color

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

This div border color is #59569e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59569e


Comments

No comments written yet.

Please login to write comment.