COLOR #594EEA

HEX: #594EEA
RGB: (89,78,234)

Color info

#594EEA contains mainly blue color. Web safe color of #594EEA is #6666FF (or #66F).

RGB color model

#594EEA color RGB value is (89,78,234).

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

RGB channels and saturation

R 89 of 255 = 35%
G 78 of 255 = 31%
B 234 of 255 = 92%

89
78
234

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

Portions of RGB colors in percentages

R + G + B =
89 + 78 + 234 = 401 (100%)
R 89 of 401 ~ 22.19%
G 78 of 401 ~ 19.45%
B 234 of 401 ~ 58.35%

%22.19
%19.45
%58.35

CMYK color model

#594EEA color CMYK value is (62,67,0,8).

  • cyan value is 61.97%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(62,67,0,8)
C62M67Y0K8 
(62%,67%,0%,8%)
(0.62/0.67/0.00/0.08)	

CMYK percentages

%61.97
%66.67
%0
%8.24

Codes

Color #594EEA in popluar color models

594EEA
RGB8978234
HSL244°78.79%61.18%
HSB/HSV244°66.67%91.76%
CMYK61.97%66.67%0.00%
8.24%

Color #594EEA in popluar number systems.

HEX594EEA
Decimal8978234
Binary1011001100111011101010
Octal131116352

Shades and tints

Shades of #594EEA

#594EEA
(89,78,234)
#5147D5
(81,71,213)
#4940C0
(73,64,192)
#4139AB
(65,57,171)
#393296
(57,50,150)
#312B81
(49,43,129)
#29246C
(41,36,108)
#211D57
(33,29,87)
#191642
(25,22,66)
#110F2D
(17,15,45)
#090818
(9,8,24)
#000000
(0,0,0)

Tints of #594EEA

#594EEA
(89,78,234)
#685EEB
(104,94,235)
#776EEC
(119,110,236)
#867EED
(134,126,237)
#958EEE
(149,142,238)
#A49EEF
(164,158,239)
#B3AEF0
(179,174,240)
#C2BEF1
(194,190,241)
#D1CEF2
(209,206,242)
#E0DEF3
(224,222,243)
#EFEEF4
(239,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594EEA; }

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

This text font color is #594EEA.


Background Color

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

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

This div background color is #594EEA.


Border color

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

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

This div border color is #594EEA.


Opacity

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

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

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

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

This text has shadow with #594EEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594EEA on black background.


Color preview on white background

This text has color #594EEA on white background.



Black color preview on #594EEA background

This text has black color on #594EEA background.


White color preview on #594EEA background

This text has white color on #594EEA background.