COLOR #591759

HEX: #591759
RGB: (89,23,89)

Color info

#591759 contains mainly red and blue colors. Web safe color of #591759 is #660066 (or #606).

RGB color model

#591759 color RGB value is (89,23,89).

  • red value is 89;
  • green value is 23;
  • blue value is 89.
RGB:
(89,23,89)
(35%,9%,35%)

RGB channels and saturation

R 89 of 255 = 35%
G 23 of 255 = 9%
B 89 of 255 = 35%

89
23
89

R + G + B ~ 26%. #591759 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 23 + 89 = 201 (100%)
R 89 of 201 ~ 44.28%
G 23 of 201 ~ 11.44%
B 89 of 201 ~ 44.28%

%44.28
%11.44
%44.28

CMYK color model

#591759 color CMYK value is (0,74,0,65).

  • cyan value is 0.00%
  • magenta value is 74.16%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(0,74,0,65)
C0M74Y0K65 
(0%,74%,0%,65%)
(0.00/0.74/0.00/0.65)	

CMYK percentages

%0
%74.16
%0
%65.1

Codes

Color #591759 in popluar color models

591759
RGB892389
HSL300°58.93%21.96%
HSB/HSV300°74.16%34.90%
CMYK0.00%74.16%0.00%
65.10%

Color #591759 in popluar number systems.

HEX591759
Decimal892389
Binary1011001101111011001
Octal13127131

Shades and tints

Shades of #591759

#591759
(89,23,89)
#511551
(81,21,81)
#491349
(73,19,73)
#411141
(65,17,65)
#390F39
(57,15,57)
#310D31
(49,13,49)
#290B29
(41,11,41)
#210921
(33,9,33)
#190719
(25,7,25)
#110511
(17,5,17)
#090309
(9,3,9)
#000000
(0,0,0)

Tints of #591759

#591759
(89,23,89)
#682C68
(104,44,104)
#774177
(119,65,119)
#865686
(134,86,134)
#956B95
(149,107,149)
#A480A4
(164,128,164)
#B395B3
(179,149,179)
#C2AAC2
(194,170,194)
#D1BFD1
(209,191,209)
#E0D4E0
(224,212,224)
#EFE9EF
(239,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591759 color. Also use rgb(89,23,89) instead hex code.

Text Font Color

.myTextColor { color: #591759; }

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

This text font color is #591759.


Background Color

.myBgColor { background-color: #591759; }

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

This div background color is #591759.


Border color

.myBorderColor { border: 1px solid #591759; }

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

This div border color is #591759.


Opacity

.myOpacity80 { color: #591759; opacity: 0.8; }

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

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

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

This text has shadow with #591759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591759 on black background.


Color preview on white background

This text has color #591759 on white background.



Black color preview on #591759 background

This text has black color on #591759 background.


White color preview on #591759 background

This text has white color on #591759 background.