COLOR #5813A9

HEX: #5813A9
RGB: (88,19,169)

Color info

#5813A9 contains mainly blue color. Web safe color of #5813A9 is #660099 (or #609).

RGB color model

#5813A9 color RGB value is (88,19,169).

  • red value is 88;
  • green value is 19;
  • blue value is 169.
RGB:
(88,19,169)
(35%,7%,66%)

RGB channels and saturation

R 88 of 255 = 35%
G 19 of 255 = 7%
B 169 of 255 = 66%

88
19
169

R + G + B ~ 36%. #5813A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 19 + 169 = 276 (100%)
R 88 of 276 ~ 31.88%
G 19 of 276 ~ 6.88%
B 169 of 276 ~ 61.23%

%31.88
%61.23

CMYK color model

#5813A9 color CMYK value is (48,89,0,34).

  • cyan value is 47.93%
  • magenta value is 88.76%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(48,89,0,34)
C48M89Y0K34 
(48%,89%,0%,34%)
(0.48/0.89/0.00/0.34)	

CMYK percentages

%47.93
%88.76
%0
%33.73

Codes

Color #5813A9 in popluar color models

5813A9
RGB8819169
HSL268°79.79%36.86%
HSB/HSV268°88.76%66.27%
CMYK47.93%88.76%0.00%
33.73%

Color #5813A9 in popluar number systems.

HEX5813A9
Decimal8819169
Binary10110001001110101001
Octal13023251

Shades and tints

Shades of #5813A9

#5813A9
(88,19,169)
#50129A
(80,18,154)
#48118B
(72,17,139)
#40107C
(64,16,124)
#380F6D
(56,15,109)
#300E5E
(48,14,94)
#280D4F
(40,13,79)
#200C40
(32,12,64)
#180B31
(24,11,49)
#100A22
(16,10,34)
#080913
(8,9,19)
#000000
(0,0,0)

Tints of #5813A9

#5813A9
(88,19,169)
#6728B0
(103,40,176)
#763DB7
(118,61,183)
#8552BE
(133,82,190)
#9467C5
(148,103,197)
#A37CCC
(163,124,204)
#B291D3
(178,145,211)
#C1A6DA
(193,166,218)
#D0BBE1
(208,187,225)
#DFD0E8
(223,208,232)
#EEE5EF
(238,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5813A9 color. Also use rgb(88,19,169) instead hex code.

Text Font Color

.myTextColor { color: #5813A9; }

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

This text font color is #5813A9.


Background Color

.myBgColor { background-color: #5813A9; }

<div style="background-color:#5813A9">Inner text</div>

This div background color is #5813A9.


Border color

.myBorderColor { border: 1px solid #5813A9; }

<div style="border:3px solid #5813A9">Div</div>

This div border color is #5813A9.


Opacity

.myOpacity80 { color: #5813A9; opacity: 0.8; }

<p style="color:#5813A9;opacity:0.8;">80%</p>

Text with #5813A9 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 #5813A9;}

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

This text has shadow with #5813A9 color.

.textShadow {text-shadow: 3px 3px 1px #5813A9, 3px 3px 1px red;}

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

This text has shadow with #5813A9 primary color and red secondary color.


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

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

This text has shadow with #5813A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5813A9 on black background.


Color preview on white background

This text has color #5813A9 on white background.



Black color preview on #5813A9 background

This text has black color on #5813A9 background.


White color preview on #5813A9 background

This text has white color on #5813A9 background.