Color Hex Logo

#591155 Color Hex

#591155
(89,17,85)
0 Favorites   0 Comments

Color spaces of #591155

RGB 891785
HSL0.840.680.21
HSV303°81°35°
CMYK 0.000.810.04   0.65
XYZ5.96003.18068.8941
Yxy3.18060.33050.1764
Hunter Lab17.834228.4428-17.0845
CIE-Lab20.753140.2240-23.4107

#591155 color RGB value is (89,17,85).

#591155 hex color red value is 89, green value is 17 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #591155 hue: 0.84 , saturation: 0.68 and the lightness value of 591155 is 0.21.

The process color (four color CMYK) of #591155 color hex is 0.00, 0.81, 0.04, 0.65. Web safe color of #591155 is #660066. Color #591155 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010001 01010101
Octal 131 21 125
Decimal 89 17 85
Hex 59 11 55

RGB Percentages of Color #591155

%46.60
%8.90
%44.50

CMYK Percentages of Color #591155

%0
%81
%4
%65

Triadic Colors of #591155

#591155 #555911 #115559

Analogous Colors of #591155

#591155 #591131 #391159

Monochromatic Colors of #591155

#591155

Complementary Color

#591155 #115915

#591155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#591155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#591155 Color CSS Codes

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

#591155 Text Font Color

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

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


#591155 Background Color

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

This div background color is #591155


#591155 Border Color

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

This div border color is #591155


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,17,85, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #591155; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #591155;
  -webkit-box-shadow: 1px 1px 3px 2px #591155;
  box-shadow:         1px 1px 3px 2px #591155; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #591155


Comments

No comments written yet.

Please login to write comment.