Color Hex Logo

#591a5f Color Hex

#591A5F
(89,26,95)
0 Favorites   0 Comments

Color spaces of #591a5f

RGB 892695
HSL0.820.570.24
HSV295°73°37°
CMYK 0.060.730.00   0.63
XYZ6.55483.688911.1930
Yxy3.68890.30580.1721
Hunter Lab19.206527.3071-21.1079
CIE-Lab22.615138.5981-27.1120

#591a5f color RGB value is (89,26,95).

#591a5f hex color red value is 89, green value is 26 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #591a5f hue: 0.82 , saturation: 0.57 and the lightness value of 591a5f is 0.24.

The process color (four color CMYK) of #591a5f color hex is 0.06, 0.73, 0.00, 0.63. Web safe color of #591a5f is #663366. Color #591a5f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00011010 01011111
Octal 131 32 137
Decimal 89 26 95
Hex 59 1A 5F

RGB Percentages of Color #591a5f

%42.38
%12.38
%45.24

CMYK Percentages of Color #591a5f

%6
%73
%0
%63

Triadic Colors of #591a5f

#591a5f #5f591a #1a5f59

Analogous Colors of #591a5f

#591a5f #5f1a43 #361a5f

Monochromatic Colors of #591a5f

#591a5f

Complementary Color

#591a5f #205f1a

#591a5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591a5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#591a5f Color CSS Codes

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

#591a5f Text Font Color

<p style="color:#591a5f">Text here</p>

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


#591a5f Background Color

<div style="background-color:#591a5f">
Div content here</div>

This div background color is #591a5f


#591a5f Border Color

<div style="border:3px solid #591a5f">
Div here</div>

This div border color is #591a5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,26,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #591a5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #591a5f;
  -webkit-box-shadow: 1px 1px 3px 2px #591a5f;
  box-shadow:         1px 1px 3px 2px #591a5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591a5f


Comments

No comments written yet.

Please login to write comment.