COLOR #594864

HEX: #594864
RGB: (89,72,100)

Color info

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

RGB color model

#594864 color RGB value is (89,72,100).

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

RGB channels and saturation

R 89 of 255 = 35%
G 72 of 255 = 28%
B 100 of 255 = 39%

89
72
100

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

Portions of RGB colors in percentages

R + G + B =
89 + 72 + 100 = 261 (100%)
R 89 of 261 ~ 34.1%
G 72 of 261 ~ 27.59%
B 100 of 261 ~ 38.31%

%34.1
%27.59
%38.31

CMYK color model

#594864 color CMYK value is (11,28,0,61).

  • cyan value is 11.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(11,28,0,61)
C11M28Y0K61 
(11%,28%,0%,61%)
(0.11/0.28/0.00/0.61)	

CMYK percentages

%11
%28
%0
%60.78

Codes

Color #594864 in popluar color models

594864
RGB8972100
HSL276°16.28%33.73%
HSB/HSV276°28.00%39.22%
CMYK11.00%28.00%0.00%
60.78%

Color #594864 in popluar number systems.

HEX594864
Decimal8972100
Binary101100110010001100100
Octal131110144

Shades and tints

Shades of #594864

#594864
(89,72,100)
#51425B
(81,66,91)
#493C52
(73,60,82)
#413649
(65,54,73)
#393040
(57,48,64)
#312A37
(49,42,55)
#29242E
(41,36,46)
#211E25
(33,30,37)
#19181C
(25,24,28)
#111213
(17,18,19)
#090C0A
(9,12,10)
#000000
(0,0,0)

Tints of #594864

#594864
(89,72,100)
#685872
(104,88,114)
#776880
(119,104,128)
#86788E
(134,120,142)
#95889C
(149,136,156)
#A498AA
(164,152,170)
#B3A8B8
(179,168,184)
#C2B8C6
(194,184,198)
#D1C8D4
(209,200,212)
#E0D8E2
(224,216,226)
#EFE8F0
(239,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594864; }

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

This text font color is #594864.


Background Color

.myBgColor { background-color: #594864; }

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

This div background color is #594864.


Border color

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

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

This div border color is #594864.


Opacity

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

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

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

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

This text has shadow with #594864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594864 on black background.


Color preview on white background

This text has color #594864 on white background.



Black color preview on #594864 background

This text has black color on #594864 background.


White color preview on #594864 background

This text has white color on #594864 background.