COLOR #5A5483

HEX: #5A5483 RGB: (90,84,131)

Color info

#5A5483 contains red, green and blue colors in about the same proportion. Web safe color of #5A5483 is #666699 (or #669).

RGB color model

#5A5483 color RGB value is (90,84,131).

RGB: (90,84,131) (35%, 33%, 51%)

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 131 of 255 = 51%

90
84
131

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

Portions of RGB colors in percentages

R + G + B = 90 + 84 + 131 = 305 (100%)
R 90 of 305 ~ 29.51%
G 84 of 305 ~ 27.54%
B 131 of 305 ~ 42.95'%

%29.51
%27.54
%42.95

CMYK color model

#5A5483 color CMYK value is (31,36,0,49).

  • cyan value is 31.30%
  • magenta value is 35.88%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (31,36,0,49)
C31M36Y0K49 (31%, 36%, 0%, 49%)
(0.31 / 0.36 / 0.00 / 0.49)

CMYK percentages

%31.3
%35.88
%0
%48.63

Codes

Color #5A5483 in popluar color models

5A 54 83
RGB 90 84 131
HSL 248° 21.86% 42.16%
HSB/HSV 248° 35.88% 51.37%
CMYK 31.30% 35.88% 0.00%
48.63%

Color #5A5483 in popluar number systems.

HEX 5A 54 83
Decimal 90 84 131
Binary 1011010 1010100 10000011
Octal 132 124 203

Shades and tints

Shades of #5A5483

#5A5483
(90,84,131)
#524D78
(82,77,120)
#4A466D
(74,70,109)
#423F62
(66,63,98)
#3A3857
(58,56,87)
#32314C
(50,49,76)
#2A2A41
(42,42,65)
#222336
(34,35,54)
#1A1C2B
(26,28,43)
#121520
(18,21,32)
#0A0E15
(10,14,21)
#000000
(0,0,0)

Tints of #5A5483

#5A5483
(90,84,131)
#69638E
(105,99,142)
#787299
(120,114,153)
#8781A4
(135,129,164)
#9690AF
(150,144,175)
#A59FBA
(165,159,186)
#B4AEC5
(180,174,197)
#C3BDD0
(195,189,208)
#D2CCDB
(210,204,219)
#E1DBE6
(225,219,230)
#F0EAF1
(240,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5483; }

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

This text font color is #5A5483.

Background Color

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

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

This div background color is #5A5483.

Border color

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

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

This div border color is #5A5483.

Opacity

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

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

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

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

This text has shadow with #5A5483 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5483.

Preview

Color preview on black background

This text has color #5A5483 on black background.


Color preview on white background

This text has color #5A5483 on white background.


Black color preview on #5A5483 background

This text has black color on #5A5483 background.


White color preview on #5A5483 background

This text has white color on #5A5483 background.


Related colors

Complementary color

Complementary color for #hex is #A5AB7C.


I love getcolorcode.com

Triadic colors

1 #835A54 and #54835A with #5A5483 are triadic colors.

2 #83545A and #545A83 with #5A5483 are triadic colors.