COLOR #591E57

HEX: #591E57
RGB: (89,30,87)

Color info

#591E57 contains red, green and blue colors in about the same proportion. Web safe color of #591E57 is #663366 (or #636).

RGB color model

#591E57 color RGB value is (89,30,87).

  • red value is 89;
  • green value is 30;
  • blue value is 87.
RGB:
(89,30,87)
(35%,12%,34%)

RGB channels and saturation

R 89 of 255 = 35%
G 30 of 255 = 12%
B 87 of 255 = 34%

89
30
87

R + G + B ~ 27%. #591E57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 30 + 87 = 206 (100%)
R 89 of 206 ~ 43.2%
G 30 of 206 ~ 14.56%
B 87 of 206 ~ 42.23%

%43.2
%14.56
%42.23

CMYK color model

#591E57 color CMYK value is (0,66,2,65).

  • cyan value is 0.00%
  • magenta value is 66.29%
  • yellow value is 2.25%
  • key color value is 65.10%
CMYK:
(0,66,2,65)
C0M66Y2K65 
(0%,66%,2%,65%)
(0.00/0.66/0.02/0.65)	

CMYK percentages

%0
%66.29
%2.25
%65.1

Codes

Color #591E57 in popluar color models

591E57
RGB893087
HSL302°49.58%23.33%
HSB/HSV302°66.29%34.90%
CMYK0.00%66.29%2.25%
65.10%

Color #591E57 in popluar number systems.

HEX591E57
Decimal893087
Binary1011001111101010111
Octal13136127

Shades and tints

Shades of #591E57

#591E57
(89,30,87)
#511C50
(81,28,80)
#491A49
(73,26,73)
#411842
(65,24,66)
#39163B
(57,22,59)
#311434
(49,20,52)
#29122D
(41,18,45)
#211026
(33,16,38)
#190E1F
(25,14,31)
#110C18
(17,12,24)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #591E57

#591E57
(89,30,87)
#683266
(104,50,102)
#774675
(119,70,117)
#865A84
(134,90,132)
#956E93
(149,110,147)
#A482A2
(164,130,162)
#B396B1
(179,150,177)
#C2AAC0
(194,170,192)
#D1BECF
(209,190,207)
#E0D2DE
(224,210,222)
#EFE6ED
(239,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591E57 color. Also use rgb(89,30,87) instead hex code.

Text Font Color

.myTextColor { color: #591E57; }

<p style="color:#591E57">This sample text font color is #591E57.</p>

This text font color is #591E57.


Background Color

.myBgColor { background-color: #591E57; }

<div style="background-color:#591E57">Inner text</div>

This div background color is #591E57.


Border color

.myBorderColor { border: 1px solid #591E57; }

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

This div border color is #591E57.


Opacity

.myOpacity80 { color: #591E57; opacity: 0.8; }

<p style="color:#591E57;opacity:0.8;">80%</p>

Text with #591E57 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #591E57;}

<p style="text-shadow: 3px 3px 1px #591E57">Text here.</p>

This text has shadow with #591E57 color.

.textShadow {text-shadow: 3px 3px 1px #591E57, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #591E57, 5px 5px 20px red">Text here.</p>

This text has shadow with #591E57 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#591E57, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#591E57, Direction=45, Strength=4)">Text</p>

This text has shadow with #591E57 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #591E57;
  -webkit-box-shadow:	1px 1px 3px 2px #591E57;
  box-shadow:		1px 1px 3px 2px #591E57;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #591E57;
-webkit-box-shadow: 1px 1px 3px 2px #591E57;
box-shadow:1px 1px 3px 2px #591E57;">
Div content here</div>
This div box has shadow with color #591E57.

Preview

Color preview on black background

This text has color #591E57 on black background.


Color preview on white background

This text has color #591E57 on white background.



Black color preview on #591E57 background

This text has black color on #591E57 background.


White color preview on #591E57 background

This text has white color on #591E57 background.