COLOR #5A4AE6

HEX: #5A4AE6
RGB: (90,74,230)

Color info

#5A4AE6 contains mainly blue color. Web safe color of #5A4AE6 is #6633CC (or #63C).

RGB color model

#5A4AE6 color RGB value is (90,74,230).

  • red value is 90;
  • green value is 74;
  • blue value is 230.
RGB:
(90,74,230)
(35%,29%,90%)

RGB channels and saturation

R 90 of 255 = 35%
G 74 of 255 = 29%
B 230 of 255 = 90%

90
74
230

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

Portions of RGB colors in percentages

R + G + B =
90 + 74 + 230 = 394 (100%)
R 90 of 394 ~ 22.84%
G 74 of 394 ~ 18.78%
B 230 of 394 ~ 58.38%

%22.84
%18.78
%58.38

CMYK color model

#5A4AE6 color CMYK value is (61,68,0,10).

  • cyan value is 60.87%
  • magenta value is 67.83%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(61,68,0,10)
C61M68Y0K10 
(61%,68%,0%,10%)
(0.61/0.68/0.00/0.10)	

CMYK percentages

%60.87
%67.83
%0
%9.8

Codes

Color #5A4AE6 in popluar color models

5A4AE6
RGB9074230
HSL246°75.73%59.61%
HSB/HSV246°67.83%90.20%
CMYK60.87%67.83%0.00%
9.80%

Color #5A4AE6 in popluar number systems.

HEX5A4AE6
Decimal9074230
Binary1011010100101011100110
Octal132112346

Shades and tints

Shades of #5A4AE6

#5A4AE6
(90,74,230)
#5244D2
(82,68,210)
#4A3EBE
(74,62,190)
#4238AA
(66,56,170)
#3A3296
(58,50,150)
#322C82
(50,44,130)
#2A266E
(42,38,110)
#22205A
(34,32,90)
#1A1A46
(26,26,70)
#121432
(18,20,50)
#0A0E1E
(10,14,30)
#000000
(0,0,0)

Tints of #5A4AE6

#5A4AE6
(90,74,230)
#695AE8
(105,90,232)
#786AEA
(120,106,234)
#877AEC
(135,122,236)
#968AEE
(150,138,238)
#A59AF0
(165,154,240)
#B4AAF2
(180,170,242)
#C3BAF4
(195,186,244)
#D2CAF6
(210,202,246)
#E1DAF8
(225,218,248)
#F0EAFA
(240,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4AE6 color. Also use rgb(90,74,230) instead hex code.

Text Font Color

.myTextColor { color: #5A4AE6; }

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

This text font color is #5A4AE6.


Background Color

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

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

This div background color is #5A4AE6.


Border color

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

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

This div border color is #5A4AE6.


Opacity

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

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

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

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

This text has shadow with #5A4AE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4AE6 on black background.


Color preview on white background

This text has color #5A4AE6 on white background.



Black color preview on #5A4AE6 background

This text has black color on #5A4AE6 background.


White color preview on #5A4AE6 background

This text has white color on #5A4AE6 background.