COLOR #591D5A

HEX: #591D5A RGB: (89,29,90)

Color info

#591D5A contains mainly red and blue colors. Web safe color of #591D5A is #663366 (or #636).

RGB color model

#591D5A color RGB value is (89,29,90).

RGB: (89,29,90) (35%, 11%, 35%)

RGB channels and saturation

R 89 of 255 = 35%
G 29 of 255 = 11%
B 90 of 255 = 35%

89
29
90

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

Portions of RGB colors in percentages

R + G + B = 89 + 29 + 90 = 208 (100%)
R 89 of 208 ~ 42.79%
G 29 of 208 ~ 13.94%
B 90 of 208 ~ 43.27'%

%42.79
%13.94
%43.27

CMYK color model

#591D5A color CMYK value is (1,68,0,65).

  • cyan value is 1.11%
  • magenta value is 67.78%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (1,68,0,65)
C1M68Y0K65 (1%, 68%, 0%, 65%)
(0.01 / 0.68 / 0.00 / 0.65)

CMYK percentages

%1.11
%67.78
%0
%64.71

Codes

Color #591D5A in popluar color models

59 1D 5A
RGB 89 29 90
HSL 299° 51.26% 23.33%
HSB/HSV 299° 67.78% 35.29%
CMYK 1.11% 67.78% 0.00%
64.71%

Color #591D5A in popluar number systems.

HEX 59 1D 5A
Decimal 89 29 90
Binary 1011001 11101 1011010
Octal 131 35 132

Shades and tints

Shades of #591D5A

#591D5A
(89,29,90)
#511B52
(81,27,82)
#49194A
(73,25,74)
#411742
(65,23,66)
#39153A
(57,21,58)
#311332
(49,19,50)
#29112A
(41,17,42)
#210F22
(33,15,34)
#190D1A
(25,13,26)
#110B12
(17,11,18)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #591D5A

#591D5A
(89,29,90)
#683169
(104,49,105)
#774578
(119,69,120)
#865987
(134,89,135)
#956D96
(149,109,150)
#A481A5
(164,129,165)
#B395B4
(179,149,180)
#C2A9C3
(194,169,195)
#D1BDD2
(209,189,210)
#E0D1E1
(224,209,225)
#EFE5F0
(239,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591D5A; }

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

This text font color is #591D5A.

Background Color

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

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

This div background color is #591D5A.

Border color

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

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

This div border color is #591D5A.

Opacity

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

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

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

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

This text has shadow with #591D5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #591D5A.

Preview

Color preview on black background

This text has color #591D5A on black background.


Color preview on white background

This text has color #591D5A on white background.


Black color preview on #591D5A background

This text has black color on #591D5A background.


White color preview on #591D5A background

This text has white color on #591D5A background.


Related colors

Complementary color

Complementary color for #hex is #A6E2A5.


I love getcolorcode.com

Triadic colors

1 #5A591D and #1D5A59 with #591D5A are triadic colors.

2 #5A1D59 and #1D595A with #591D5A are triadic colors.