COLOR #5A2859

HEX: #5A2859
RGB: (90,40,89)

Color info

#5A2859 contains red, green and blue colors in about the same proportion. Web safe color of #5A2859 is #663366 (or #636).

RGB color model

#5A2859 color RGB value is (90,40,89).

  • red value is 90;
  • green value is 40;
  • blue value is 89.
RGB:
(90,40,89)
(35%,16%,35%)

RGB channels and saturation

R 90 of 255 = 35%
G 40 of 255 = 16%
B 89 of 255 = 35%

90
40
89

R + G + B ~ 29%. #5A2859 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 40 + 89 = 219 (100%)
R 90 of 219 ~ 41.1%
G 40 of 219 ~ 18.26%
B 89 of 219 ~ 40.64%

%41.1
%18.26
%40.64

CMYK color model

#5A2859 color CMYK value is (0,56,1,65).

  • cyan value is 0.00%
  • magenta value is 55.56%
  • yellow value is 1.11%
  • key color value is 64.71%
CMYK:
(0,56,1,65)
C0M56Y1K65 
(0%,56%,1%,65%)
(0.00/0.56/0.01/0.65)	

CMYK percentages

%0
%55.56
%1.11
%64.71

Codes

Color #5A2859 in popluar color models

5A2859
RGB904089
HSL301°38.46%25.49%
HSB/HSV301°55.56%35.29%
CMYK0.00%55.56%1.11%
64.71%

Color #5A2859 in popluar number systems.

HEX5A2859
Decimal904089
Binary10110101010001011001
Octal13250131

Shades and tints

Shades of #5A2859

#5A2859
(90,40,89)
#522551
(82,37,81)
#4A2249
(74,34,73)
#421F41
(66,31,65)
#3A1C39
(58,28,57)
#321931
(50,25,49)
#2A1629
(42,22,41)
#221321
(34,19,33)
#1A1019
(26,16,25)
#120D11
(18,13,17)
#0A0A09
(10,10,9)
#000000
(0,0,0)

Tints of #5A2859

#5A2859
(90,40,89)
#693B68
(105,59,104)
#784E77
(120,78,119)
#876186
(135,97,134)
#967495
(150,116,149)
#A587A4
(165,135,164)
#B49AB3
(180,154,179)
#C3ADC2
(195,173,194)
#D2C0D1
(210,192,209)
#E1D3E0
(225,211,224)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A2859 color. Also use rgb(90,40,89) instead hex code.

Text Font Color

.myTextColor { color: #5A2859; }

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

This text font color is #5A2859.


Background Color

.myBgColor { background-color: #5A2859; }

<div style="background-color:#5A2859">Inner text</div>

This div background color is #5A2859.


Border color

.myBorderColor { border: 1px solid #5A2859; }

<div style="border:3px solid #5A2859">Div</div>

This div border color is #5A2859.


Opacity

.myOpacity80 { color: #5A2859; opacity: 0.8; }

<p style="color:#5A2859;opacity:0.8;">80%</p>

Text with #5A2859 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 #5A2859;}

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

This text has shadow with #5A2859 color.

.textShadow {text-shadow: 3px 3px 1px #5A2859, 3px 3px 1px red;}

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

This text has shadow with #5A2859 primary color and red secondary color.


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

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

This text has shadow with #5A2859 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A2859 on black background.


Color preview on white background

This text has color #5A2859 on white background.



Black color preview on #5A2859 background

This text has black color on #5A2859 background.


White color preview on #5A2859 background

This text has white color on #5A2859 background.