COLOR #590F9B

HEX: #590F9B
RGB: (89,15,155)

Color info

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

RGB color model

#590F9B color RGB value is (89,15,155).

  • red value is 89;
  • green value is 15;
  • blue value is 155.
RGB:
(89,15,155)
(35%,6%,61%)

RGB channels and saturation

R 89 of 255 = 35%
G 15 of 255 = 6%
B 155 of 255 = 61%

89
15
155

R + G + B ~ 34%. #590F9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 15 + 155 = 259 (100%)
R 89 of 259 ~ 34.36%
G 15 of 259 ~ 5.79%
B 155 of 259 ~ 59.85%

%34.36
%59.85

CMYK color model

#590F9B color CMYK value is (43,90,0,39).

  • cyan value is 42.58%
  • magenta value is 90.32%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(43,90,0,39)
C43M90Y0K39 
(43%,90%,0%,39%)
(0.43/0.90/0.00/0.39)	

CMYK percentages

%42.58
%90.32
%0
%39.22

Codes

Color #590F9B in popluar color models

590F9B
RGB8915155
HSL272°82.35%33.33%
HSB/HSV272°90.32%60.78%
CMYK42.58%90.32%0.00%
39.22%

Color #590F9B in popluar number systems.

HEX590F9B
Decimal8915155
Binary1011001111110011011
Octal13117233

Shades and tints

Shades of #590F9B

#590F9B
(89,15,155)
#510E8D
(81,14,141)
#490D7F
(73,13,127)
#410C71
(65,12,113)
#390B63
(57,11,99)
#310A55
(49,10,85)
#290947
(41,9,71)
#210839
(33,8,57)
#19072B
(25,7,43)
#11061D
(17,6,29)
#09050F
(9,5,15)
#000000
(0,0,0)

Tints of #590F9B

#590F9B
(89,15,155)
#6824A4
(104,36,164)
#7739AD
(119,57,173)
#864EB6
(134,78,182)
#9563BF
(149,99,191)
#A478C8
(164,120,200)
#B38DD1
(179,141,209)
#C2A2DA
(194,162,218)
#D1B7E3
(209,183,227)
#E0CCEC
(224,204,236)
#EFE1F5
(239,225,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590F9B color. Also use rgb(89,15,155) instead hex code.

Text Font Color

.myTextColor { color: #590F9B; }

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

This text font color is #590F9B.


Background Color

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

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

This div background color is #590F9B.


Border color

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

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

This div border color is #590F9B.


Opacity

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

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

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

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

This text has shadow with #590F9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590F9B on black background.


Color preview on white background

This text has color #590F9B on white background.



Black color preview on #590F9B background

This text has black color on #590F9B background.


White color preview on #590F9B background

This text has white color on #590F9B background.