COLOR #591C56

HEX: #591C56
RGB: (89,28,86)

Color info

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

RGB color model

#591C56 color RGB value is (89,28,86).

  • red value is 89;
  • green value is 28;
  • blue value is 86.
RGB:
(89,28,86)
(35%,11%,34%)

RGB channels and saturation

R 89 of 255 = 35%
G 28 of 255 = 11%
B 86 of 255 = 34%

89
28
86

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

Portions of RGB colors in percentages

R + G + B =
89 + 28 + 86 = 203 (100%)
R 89 of 203 ~ 43.84%
G 28 of 203 ~ 13.79%
B 86 of 203 ~ 42.36%

%43.84
%13.79
%42.36

CMYK color model

#591C56 color CMYK value is (0,69,3,65).

  • cyan value is 0.00%
  • magenta value is 68.54%
  • yellow value is 3.37%
  • key color value is 65.10%
CMYK:
(0,69,3,65)
C0M69Y3K65 
(0%,69%,3%,65%)
(0.00/0.69/0.03/0.65)	

CMYK percentages

%0
%68.54
%3.37
%65.1

Codes

Color #591C56 in popluar color models

591C56
RGB892886
HSL303°52.14%22.94%
HSB/HSV303°68.54%34.90%
CMYK0.00%68.54%3.37%
65.10%

Color #591C56 in popluar number systems.

HEX591C56
Decimal892886
Binary1011001111001010110
Octal13134126

Shades and tints

Shades of #591C56

#591C56
(89,28,86)
#511A4F
(81,26,79)
#491848
(73,24,72)
#411641
(65,22,65)
#39143A
(57,20,58)
#311233
(49,18,51)
#29102C
(41,16,44)
#210E25
(33,14,37)
#190C1E
(25,12,30)
#110A17
(17,10,23)
#090810
(9,8,16)
#000000
(0,0,0)

Tints of #591C56

#591C56
(89,28,86)
#683065
(104,48,101)
#774474
(119,68,116)
#865883
(134,88,131)
#956C92
(149,108,146)
#A480A1
(164,128,161)
#B394B0
(179,148,176)
#C2A8BF
(194,168,191)
#D1BCCE
(209,188,206)
#E0D0DD
(224,208,221)
#EFE4EC
(239,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591C56 color. Also use rgb(89,28,86) instead hex code.

Text Font Color

.myTextColor { color: #591C56; }

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

This text font color is #591C56.


Background Color

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

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

This div background color is #591C56.


Border color

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

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

This div border color is #591C56.


Opacity

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

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

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

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

This text has shadow with #591C56 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591C56 on black background.


Color preview on white background

This text has color #591C56 on white background.



Black color preview on #591C56 background

This text has black color on #591C56 background.


White color preview on #591C56 background

This text has white color on #591C56 background.