COLOR #594EE4

HEX: #594EE4 RGB: (89,78,228)

Color info

#594EE4 contains mainly blue color. Web safe color of #594EE4 is #6666CC (or #66C).

RGB color model

#594EE4 color RGB value is (89,78,228).

RGB: (89,78,228) (35%, 31%, 89%)

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 228 of 255 = 89%

89
78
228

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

Portions of RGB colors in percentages

R + G + B = 89 + 78 + 228 = 395 (100%)
R 89 of 395 ~ 22.53%
G 78 of 395 ~ 19.75%
B 228 of 395 ~ 57.72'%

%22.53
%19.75
%57.72

CMYK color model

#594EE4 color CMYK value is (61,66,0,11).

  • cyan value is 60.96%
  • magenta value is 65.79%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (61,66,0,11)
C61M66Y0K11 (61%, 66%, 0%, 11%)
(0.61 / 0.66 / 0.00 / 0.11)

CMYK percentages

%60.96
%65.79
%0
%10.59

Codes

Color #594EE4 in popluar color models

59 4E E4
RGB 89 78 228
HSL 244° 73.53% 60.00%
HSB/HSV 244° 65.79% 89.41%
CMYK 60.96% 65.79% 0.00%
10.59%

Color #594EE4 in popluar number systems.

HEX 59 4E E4
Decimal 89 78 228
Binary 1011001 1001110 11100100
Octal 131 116 344

Shades and tints

Shades of #594EE4

#594EE4
(89,78,228)
#5147D0
(81,71,208)
#4940BC
(73,64,188)
#4139A8
(65,57,168)
#393294
(57,50,148)
#312B80
(49,43,128)
#29246C
(41,36,108)
#211D58
(33,29,88)
#191644
(25,22,68)
#110F30
(17,15,48)
#09081C
(9,8,28)
#000000
(0,0,0)

Tints of #594EE4

#594EE4
(89,78,228)
#685EE6
(104,94,230)
#776EE8
(119,110,232)
#867EEA
(134,126,234)
#958EEC
(149,142,236)
#A49EEE
(164,158,238)
#B3AEF0
(179,174,240)
#C2BEF2
(194,190,242)
#D1CEF4
(209,206,244)
#E0DEF6
(224,222,246)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594EE4; }

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

This text font color is #594EE4.

Background Color

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

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

This div background color is #594EE4.

Border color

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

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

This div border color is #594EE4.

Opacity

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

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

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

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

This text has shadow with #594EE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #594EE4.

Preview

Color preview on black background

This text has color #594EE4 on black background.


Color preview on white background

This text has color #594EE4 on white background.


Black color preview on #594EE4 background

This text has black color on #594EE4 background.


White color preview on #594EE4 background

This text has white color on #594EE4 background.


Related colors

Complementary color

Complementary color for #hex is #A6B11B.


I love getcolorcode.com

Triadic colors

1 #E4594E and #4EE459 with #594EE4 are triadic colors.

2 #E44E59 and #4E59E4 with #594EE4 are triadic colors.