COLOR #590AAD

HEX: #590AAD
RGB: (89,10,173)

Color info

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

RGB color model

#590AAD color RGB value is (89,10,173).

  • red value is 89;
  • green value is 10;
  • blue value is 173.
RGB:
(89,10,173)
(35%,4%,68%)

RGB channels and saturation

R 89 of 255 = 35%
G 10 of 255 = 4%
B 173 of 255 = 68%

89
10
173

R + G + B ~ 36%. #590AAD is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 10 + 173 = 272 (100%)
R 89 of 272 ~ 32.72%
G 10 of 272 ~ 3.68%
B 173 of 272 ~ 63.6%

%32.72
%63.6

CMYK color model

#590AAD color CMYK value is (49,94,0,32).

  • cyan value is 48.55%
  • magenta value is 94.22%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(49,94,0,32)
C49M94Y0K32 
(49%,94%,0%,32%)
(0.49/0.94/0.00/0.32)	

CMYK percentages

%48.55
%94.22
%0
%32.16

Codes

Color #590AAD in popluar color models

590AAD
RGB8910173
HSL269°89.07%35.88%
HSB/HSV269°94.22%67.84%
CMYK48.55%94.22%0.00%
32.16%

Color #590AAD in popluar number systems.

HEX590AAD
Decimal8910173
Binary1011001101010101101
Octal13112255

Shades and tints

Shades of #590AAD

#590AAD
(89,10,173)
#510A9E
(81,10,158)
#490A8F
(73,10,143)
#410A80
(65,10,128)
#390A71
(57,10,113)
#310A62
(49,10,98)
#290A53
(41,10,83)
#210A44
(33,10,68)
#190A35
(25,10,53)
#110A26
(17,10,38)
#090A17
(9,10,23)
#000000
(0,0,0)

Tints of #590AAD

#590AAD
(89,10,173)
#6820B4
(104,32,180)
#7736BB
(119,54,187)
#864CC2
(134,76,194)
#9562C9
(149,98,201)
#A478D0
(164,120,208)
#B38ED7
(179,142,215)
#C2A4DE
(194,164,222)
#D1BAE5
(209,186,229)
#E0D0EC
(224,208,236)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #590AAD color. Also use rgb(89,10,173) instead hex code.

Text Font Color

.myTextColor { color: #590AAD; }

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

This text font color is #590AAD.


Background Color

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

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

This div background color is #590AAD.


Border color

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

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

This div border color is #590AAD.


Opacity

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

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

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

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

This text has shadow with #590AAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590AAD on black background.


Color preview on white background

This text has color #590AAD on white background.



Black color preview on #590AAD background

This text has black color on #590AAD background.


White color preview on #590AAD background

This text has white color on #590AAD background.