COLOR #591D83

HEX: #591D83
RGB: (89,29,131)

Color info

#591D83 contains mainly red and blue colors. Web safe color of #591D83 is #663399 (or #639).

RGB color model

#591D83 color RGB value is (89,29,131).

  • red value is 89;
  • green value is 29;
  • blue value is 131.
RGB:
(89,29,131)
(35%,11%,51%)

RGB channels and saturation

R 89 of 255 = 35%
G 29 of 255 = 11%
B 131 of 255 = 51%

89
29
131

R + G + B ~ 32%. #591D83 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 29 + 131 = 249 (100%)
R 89 of 249 ~ 35.74%
G 29 of 249 ~ 11.65%
B 131 of 249 ~ 52.61%

%35.74
%11.65
%52.61

CMYK color model

#591D83 color CMYK value is (32,78,0,49).

  • cyan value is 32.06%
  • magenta value is 77.86%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(32,78,0,49)
C32M78Y0K49 
(32%,78%,0%,49%)
(0.32/0.78/0.00/0.49)	

CMYK percentages

%32.06
%77.86
%0
%48.63

Codes

Color #591D83 in popluar color models

591D83
RGB8929131
HSL275°63.75%31.37%
HSB/HSV275°77.86%51.37%
CMYK32.06%77.86%0.00%
48.63%

Color #591D83 in popluar number systems.

HEX591D83
Decimal8929131
Binary10110011110110000011
Octal13135203

Shades and tints

Shades of #591D83

#591D83
(89,29,131)
#511B78
(81,27,120)
#49196D
(73,25,109)
#411762
(65,23,98)
#391557
(57,21,87)
#31134C
(49,19,76)
#291141
(41,17,65)
#210F36
(33,15,54)
#190D2B
(25,13,43)
#110B20
(17,11,32)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #591D83

#591D83
(89,29,131)
#68318E
(104,49,142)
#774599
(119,69,153)
#8659A4
(134,89,164)
#956DAF
(149,109,175)
#A481BA
(164,129,186)
#B395C5
(179,149,197)
#C2A9D0
(194,169,208)
#D1BDDB
(209,189,219)
#E0D1E6
(224,209,230)
#EFE5F1
(239,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591D83 color. Also use rgb(89,29,131) instead hex code.

Text Font Color

.myTextColor { color: #591D83; }

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

This text font color is #591D83.


Background Color

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

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

This div background color is #591D83.


Border color

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

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

This div border color is #591D83.


Opacity

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

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

Text with #591D83 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 #591D83;}

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

This text has shadow with #591D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591D83 on black background.


Color preview on white background

This text has color #591D83 on white background.



Black color preview on #591D83 background

This text has black color on #591D83 background.


White color preview on #591D83 background

This text has white color on #591D83 background.