COLOR #591855

HEX: #591855 RGB: (89,24,85)

Color info

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

RGB color model

#591855 color RGB value is (89,24,85).

RGB: (89,24,85) (35%, 9%, 33%)

RGB channels and saturation

R 89 of 255 = 35%
G 24 of 255 = 9%
B 85 of 255 = 33%

89
24
85

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

Portions of RGB colors in percentages

R + G + B = 89 + 24 + 85 = 198 (100%)
R 89 of 198 ~ 44.95%
G 24 of 198 ~ 12.12%
B 85 of 198 ~ 42.93'%

%44.95
%12.12
%42.93

CMYK color model

#591855 color CMYK value is (0,73,4,65).

  • cyan value is 0.00%
  • magenta value is 73.03%
  • yellow value is 4.49%
  • key color value is 65.10%
CMYK: (0,73,4,65) C0M73Y4K65 (0%,73%,4%,65%) (0.00/0.73/0.04/0.65) 

CMYK percentages

%0
%73.03
%4.49
%65.1

Codes

Color #591855 in popluar color models

59 18 55
RGB 89 24 85
HSL 304° 57.52% 22.16%
HSB/HSV 304° 73.03% 34.90%
CMYK 0.00% 73.03% 4.49%
65.10%

Color #591855 in popluar number systems.

HEX 59 18 55
Decimal 89 24 85
Binary 1011001 11000 1010101
Octal 131 30 125

Shades and tints

Shades of #591855

#591855
(89,24,85)
#51164E
(81,22,78)
#491447
(73,20,71)
#411240
(65,18,64)
#391039
(57,16,57)
#310E32
(49,14,50)
#290C2B
(41,12,43)
#210A24
(33,10,36)
#19081D
(25,8,29)
#110616
(17,6,22)
#09040F
(9,4,15)
#000000
(0,0,0)

Tints of #591855

#591855
(89,24,85)
#682D64
(104,45,100)
#774273
(119,66,115)
#865782
(134,87,130)
#956C91
(149,108,145)
#A481A0
(164,129,160)
#B396AF
(179,150,175)
#C2ABBE
(194,171,190)
#D1C0CD
(209,192,205)
#E0D5DC
(224,213,220)
#EFEAEB
(239,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591855; }

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

This text font color is #591855.

Background Color

.myBgColor { background-color: #591855; }

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

This div background color is #591855.

Border color

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

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

This div border color is #591855.

Opacity

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

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

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

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

This text has shadow with #591855 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #591855.

Preview

Color preview on black background

This text has color #591855 on black background.


Color preview on white background

This text has color #591855 on white background.


Black color preview on #591855 background

This text has black color on #591855 background.


White color preview on #591855 background

This text has white color on #591855 background.


Related colors

Complementary color

Complementary color for #hex is #A6E7AA.


I love getcolorcode.com

Triadic colors

1 #555918 and #185559 with #591855 are triadic colors.

2 #551859 and #185955 with #591855 are triadic colors.