COLOR #594170

HEX: #594170
RGB: (89,65,112)

Color info

#594170 contains red, green and blue colors in about the same proportion. Web safe color of #594170 is #663366 (or #636).

RGB color model

#594170 color RGB value is (89,65,112).

  • red value is 89;
  • green value is 65;
  • blue value is 112.
RGB:
(89,65,112)
(35%,25%,44%)

RGB channels and saturation

R 89 of 255 = 35%
G 65 of 255 = 25%
B 112 of 255 = 44%

89
65
112

R + G + B ~ 35%. #594170 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 65 + 112 = 266 (100%)
R 89 of 266 ~ 33.46%
G 65 of 266 ~ 24.44%
B 112 of 266 ~ 42.11%

%33.46
%24.44
%42.11

CMYK color model

#594170 color CMYK value is (21,42,0,56).

  • cyan value is 20.54%
  • magenta value is 41.96%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(21,42,0,56)
C21M42Y0K56 
(21%,42%,0%,56%)
(0.21/0.42/0.00/0.56)	

CMYK percentages

%20.54
%41.96
%0
%56.08

Codes

Color #594170 in popluar color models

594170
RGB8965112
HSL271°26.55%34.71%
HSB/HSV271°41.96%43.92%
CMYK20.54%41.96%0.00%
56.08%

Color #594170 in popluar number systems.

HEX594170
Decimal8965112
Binary101100110000011110000
Octal131101160

Shades and tints

Shades of #594170

#594170
(89,65,112)
#513C66
(81,60,102)
#49375C
(73,55,92)
#413252
(65,50,82)
#392D48
(57,45,72)
#31283E
(49,40,62)
#292334
(41,35,52)
#211E2A
(33,30,42)
#191920
(25,25,32)
#111416
(17,20,22)
#090F0C
(9,15,12)
#000000
(0,0,0)

Tints of #594170

#594170
(89,65,112)
#68527D
(104,82,125)
#77638A
(119,99,138)
#867497
(134,116,151)
#9585A4
(149,133,164)
#A496B1
(164,150,177)
#B3A7BE
(179,167,190)
#C2B8CB
(194,184,203)
#D1C9D8
(209,201,216)
#E0DAE5
(224,218,229)
#EFEBF2
(239,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594170 color. Also use rgb(89,65,112) instead hex code.

Text Font Color

.myTextColor { color: #594170; }

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

This text font color is #594170.


Background Color

.myBgColor { background-color: #594170; }

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

This div background color is #594170.


Border color

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

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

This div border color is #594170.


Opacity

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

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

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

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

This text has shadow with #594170 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594170 on black background.


Color preview on white background

This text has color #594170 on white background.



Black color preview on #594170 background

This text has black color on #594170 background.


White color preview on #594170 background

This text has white color on #594170 background.