Color Hex Logo

#59539f Color Hex

#59539F
(89,83,159)
0 Favorites   0 Comments

Color spaces of #59539f

RGB 8983159
HSL0.680.310.47
HSV245°48°62°
CMYK 0.440.480.00   0.38
XYZ13.471110.813634.1781
Yxy10.81360.23040.1850
Hunter Lab32.884015.5763-38.6044
CIE-Lab39.264722.4802-40.6389

#59539f color RGB value is (89,83,159).

#59539f hex color red value is 89, green value is 83 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #59539f hue: 0.68 , saturation: 0.31 and the lightness value of 59539f is 0.47.

The process color (four color CMYK) of #59539f color hex is 0.44, 0.48, 0.00, 0.38. Web safe color of #59539f is #666699. Color #59539f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 01010011 10011111
Octal 131 123 237
Decimal 89 83 159
Hex 59 53 9F

RGB Percentages of Color #59539f

%26.89
%25.08
%48.04

CMYK Percentages of Color #59539f

%44
%48
%0
%38

Triadic Colors of #59539f

#59539f #9f5953 #539f59

Analogous Colors of #59539f

#59539f #7f539f #53739f

Monochromatic Colors of #59539f

#59539f

Complementary Color

#59539f #999f53

#59539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59539f Color CSS Codes

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

#59539f Text Font Color

<p style="color:#59539f">Text here</p>

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


#59539f Background Color

<div style="background-color:#59539f">
Div content here</div>

This div background color is #59539f


#59539f Border Color

<div style="border:3px solid #59539f">
Div here</div>

This div border color is #59539f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,83,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59539f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59539f;
  -webkit-box-shadow: 1px 1px 3px 2px #59539f;
  box-shadow:         1px 1px 3px 2px #59539f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59539f


Comments

No comments written yet.

Please login to write comment.