Color Hex Logo

#59568e Color Hex

#59568E
(89,86,142)
0 Favorites   0 Comments

Color spaces of #59568e

RGB 8986142
HSL0.680.250.45
HSV243°39°56°
CMYK 0.370.390.00   0.44
XYZ12.330110.732427.0129
Yxy10.73240.24620.2143
Hunter Lab32.76039.8519-25.9560
CIE-Lab39.126115.4997-30.6257

#59568e color RGB value is (89,86,142).

#59568e hex color red value is 89, green value is 86 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #59568e hue: 0.68 , saturation: 0.25 and the lightness value of 59568e is 0.45.

The process color (four color CMYK) of #59568e color hex is 0.37, 0.39, 0.00, 0.44. Web safe color of #59568e is #666699. Color #59568e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 10001110
Octal 131 126 216
Decimal 89 86 142
Hex 59 56 8E

RGB Percentages of Color #59568e

%28.08
%27.13
%44.79

CMYK Percentages of Color #59568e

%37
%39
%0
%44

Triadic Colors of #59568e

#59568e #8e5956 #568e59

Analogous Colors of #59568e

#59568e #75568e #566f8e

Monochromatic Colors of #59568e

#59568e

Complementary Color

#59568e #8b8e56

#59568e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59568e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59568e Color CSS Codes

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

#59568e Text Font Color

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

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


#59568e Background Color

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

This div background color is #59568e


#59568e Border Color

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

This div border color is #59568e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59568e


Comments

No comments written yet.

Please login to write comment.