COLOR #594E80

HEX: #594E80
RGB: (89,78,128)

Color info

#594E80 contains red, green and blue colors in about the same proportion. Web safe color of #594E80 is #666666 (or #666).

RGB color model

#594E80 color RGB value is (89,78,128).

  • red value is 89;
  • green value is 78;
  • blue value is 128.
RGB:
(89,78,128)
(35%,31%,50%)

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 128 of 255 = 50%

89
78
128

R + G + B ~ 39%. #594E80 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 78 + 128 = 295 (100%)
R 89 of 295 ~ 30.17%
G 78 of 295 ~ 26.44%
B 128 of 295 ~ 43.39%

%30.17
%26.44
%43.39

CMYK color model

#594E80 color CMYK value is (30,39,0,50).

  • cyan value is 30.47%
  • magenta value is 39.06%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(30,39,0,50)
C30M39Y0K50 
(30%,39%,0%,50%)
(0.30/0.39/0.00/0.50)	

CMYK percentages

%30.47
%39.06
%0
%49.8

Codes

Color #594E80 in popluar color models

594E80
RGB8978128
HSL253°24.27%40.39%
HSB/HSV253°39.06%50.20%
CMYK30.47%39.06%0.00%
49.80%

Color #594E80 in popluar number systems.

HEX594E80
Decimal8978128
Binary1011001100111010000000
Octal131116200

Shades and tints

Shades of #594E80

#594E80
(89,78,128)
#514775
(81,71,117)
#49406A
(73,64,106)
#41395F
(65,57,95)
#393254
(57,50,84)
#312B49
(49,43,73)
#29243E
(41,36,62)
#211D33
(33,29,51)
#191628
(25,22,40)
#110F1D
(17,15,29)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #594E80

#594E80
(89,78,128)
#685E8B
(104,94,139)
#776E96
(119,110,150)
#867EA1
(134,126,161)
#958EAC
(149,142,172)
#A49EB7
(164,158,183)
#B3AEC2
(179,174,194)
#C2BECD
(194,190,205)
#D1CED8
(209,206,216)
#E0DEE3
(224,222,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594E80 color. Also use rgb(89,78,128) instead hex code.

Text Font Color

.myTextColor { color: #594E80; }

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

This text font color is #594E80.


Background Color

.myBgColor { background-color: #594E80; }

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

This div background color is #594E80.


Border color

.myBorderColor { border: 1px solid #594E80; }

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

This div border color is #594E80.


Opacity

.myOpacity80 { color: #594E80; opacity: 0.8; }

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

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

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

This text has shadow with #594E80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594E80 on black background.


Color preview on white background

This text has color #594E80 on white background.



Black color preview on #594E80 background

This text has black color on #594E80 background.


White color preview on #594E80 background

This text has white color on #594E80 background.