COLOR #594E8C

HEX: #594E8C RGB: (89,78,140)

Color info

#594E8C contains mainly red and blue colors. Web safe color of #594E8C is #666699 (or #669).

RGB color model

#594E8C color RGB value is (89,78,140).

RGB: (89,78,140) (35%, 31%, 55%)

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 140 of 255 = 55%

89
78
140

R + G + B ~ 40%. #594E8C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 89 + 78 + 140 = 307 (100%)
R 89 of 307 ~ 28.99%
G 78 of 307 ~ 25.41%
B 140 of 307 ~ 45.6'%

%28.99
%25.41
%45.6

CMYK color model

#594E8C color CMYK value is (36,44,0,45).

  • cyan value is 36.43%
  • magenta value is 44.29%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (36,44,0,45)
C36M44Y0K45 (36%, 44%, 0%, 45%)
(0.36 / 0.44 / 0.00 / 0.45)

CMYK percentages

%36.43
%44.29
%0
%45.1

Codes

Color #594E8C in popluar color models

59 4E 8C
RGB 89 78 140
HSL 251° 28.44% 42.75%
HSB/HSV 251° 44.29% 54.90%
CMYK 36.43% 44.29% 0.00%
45.10%

Color #594E8C in popluar number systems.

HEX 59 4E 8C
Decimal 89 78 140
Binary 1011001 1001110 10001100
Octal 131 116 214

Shades and tints

Shades of #594E8C

#594E8C
(89,78,140)
#514780
(81,71,128)
#494074
(73,64,116)
#413968
(65,57,104)
#39325C
(57,50,92)
#312B50
(49,43,80)
#292444
(41,36,68)
#211D38
(33,29,56)
#19162C
(25,22,44)
#110F20
(17,15,32)
#090814
(9,8,20)
#000000
(0,0,0)

Tints of #594E8C

#594E8C
(89,78,140)
#685E96
(104,94,150)
#776EA0
(119,110,160)
#867EAA
(134,126,170)
#958EB4
(149,142,180)
#A49EBE
(164,158,190)
#B3AEC8
(179,174,200)
#C2BED2
(194,190,210)
#D1CEDC
(209,206,220)
#E0DEE6
(224,222,230)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594E8C; }

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

This text font color is #594E8C.

Background Color

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

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

This div background color is #594E8C.

Border color

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

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

This div border color is #594E8C.

Opacity

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

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

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

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

This text has shadow with #594E8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #594E8C.

Preview

Color preview on black background

This text has color #594E8C on black background.


Color preview on white background

This text has color #594E8C on white background.


Black color preview on #594E8C background

This text has black color on #594E8C background.


White color preview on #594E8C background

This text has white color on #594E8C background.


Related colors

Complementary color

Complementary color for #hex is #A6B173.


I love getcolorcode.com

Triadic colors

1 #8C594E and #4E8C59 with #594E8C are triadic colors.

2 #8C4E59 and #4E598C with #594E8C are triadic colors.