COLOR #594DB8

HEX: #594DB8
RGB: (89,77,184)

Color info

#594DB8 contains mainly blue color. Web safe color of #594DB8 is #6633CC (or #63C).

RGB color model

#594DB8 color RGB value is (89,77,184).

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

RGB channels and saturation

R 89 of 255 = 35%
G 77 of 255 = 30%
B 184 of 255 = 72%

89
77
184

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

Portions of RGB colors in percentages

R + G + B =
89 + 77 + 184 = 350 (100%)
R 89 of 350 ~ 25.43%
G 77 of 350 ~ 22%
B 184 of 350 ~ 52.57%

%25.43
%22
%52.57

CMYK color model

#594DB8 color CMYK value is (52,58,0,28).

  • cyan value is 51.63%
  • magenta value is 58.15%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(52,58,0,28)
C52M58Y0K28 
(52%,58%,0%,28%)
(0.52/0.58/0.00/0.28)	

CMYK percentages

%51.63
%58.15
%0
%27.84

Codes

Color #594DB8 in popluar color models

594DB8
RGB8977184
HSL247°42.97%51.18%
HSB/HSV247°58.15%72.16%
CMYK51.63%58.15%0.00%
27.84%

Color #594DB8 in popluar number systems.

HEX594DB8
Decimal8977184
Binary1011001100110110111000
Octal131115270

Shades and tints

Shades of #594DB8

#594DB8
(89,77,184)
#5146A8
(81,70,168)
#493F98
(73,63,152)
#413888
(65,56,136)
#393178
(57,49,120)
#312A68
(49,42,104)
#292358
(41,35,88)
#211C48
(33,28,72)
#191538
(25,21,56)
#110E28
(17,14,40)
#090718
(9,7,24)
#000000
(0,0,0)

Tints of #594DB8

#594DB8
(89,77,184)
#685DBE
(104,93,190)
#776DC4
(119,109,196)
#867DCA
(134,125,202)
#958DD0
(149,141,208)
#A49DD6
(164,157,214)
#B3ADDC
(179,173,220)
#C2BDE2
(194,189,226)
#D1CDE8
(209,205,232)
#E0DDEE
(224,221,238)
#EFEDF4
(239,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #594DB8; }

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

This text font color is #594DB8.


Background Color

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

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

This div background color is #594DB8.


Border color

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

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

This div border color is #594DB8.


Opacity

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

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

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

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

This text has shadow with #594DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #594DB8 on black background.


Color preview on white background

This text has color #594DB8 on white background.



Black color preview on #594DB8 background

This text has black color on #594DB8 background.


White color preview on #594DB8 background

This text has white color on #594DB8 background.