COLOR #590A50

HEX: #590A50
RGB: (89,10,80)

Color info

#590A50 contains mainly red and blue colors. Web safe color of #590A50 is #660066 (or #606).

RGB color model

#590A50 color RGB value is (89,10,80).

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

RGB channels and saturation

R 89 of 255 = 35%
G 10 of 255 = 4%
B 80 of 255 = 31%

89
10
80

R + G + B ~ 23%. #590A50 is dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 10 + 80 = 179 (100%)
R 89 of 179 ~ 49.72%
G 10 of 179 ~ 5.59%
B 80 of 179 ~ 44.69%

%49.72
%44.69

CMYK color model

#590A50 color CMYK value is (0,89,10,65).

  • cyan value is 0.00%
  • magenta value is 88.76%
  • yellow value is 10.11%
  • key color value is 65.10%
CMYK:
(0,89,10,65)
C0M89Y10K65 
(0%,89%,10%,65%)
(0.00/0.89/0.10/0.65)	

CMYK percentages

%0
%88.76
%10.11
%65.1

Codes

Color #590A50 in popluar color models

590A50
RGB891080
HSL307°79.80%19.41%
HSB/HSV307°88.76%34.90%
CMYK0.00%88.76%10.11%
65.10%

Color #590A50 in popluar number systems.

HEX590A50
Decimal891080
Binary101100110101010000
Octal13112120

Shades and tints

Shades of #590A50

#590A50
(89,10,80)
#510A49
(81,10,73)
#490A42
(73,10,66)
#410A3B
(65,10,59)
#390A34
(57,10,52)
#310A2D
(49,10,45)
#290A26
(41,10,38)
#210A1F
(33,10,31)
#190A18
(25,10,24)
#110A11
(17,10,17)
#090A0A
(9,10,10)
#000000
(0,0,0)

Tints of #590A50

#590A50
(89,10,80)
#68205F
(104,32,95)
#77366E
(119,54,110)
#864C7D
(134,76,125)
#95628C
(149,98,140)
#A4789B
(164,120,155)
#B38EAA
(179,142,170)
#C2A4B9
(194,164,185)
#D1BAC8
(209,186,200)
#E0D0D7
(224,208,215)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #590A50; }

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

This text font color is #590A50.


Background Color

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

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

This div background color is #590A50.


Border color

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

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

This div border color is #590A50.


Opacity

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

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

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

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

This text has shadow with #590A50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #590A50 on black background.


Color preview on white background

This text has color #590A50 on white background.



Black color preview on #590A50 background

This text has black color on #590A50 background.


White color preview on #590A50 background

This text has white color on #590A50 background.