Color Hex Logo

#59568d Color Hex

#59568D
(89,86,141)
0 Favorites   0 Comments

Color spaces of #59568d

RGB 8986141
HSL0.680.240.45
HSV243°39°55°
CMYK 0.370.390.00   0.45
XYZ12.255310.702526.6192
Yxy10.70250.24720.2159
Hunter Lab32.71479.6175-25.3427
CIE-Lab39.074815.2077-30.1005

#59568d color RGB value is (89,86,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010110 10001101
Octal 131 126 215
Decimal 89 86 141
Hex 59 56 8D

RGB Percentages of Color #59568d

%28.16
%27.22
%44.62

CMYK Percentages of Color #59568d

%37
%39
%0
%45

Triadic Colors of #59568d

#59568d #8d5956 #568d59

Analogous Colors of #59568d

#59568d #75568d #566f8d

Monochromatic Colors of #59568d

#59568d

Complementary Color

#59568d #8a8d56

#59568d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59568d Color Preview on White Background

Lorem ipsum dolor sit amet.

#59568d Color CSS Codes

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

#59568d Text Font Color

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

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


#59568d Background Color

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

This div background color is #59568d


#59568d Border Color

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

This div border color is #59568d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59568d


Comments

No comments written yet.

Please login to write comment.