COLOR #5A3283

HEX: #5A3283
RGB: (90,50,131)

Color info

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

RGB color model

#5A3283 color RGB value is (90,50,131).

  • red value is 90;
  • green value is 50;
  • blue value is 131.
RGB:
(90,50,131)
(35%,20%,51%)

RGB channels and saturation

R 90 of 255 = 35%
G 50 of 255 = 20%
B 131 of 255 = 51%

90
50
131

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

Portions of RGB colors in percentages

R + G + B =
90 + 50 + 131 = 271 (100%)
R 90 of 271 ~ 33.21%
G 50 of 271 ~ 18.45%
B 131 of 271 ~ 48.34%

%33.21
%18.45
%48.34

CMYK color model

#5A3283 color CMYK value is (31,62,0,49).

  • cyan value is 31.30%
  • magenta value is 61.83%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(31,62,0,49)
C31M62Y0K49 
(31%,62%,0%,49%)
(0.31/0.62/0.00/0.49)	

CMYK percentages

%31.3
%61.83
%0
%48.63

Codes

Color #5A3283 in popluar color models

5A3283
RGB9050131
HSL270°44.75%35.49%
HSB/HSV270°61.83%51.37%
CMYK31.30%61.83%0.00%
48.63%

Color #5A3283 in popluar number systems.

HEX5A3283
Decimal9050131
Binary101101011001010000011
Octal13262203

Shades and tints

Shades of #5A3283

#5A3283
(90,50,131)
#522E78
(82,46,120)
#4A2A6D
(74,42,109)
#422662
(66,38,98)
#3A2257
(58,34,87)
#321E4C
(50,30,76)
#2A1A41
(42,26,65)
#221636
(34,22,54)
#1A122B
(26,18,43)
#120E20
(18,14,32)
#0A0A15
(10,10,21)
#000000
(0,0,0)

Tints of #5A3283

#5A3283
(90,50,131)
#69448E
(105,68,142)
#785699
(120,86,153)
#8768A4
(135,104,164)
#967AAF
(150,122,175)
#A58CBA
(165,140,186)
#B49EC5
(180,158,197)
#C3B0D0
(195,176,208)
#D2C2DB
(210,194,219)
#E1D4E6
(225,212,230)
#F0E6F1
(240,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A3283 color. Also use rgb(90,50,131) instead hex code.

Text Font Color

.myTextColor { color: #5A3283; }

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

This text font color is #5A3283.


Background Color

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

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

This div background color is #5A3283.


Border color

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

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

This div border color is #5A3283.


Opacity

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

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

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

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

This text has shadow with #5A3283 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A3283 on black background.


Color preview on white background

This text has color #5A3283 on white background.



Black color preview on #5A3283 background

This text has black color on #5A3283 background.


White color preview on #5A3283 background

This text has white color on #5A3283 background.