COLOR #5A4D84

HEX: #5A4D84
RGB: (90,77,132)

Color info

#5A4D84 contains red, green and blue colors in about the same proportion. Web safe color of #5A4D84 is #663399 (or #639).

RGB color model

#5A4D84 color RGB value is (90,77,132).

  • red value is 90;
  • green value is 77;
  • blue value is 132.
RGB:
(90,77,132)
(35%,30%,52%)

RGB channels and saturation

R 90 of 255 = 35%
G 77 of 255 = 30%
B 132 of 255 = 52%

90
77
132

R + G + B ~ 39%. #5A4D84 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
90 + 77 + 132 = 299 (100%)
R 90 of 299 ~ 30.1%
G 77 of 299 ~ 25.75%
B 132 of 299 ~ 44.15%

%30.1
%25.75
%44.15

CMYK color model

#5A4D84 color CMYK value is (32,42,0,48).

  • cyan value is 31.82%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(32,42,0,48)
C32M42Y0K48 
(32%,42%,0%,48%)
(0.32/0.42/0.00/0.48)	

CMYK percentages

%31.82
%41.67
%0
%48.24

Codes

Color #5A4D84 in popluar color models

5A4D84
RGB9077132
HSL254°26.32%40.98%
HSB/HSV254°41.67%51.76%
CMYK31.82%41.67%0.00%
48.24%

Color #5A4D84 in popluar number systems.

HEX5A4D84
Decimal9077132
Binary1011010100110110000100
Octal132115204

Shades and tints

Shades of #5A4D84

#5A4D84
(90,77,132)
#524678
(82,70,120)
#4A3F6C
(74,63,108)
#423860
(66,56,96)
#3A3154
(58,49,84)
#322A48
(50,42,72)
#2A233C
(42,35,60)
#221C30
(34,28,48)
#1A1524
(26,21,36)
#120E18
(18,14,24)
#0A070C
(10,7,12)
#000000
(0,0,0)

Tints of #5A4D84

#5A4D84
(90,77,132)
#695D8F
(105,93,143)
#786D9A
(120,109,154)
#877DA5
(135,125,165)
#968DB0
(150,141,176)
#A59DBB
(165,157,187)
#B4ADC6
(180,173,198)
#C3BDD1
(195,189,209)
#D2CDDC
(210,205,220)
#E1DDE7
(225,221,231)
#F0EDF2
(240,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4D84 color. Also use rgb(90,77,132) instead hex code.

Text Font Color

.myTextColor { color: #5A4D84; }

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

This text font color is #5A4D84.


Background Color

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

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

This div background color is #5A4D84.


Border color

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

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

This div border color is #5A4D84.


Opacity

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

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

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

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

This text has shadow with #5A4D84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4D84 on black background.


Color preview on white background

This text has color #5A4D84 on white background.



Black color preview on #5A4D84 background

This text has black color on #5A4D84 background.


White color preview on #5A4D84 background

This text has white color on #5A4D84 background.