Color Hex Logo

#59548e Color Hex

#59548E
(89,84,142)
0 Favorites   0 Comments

Color spaces of #59548e

RGB 8984142
HSL0.680.260.44
HSV245°41°56°
CMYK 0.370.410.00   0.44
XYZ12.172610.417526.9604
Yxy10.41750.24570.2102
Hunter Lab32.276210.8361-26.9319
CIE-Lab38.581516.7644-31.4830

#59548e color RGB value is (89,84,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010100 10001110
Octal 131 124 216
Decimal 89 84 142
Hex 59 54 8E

RGB Percentages of Color #59548e

%28.25
%26.67
%45.08

CMYK Percentages of Color #59548e

%37
%41
%0
%44

Triadic Colors of #59548e

#59548e #8e5954 #548e59

Analogous Colors of #59548e

#59548e #76548e #546c8e

Monochromatic Colors of #59548e

#59548e

Complementary Color

#59548e #898e54

#59548e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59548e Color Preview on White Background

Lorem ipsum dolor sit amet.

#59548e Color CSS Codes

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

#59548e Text Font Color

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

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


#59548e Background Color

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

This div background color is #59548e


#59548e Border Color

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

This div border color is #59548e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,84,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 #59548e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59548e


Comments

No comments written yet.

Please login to write comment.