COLOR #594860

HEX: #594860
RGB: (89,72,96)

Color info

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

RGB color model

#594860 color RGB value is (89,72,96).

  • red value is 89;
  • green value is 72;
  • blue value is 96.
RGB:
(89,72,96)
(35%,28%,38%)

RGB channels and saturation

R 89 of 255 = 35%
G 72 of 255 = 28%
B 96 of 255 = 38%

89
72
96

R + G + B ~ 34%. #594860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 72 + 96 = 257 (100%)
R 89 of 257 ~ 34.63%
G 72 of 257 ~ 28.02%
B 96 of 257 ~ 37.35%

%34.63
%28.02
%37.35

CMYK color model

#594860 color CMYK value is (7,25,0,62).

  • cyan value is 7.29%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(7,25,0,62)
C7M25Y0K62 
(7%,25%,0%,62%)
(0.07/0.25/0.00/0.62)	

CMYK percentages

%7.29
%25
%0
%62.35

Codes

Color #594860 in popluar color models

594860
RGB897296
HSL283°14.29%32.94%
HSB/HSV283°25.00%37.65%
CMYK7.29%25.00%0.00%
62.35%

Color #594860 in popluar number systems.

HEX594860
Decimal897296
Binary101100110010001100000
Octal131110140

Shades and tints

Shades of #594860

#594860
(89,72,96)
#514258
(81,66,88)
#493C50
(73,60,80)
#413648
(65,54,72)
#393040
(57,48,64)
#312A38
(49,42,56)
#292430
(41,36,48)
#211E28
(33,30,40)
#191820
(25,24,32)
#111218
(17,18,24)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #594860

#594860
(89,72,96)
#68586E
(104,88,110)
#77687C
(119,104,124)
#86788A
(134,120,138)
#958898
(149,136,152)
#A498A6
(164,152,166)
#B3A8B4
(179,168,180)
#C2B8C2
(194,184,194)
#D1C8D0
(209,200,208)
#E0D8DE
(224,216,222)
#EFE8EC
(239,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594860 color. Also use rgb(89,72,96) instead hex code.

Text Font Color

.myTextColor { color: #594860; }

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

This text font color is #594860.


Background Color

.myBgColor { background-color: #594860; }

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

This div background color is #594860.


Border color

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

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

This div border color is #594860.


Opacity

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

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

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

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

This text has shadow with #594860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594860 on black background.


Color preview on white background

This text has color #594860 on white background.



Black color preview on #594860 background

This text has black color on #594860 background.


White color preview on #594860 background

This text has white color on #594860 background.