COLOR #594D81

HEX: #594D81
RGB: (89,77,129)

Color info

#594D81 contains red, green and blue colors in about the same proportion. Web safe color of #594D81 is #663399 (or #639).

RGB color model

#594D81 color RGB value is (89,77,129).

  • red value is 89;
  • green value is 77;
  • blue value is 129.
RGB:
(89,77,129)
(35%,30%,51%)

RGB channels and saturation

R 89 of 255 = 35%
G 77 of 255 = 30%
B 129 of 255 = 51%

89
77
129

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

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 129 = 295 (100%)
R 89 of 295 ~ 30.17%
G 77 of 295 ~ 26.1%
B 129 of 295 ~ 43.73%

%30.17
%26.1
%43.73

CMYK color model

#594D81 color CMYK value is (31,40,0,49).

  • cyan value is 31.01%
  • magenta value is 40.31%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(31,40,0,49)
C31M40Y0K49 
(31%,40%,0%,49%)
(0.31/0.40/0.00/0.49)	

CMYK percentages

%31.01
%40.31
%0
%49.41

Codes

Color #594D81 in popluar color models

594D81
RGB8977129
HSL254°25.24%40.39%
HSB/HSV254°40.31%50.59%
CMYK31.01%40.31%0.00%
49.41%

Color #594D81 in popluar number systems.

HEX594D81
Decimal8977129
Binary1011001100110110000001
Octal131115201

Shades and tints

Shades of #594D81

#594D81
(89,77,129)
#514676
(81,70,118)
#493F6B
(73,63,107)
#413860
(65,56,96)
#393155
(57,49,85)
#312A4A
(49,42,74)
#29233F
(41,35,63)
#211C34
(33,28,52)
#191529
(25,21,41)
#110E1E
(17,14,30)
#090713
(9,7,19)
#000000
(0,0,0)

Tints of #594D81

#594D81
(89,77,129)
#685D8C
(104,93,140)
#776D97
(119,109,151)
#867DA2
(134,125,162)
#958DAD
(149,141,173)
#A49DB8
(164,157,184)
#B3ADC3
(179,173,195)
#C2BDCE
(194,189,206)
#D1CDD9
(209,205,217)
#E0DDE4
(224,221,228)
#EFEDEF
(239,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #594D81 color. Also use rgb(89,77,129) instead hex code.

Text Font Color

.myTextColor { color: #594D81; }

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

This text font color is #594D81.


Background Color

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

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

This div background color is #594D81.


Border color

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

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

This div border color is #594D81.


Opacity

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

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

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

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

This text has shadow with #594D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594D81 on black background.


Color preview on white background

This text has color #594D81 on white background.



Black color preview on #594D81 background

This text has black color on #594D81 background.


White color preview on #594D81 background

This text has white color on #594D81 background.