COLOR #5A4691

HEX: #5A4691
RGB: (90,70,145)

Color info

#5A4691 contains mainly red and blue colors. Web safe color of #5A4691 is #663399 (or #639).

RGB color model

#5A4691 color RGB value is (90,70,145).

  • red value is 90;
  • green value is 70;
  • blue value is 145.
RGB:
(90,70,145)
(35%,27%,57%)

RGB channels and saturation

R 90 of 255 = 35%
G 70 of 255 = 27%
B 145 of 255 = 57%

90
70
145

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

Portions of RGB colors in percentages

R + G + B =
90 + 70 + 145 = 305 (100%)
R 90 of 305 ~ 29.51%
G 70 of 305 ~ 22.95%
B 145 of 305 ~ 47.54%

%29.51
%22.95
%47.54

CMYK color model

#5A4691 color CMYK value is (38,52,0,43).

  • cyan value is 37.93%
  • magenta value is 51.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(38,52,0,43)
C38M52Y0K43 
(38%,52%,0%,43%)
(0.38/0.52/0.00/0.43)	

CMYK percentages

%37.93
%51.72
%0
%43.14

Codes

Color #5A4691 in popluar color models

5A4691
RGB9070145
HSL256°34.88%42.16%
HSB/HSV256°51.72%56.86%
CMYK37.93%51.72%0.00%
43.14%

Color #5A4691 in popluar number systems.

HEX5A4691
Decimal9070145
Binary1011010100011010010001
Octal132106221

Shades and tints

Shades of #5A4691

#5A4691
(90,70,145)
#524084
(82,64,132)
#4A3A77
(74,58,119)
#42346A
(66,52,106)
#3A2E5D
(58,46,93)
#322850
(50,40,80)
#2A2243
(42,34,67)
#221C36
(34,28,54)
#1A1629
(26,22,41)
#12101C
(18,16,28)
#0A0A0F
(10,10,15)
#000000
(0,0,0)

Tints of #5A4691

#5A4691
(90,70,145)
#69569B
(105,86,155)
#7866A5
(120,102,165)
#8776AF
(135,118,175)
#9686B9
(150,134,185)
#A596C3
(165,150,195)
#B4A6CD
(180,166,205)
#C3B6D7
(195,182,215)
#D2C6E1
(210,198,225)
#E1D6EB
(225,214,235)
#F0E6F5
(240,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4691 color. Also use rgb(90,70,145) instead hex code.

Text Font Color

.myTextColor { color: #5A4691; }

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

This text font color is #5A4691.


Background Color

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

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

This div background color is #5A4691.


Border color

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

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

This div border color is #5A4691.


Opacity

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

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

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

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

This text has shadow with #5A4691 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A4691 on black background.


Color preview on white background

This text has color #5A4691 on white background.



Black color preview on #5A4691 background

This text has black color on #5A4691 background.


White color preview on #5A4691 background

This text has white color on #5A4691 background.