COLOR #591A69

HEX: #591A69
RGB: (89,26,105)

Color info

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

RGB color model

#591A69 color RGB value is (89,26,105).

  • red value is 89;
  • green value is 26;
  • blue value is 105.
RGB:
(89,26,105)
(35%,10%,41%)

RGB channels and saturation

R 89 of 255 = 35%
G 26 of 255 = 10%
B 105 of 255 = 41%

89
26
105

R + G + B ~ 29%. #591A69 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 26 + 105 = 220 (100%)
R 89 of 220 ~ 40.45%
G 26 of 220 ~ 11.82%
B 105 of 220 ~ 47.73%

%40.45
%11.82
%47.73

CMYK color model

#591A69 color CMYK value is (15,75,0,59).

  • cyan value is 15.24%
  • magenta value is 75.24%
  • yellow value is 0.00%
  • key color value is 58.82%
CMYK:
(15,75,0,59)
C15M75Y0K59 
(15%,75%,0%,59%)
(0.15/0.75/0.00/0.59)	

CMYK percentages

%15.24
%75.24
%0
%58.82

Codes

Color #591A69 in popluar color models

591A69
RGB8926105
HSL288°60.31%25.69%
HSB/HSV288°75.24%41.18%
CMYK15.24%75.24%0.00%
58.82%

Color #591A69 in popluar number systems.

HEX591A69
Decimal8926105
Binary1011001110101101001
Octal13132151

Shades and tints

Shades of #591A69

#591A69
(89,26,105)
#511860
(81,24,96)
#491657
(73,22,87)
#41144E
(65,20,78)
#391245
(57,18,69)
#31103C
(49,16,60)
#290E33
(41,14,51)
#210C2A
(33,12,42)
#190A21
(25,10,33)
#110818
(17,8,24)
#09060F
(9,6,15)
#000000
(0,0,0)

Tints of #591A69

#591A69
(89,26,105)
#682E76
(104,46,118)
#774283
(119,66,131)
#865690
(134,86,144)
#956A9D
(149,106,157)
#A47EAA
(164,126,170)
#B392B7
(179,146,183)
#C2A6C4
(194,166,196)
#D1BAD1
(209,186,209)
#E0CEDE
(224,206,222)
#EFE2EB
(239,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #591A69 color. Also use rgb(89,26,105) instead hex code.

Text Font Color

.myTextColor { color: #591A69; }

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

This text font color is #591A69.


Background Color

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

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

This div background color is #591A69.


Border color

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

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

This div border color is #591A69.


Opacity

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

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

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

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

This text has shadow with #591A69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #591A69 on black background.


Color preview on white background

This text has color #591A69 on white background.



Black color preview on #591A69 background

This text has black color on #591A69 background.


White color preview on #591A69 background

This text has white color on #591A69 background.