COLOR #5A4EA5

HEX: #5A4EA5
RGB: (90,78,165)

Color info

#5A4EA5 contains mainly blue color. Web safe color of #5A4EA5 is #666699 (or #669).

RGB color model

#5A4EA5 color RGB value is (90,78,165).

  • red value is 90;
  • green value is 78;
  • blue value is 165.
RGB:
(90,78,165)
(35%,31%,65%)

RGB channels and saturation

R 90 of 255 = 35%
G 78 of 255 = 31%
B 165 of 255 = 65%

90
78
165

R + G + B ~ 44%. #5A4EA5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 78 + 165 = 333 (100%)
R 90 of 333 ~ 27.03%
G 78 of 333 ~ 23.42%
B 165 of 333 ~ 49.55%

%27.03
%23.42
%49.55

CMYK color model

#5A4EA5 color CMYK value is (45,53,0,35).

  • cyan value is 45.45%
  • magenta value is 52.73%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(45,53,0,35)
C45M53Y0K35 
(45%,53%,0%,35%)
(0.45/0.53/0.00/0.35)	

CMYK percentages

%45.45
%52.73
%0
%35.29

Codes

Color #5A4EA5 in popluar color models

5A4EA5
RGB9078165
HSL248°35.80%47.65%
HSB/HSV248°52.73%64.71%
CMYK45.45%52.73%0.00%
35.29%

Color #5A4EA5 in popluar number systems.

HEX5A4EA5
Decimal9078165
Binary1011010100111010100101
Octal132116245

Shades and tints

Shades of #5A4EA5

#5A4EA5
(90,78,165)
#524796
(82,71,150)
#4A4087
(74,64,135)
#423978
(66,57,120)
#3A3269
(58,50,105)
#322B5A
(50,43,90)
#2A244B
(42,36,75)
#221D3C
(34,29,60)
#1A162D
(26,22,45)
#120F1E
(18,15,30)
#0A080F
(10,8,15)
#000000
(0,0,0)

Tints of #5A4EA5

#5A4EA5
(90,78,165)
#695EAD
(105,94,173)
#786EB5
(120,110,181)
#877EBD
(135,126,189)
#968EC5
(150,142,197)
#A59ECD
(165,158,205)
#B4AED5
(180,174,213)
#C3BEDD
(195,190,221)
#D2CEE5
(210,206,229)
#E1DEED
(225,222,237)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4EA5 color. Also use rgb(90,78,165) instead hex code.

Text Font Color

.myTextColor { color: #5A4EA5; }

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

This text font color is #5A4EA5.


Background Color

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

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

This div background color is #5A4EA5.


Border color

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

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

This div border color is #5A4EA5.


Opacity

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

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

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

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

This text has shadow with #5A4EA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4EA5 on black background.


Color preview on white background

This text has color #5A4EA5 on white background.



Black color preview on #5A4EA5 background

This text has black color on #5A4EA5 background.


White color preview on #5A4EA5 background

This text has white color on #5A4EA5 background.