COLOR #5A288B

HEX: #5A288B
RGB: (90,40,139)

Color info

#5A288B contains mainly red and blue colors. Web safe color of #5A288B is #663399 (or #639).

RGB color model

#5A288B color RGB value is (90,40,139).

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

RGB channels and saturation

R 90 of 255 = 35%
G 40 of 255 = 16%
B 139 of 255 = 55%

90
40
139

R + G + B ~ 35%. #5A288B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 40 + 139 = 269 (100%)
R 90 of 269 ~ 33.46%
G 40 of 269 ~ 14.87%
B 139 of 269 ~ 51.67%

%33.46
%14.87
%51.67

CMYK color model

#5A288B color CMYK value is (35,71,0,45).

  • cyan value is 35.25%
  • magenta value is 71.22%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(35,71,0,45)
C35M71Y0K45 
(35%,71%,0%,45%)
(0.35/0.71/0.00/0.45)	

CMYK percentages

%35.25
%71.22
%0
%45.49

Codes

Color #5A288B in popluar color models

5A288B
RGB9040139
HSL270°55.31%35.10%
HSB/HSV270°71.22%54.51%
CMYK35.25%71.22%0.00%
45.49%

Color #5A288B in popluar number systems.

HEX5A288B
Decimal9040139
Binary101101010100010001011
Octal13250213

Shades and tints

Shades of #5A288B

#5A288B
(90,40,139)
#52257F
(82,37,127)
#4A2273
(74,34,115)
#421F67
(66,31,103)
#3A1C5B
(58,28,91)
#32194F
(50,25,79)
#2A1643
(42,22,67)
#221337
(34,19,55)
#1A102B
(26,16,43)
#120D1F
(18,13,31)
#0A0A13
(10,10,19)
#000000
(0,0,0)

Tints of #5A288B

#5A288B
(90,40,139)
#693B95
(105,59,149)
#784E9F
(120,78,159)
#8761A9
(135,97,169)
#9674B3
(150,116,179)
#A587BD
(165,135,189)
#B49AC7
(180,154,199)
#C3ADD1
(195,173,209)
#D2C0DB
(210,192,219)
#E1D3E5
(225,211,229)
#F0E6EF
(240,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A288B; }

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

This text font color is #5A288B.


Background Color

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

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

This div background color is #5A288B.


Border color

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

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

This div border color is #5A288B.


Opacity

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

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

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

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

This text has shadow with #5A288B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A288B on black background.


Color preview on white background

This text has color #5A288B on white background.



Black color preview on #5A288B background

This text has black color on #5A288B background.


White color preview on #5A288B background

This text has white color on #5A288B background.