COLOR #5A4497

HEX: #5A4497
RGB: (90,68,151)

Color info

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

RGB color model

#5A4497 color RGB value is (90,68,151).

  • red value is 90;
  • green value is 68;
  • blue value is 151.
RGB:
(90,68,151)
(35%,27%,59%)

RGB channels and saturation

R 90 of 255 = 35%
G 68 of 255 = 27%
B 151 of 255 = 59%

90
68
151

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

Portions of RGB colors in percentages

R + G + B =
90 + 68 + 151 = 309 (100%)
R 90 of 309 ~ 29.13%
G 68 of 309 ~ 22.01%
B 151 of 309 ~ 48.87%

%29.13
%22.01
%48.87

CMYK color model

#5A4497 color CMYK value is (40,55,0,41).

  • cyan value is 40.40%
  • magenta value is 54.97%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(40,55,0,41)
C40M55Y0K41 
(40%,55%,0%,41%)
(0.40/0.55/0.00/0.41)	

CMYK percentages

%40.4
%54.97
%0
%40.78

Codes

Color #5A4497 in popluar color models

5A4497
RGB9068151
HSL256°37.90%42.94%
HSB/HSV256°54.97%59.22%
CMYK40.40%54.97%0.00%
40.78%

Color #5A4497 in popluar number systems.

HEX5A4497
Decimal9068151
Binary1011010100010010010111
Octal132104227

Shades and tints

Shades of #5A4497

#5A4497
(90,68,151)
#523E8A
(82,62,138)
#4A387D
(74,56,125)
#423270
(66,50,112)
#3A2C63
(58,44,99)
#322656
(50,38,86)
#2A2049
(42,32,73)
#221A3C
(34,26,60)
#1A142F
(26,20,47)
#120E22
(18,14,34)
#0A0815
(10,8,21)
#000000
(0,0,0)

Tints of #5A4497

#5A4497
(90,68,151)
#6955A0
(105,85,160)
#7866A9
(120,102,169)
#8777B2
(135,119,178)
#9688BB
(150,136,187)
#A599C4
(165,153,196)
#B4AACD
(180,170,205)
#C3BBD6
(195,187,214)
#D2CCDF
(210,204,223)
#E1DDE8
(225,221,232)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4497 color. Also use rgb(90,68,151) instead hex code.

Text Font Color

.myTextColor { color: #5A4497; }

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

This text font color is #5A4497.


Background Color

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

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

This div background color is #5A4497.


Border color

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

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

This div border color is #5A4497.


Opacity

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

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

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

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

This text has shadow with #5A4497 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4497 on black background.


Color preview on white background

This text has color #5A4497 on white background.



Black color preview on #5A4497 background

This text has black color on #5A4497 background.


White color preview on #5A4497 background

This text has white color on #5A4497 background.