COLOR #591764

HEX: #591764 RGB: (89,23,100)

Color info

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

RGB color model

#591764 color RGB value is (89,23,100).

RGB: (89,23,100) (35%, 9%, 39%)

RGB channels and saturation

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

89
23
100

R + G + B ~ 28%. #591764 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 89 + 23 + 100 = 212 (100%)
R 89 of 212 ~ 41.98%
G 23 of 212 ~ 10.85%
B 100 of 212 ~ 47.17'%

%41.98
%10.85
%47.17

CMYK color model

#591764 color CMYK value is (11,77,0,61).

  • cyan value is 11.00%
  • magenta value is 77.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (11,77,0,61)
C11M77Y0K61 (11%, 77%, 0%, 61%)
(0.11 / 0.77 / 0.00 / 0.61)

CMYK percentages

%11
%77
%0
%60.78

Codes

Color #591764 in popluar color models

59 17 64
RGB 89 23 100
HSL 291° 62.60% 24.12%
HSB/HSV 291° 77.00% 39.22%
CMYK 11.00% 77.00% 0.00%
60.78%

Color #591764 in popluar number systems.

HEX 59 17 64
Decimal 89 23 100
Binary 1011001 10111 1100100
Octal 131 27 144

Shades and tints

Shades of #591764

#591764
(89,23,100)
#51155B
(81,21,91)
#491352
(73,19,82)
#411149
(65,17,73)
#390F40
(57,15,64)
#310D37
(49,13,55)
#290B2E
(41,11,46)
#210925
(33,9,37)
#19071C
(25,7,28)
#110513
(17,5,19)
#09030A
(9,3,10)
#000000
(0,0,0)

Tints of #591764

#591764
(89,23,100)
#682C72
(104,44,114)
#774180
(119,65,128)
#86568E
(134,86,142)
#956B9C
(149,107,156)
#A480AA
(164,128,170)
#B395B8
(179,149,184)
#C2AAC6
(194,170,198)
#D1BFD4
(209,191,212)
#E0D4E2
(224,212,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #591764; }

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

This text font color is #591764.

Background Color

.myBgColor { background-color: #591764; }

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

This div background color is #591764.

Border color

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

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

This div border color is #591764.

Opacity

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

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

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

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

This text has shadow with #591764 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #591764.

Preview

Color preview on black background

This text has color #591764 on black background.


Color preview on white background

This text has color #591764 on white background.


Black color preview on #591764 background

This text has black color on #591764 background.


White color preview on #591764 background

This text has white color on #591764 background.


Related colors

Complementary color

Complementary color for #hex is #A6E89B.


I love getcolorcode.com

Triadic colors

1 #645917 and #176459 with #591764 are triadic colors.

2 #641759 and #175964 with #591764 are triadic colors.