COLOR #590EB2

HEX: #590EB2
RGB: (89,14,178)

Color info

#590EB2 contains mainly blue color. Web safe color of #590EB2 is #660099 (or #609).

RGB color model

#590EB2 color RGB value is (89,14,178).

  • red value is 89;
  • green value is 14;
  • blue value is 178.
RGB:
(89,14,178)
(35%,5%,70%)

RGB channels and saturation

R 89 of 255 = 35%
G 14 of 255 = 5%
B 178 of 255 = 70%

89
14
178

R + G + B ~ 37%. #590EB2 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 14 + 178 = 281 (100%)
R 89 of 281 ~ 31.67%
G 14 of 281 ~ 4.98%
B 178 of 281 ~ 63.35%

%31.67
%63.35

CMYK color model

#590EB2 color CMYK value is (50,92,0,30).

  • cyan value is 50.00%
  • magenta value is 92.13%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(50,92,0,30)
C50M92Y0K30 
(50%,92%,0%,30%)
(0.50/0.92/0.00/0.30)	

CMYK percentages

%50
%92.13
%0
%30.2

Codes

Color #590EB2 in popluar color models

590EB2
RGB8914178
HSL267°85.42%37.65%
HSB/HSV267°92.13%69.80%
CMYK50.00%92.13%0.00%
30.20%

Color #590EB2 in popluar number systems.

HEX590EB2
Decimal8914178
Binary1011001111010110010
Octal13116262

Shades and tints

Shades of #590EB2

#590EB2
(89,14,178)
#510DA2
(81,13,162)
#490C92
(73,12,146)
#410B82
(65,11,130)
#390A72
(57,10,114)
#310962
(49,9,98)
#290852
(41,8,82)
#210742
(33,7,66)
#190632
(25,6,50)
#110522
(17,5,34)
#090412
(9,4,18)
#000000
(0,0,0)

Tints of #590EB2

#590EB2
(89,14,178)
#6823B9
(104,35,185)
#7738C0
(119,56,192)
#864DC7
(134,77,199)
#9562CE
(149,98,206)
#A477D5
(164,119,213)
#B38CDC
(179,140,220)
#C2A1E3
(194,161,227)
#D1B6EA
(209,182,234)
#E0CBF1
(224,203,241)
#EFE0F8
(239,224,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590EB2 color. Also use rgb(89,14,178) instead hex code.

Text Font Color

.myTextColor { color: #590EB2; }

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

This text font color is #590EB2.


Background Color

.myBgColor { background-color: #590EB2; }

<div style="background-color:#590EB2">Inner text</div>

This div background color is #590EB2.


Border color

.myBorderColor { border: 1px solid #590EB2; }

<div style="border:3px solid #590EB2">Div</div>

This div border color is #590EB2.


Opacity

.myOpacity80 { color: #590EB2; opacity: 0.8; }

<p style="color:#590EB2;opacity:0.8;">80%</p>

Text with #590EB2 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 #590EB2;}

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

This text has shadow with #590EB2 color.

.textShadow {text-shadow: 3px 3px 1px #590EB2, 3px 3px 1px red;}

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

This text has shadow with #590EB2 primary color and red secondary color.


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

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

This text has shadow with #590EB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590EB2 on black background.


Color preview on white background

This text has color #590EB2 on white background.



Black color preview on #590EB2 background

This text has black color on #590EB2 background.


White color preview on #590EB2 background

This text has white color on #590EB2 background.