COLOR #5A5485

HEX: #5A5485
RGB: (90,84,133)

Color info

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

RGB color model

#5A5485 color RGB value is (90,84,133).

  • red value is 90;
  • green value is 84;
  • blue value is 133.
RGB:
(90,84,133)
(35%,33%,52%)

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 133 of 255 = 52%

90
84
133

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

Portions of RGB colors in percentages

R + G + B =
90 + 84 + 133 = 307 (100%)
R 90 of 307 ~ 29.32%
G 84 of 307 ~ 27.36%
B 133 of 307 ~ 43.32%

%29.32
%27.36
%43.32

CMYK color model

#5A5485 color CMYK value is (32,37,0,48).

  • cyan value is 32.33%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(32,37,0,48)
C32M37Y0K48 
(32%,37%,0%,48%)
(0.32/0.37/0.00/0.48)	

CMYK percentages

%32.33
%36.84
%0
%47.84

Codes

Color #5A5485 in popluar color models

5A5485
RGB9084133
HSL247°22.58%42.55%
HSB/HSV247°36.84%52.16%
CMYK32.33%36.84%0.00%
47.84%

Color #5A5485 in popluar number systems.

HEX5A5485
Decimal9084133
Binary1011010101010010000101
Octal132124205

Shades and tints

Shades of #5A5485

#5A5485
(90,84,133)
#524D79
(82,77,121)
#4A466D
(74,70,109)
#423F61
(66,63,97)
#3A3855
(58,56,85)
#323149
(50,49,73)
#2A2A3D
(42,42,61)
#222331
(34,35,49)
#1A1C25
(26,28,37)
#121519
(18,21,25)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #5A5485

#5A5485
(90,84,133)
#696390
(105,99,144)
#78729B
(120,114,155)
#8781A6
(135,129,166)
#9690B1
(150,144,177)
#A59FBC
(165,159,188)
#B4AEC7
(180,174,199)
#C3BDD2
(195,189,210)
#D2CCDD
(210,204,221)
#E1DBE8
(225,219,232)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5485; }

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

This text font color is #5A5485.


Background Color

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

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

This div background color is #5A5485.


Border color

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

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

This div border color is #5A5485.


Opacity

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

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

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

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

This text has shadow with #5A5485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5485 on black background.


Color preview on white background

This text has color #5A5485 on white background.



Black color preview on #5A5485 background

This text has black color on #5A5485 background.


White color preview on #5A5485 background

This text has white color on #5A5485 background.