COLOR #5A4AAE

HEX: #5A4AAE RGB: (90,74,174)

Color info

#5A4AAE contains mainly blue color. Web safe color of #5A4AAE is #663399 (or #639).

RGB color model

#5A4AAE color RGB value is (90,74,174).

RGB: (90,74,174) (35%, 29%, 68%)

RGB channels and saturation

R 90 of 255 = 35%
G 74 of 255 = 29%
B 174 of 255 = 68%

90
74
174

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

Portions of RGB colors in percentages

R + G + B = 90 + 74 + 174 = 338 (100%)
R 90 of 338 ~ 26.63%
G 74 of 338 ~ 21.89%
B 174 of 338 ~ 51.48'%

%26.63
%21.89
%51.48

CMYK color model

#5A4AAE color CMYK value is (48,57,0,32).

  • cyan value is 48.28%
  • magenta value is 57.47%
  • yellow value is 0.00%
  • key color value is 31.76%

CMYK: (48,57,0,32)
C48M57Y0K32 (48%, 57%, 0%, 32%)
(0.48 / 0.57 / 0.00 / 0.32)

CMYK percentages

%48.28
%57.47
%0
%31.76

Codes

Color #5A4AAE in popluar color models

5A 4A AE
RGB 90 74 174
HSL 250° 40.32% 48.63%
HSB/HSV 250° 57.47% 68.24%
CMYK 48.28% 57.47% 0.00%
31.76%

Color #5A4AAE in popluar number systems.

HEX 5A 4A AE
Decimal 90 74 174
Binary 1011010 1001010 10101110
Octal 132 112 256

Shades and tints

Shades of #5A4AAE

#5A4AAE
(90,74,174)
#52449F
(82,68,159)
#4A3E90
(74,62,144)
#423881
(66,56,129)
#3A3272
(58,50,114)
#322C63
(50,44,99)
#2A2654
(42,38,84)
#222045
(34,32,69)
#1A1A36
(26,26,54)
#121427
(18,20,39)
#0A0E18
(10,14,24)
#000000
(0,0,0)

Tints of #5A4AAE

#5A4AAE
(90,74,174)
#695AB5
(105,90,181)
#786ABC
(120,106,188)
#877AC3
(135,122,195)
#968ACA
(150,138,202)
#A59AD1
(165,154,209)
#B4AAD8
(180,170,216)
#C3BADF
(195,186,223)
#D2CAE6
(210,202,230)
#E1DAED
(225,218,237)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4AAE; }

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

This text font color is #5A4AAE.

Background Color

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

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

This div background color is #5A4AAE.

Border color

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

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

This div border color is #5A4AAE.

Opacity

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

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

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

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

This text has shadow with #5A4AAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4AAE.

Preview

Color preview on black background

This text has color #5A4AAE on black background.


Color preview on white background

This text has color #5A4AAE on white background.


Black color preview on #5A4AAE background

This text has black color on #5A4AAE background.


White color preview on #5A4AAE background

This text has white color on #5A4AAE background.


Related colors

Complementary color

Complementary color for #hex is #A5B551.


I love getcolorcode.com

Triadic colors

1 #AE5A4A and #4AAE5A with #5A4AAE are triadic colors.

2 #AE4A5A and #4A5AAE with #5A4AAE are triadic colors.