COLOR #5A4387

HEX: #5A4387 RGB: (90,67,135)

Color info

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

RGB color model

#5A4387 color RGB value is (90,67,135).

RGB: (90,67,135) (35%, 26%, 53%)

RGB channels and saturation

R 90 of 255 = 35%
G 67 of 255 = 26%
B 135 of 255 = 53%

90
67
135

R + G + B ~ 38%. #5A4387 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 67 + 135 = 292 (100%)
R 90 of 292 ~ 30.82%
G 67 of 292 ~ 22.95%
B 135 of 292 ~ 46.23'%

%30.82
%22.95
%46.23

CMYK color model

#5A4387 color CMYK value is (33,50,0,47).

  • cyan value is 33.33%
  • magenta value is 50.37%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK: (33,50,0,47) C33M50Y0K47 (33%,50%,0%,47%) (0.33/0.50/0.00/0.47) 

CMYK percentages

%33.33
%50.37
%0
%47.06

Codes

Color #5A4387 in popluar color models

5A 43 87
RGB 90 67 135
HSL 260° 33.66% 39.61%
HSB/HSV 260° 50.37% 52.94%
CMYK 33.33% 50.37% 0.00%
47.06%

Color #5A4387 in popluar number systems.

HEX 5A 43 87
Decimal 90 67 135
Binary 1011010 1000011 10000111
Octal 132 103 207

Shades and tints

Shades of #5A4387

#5A4387
(90,67,135)
#523D7B
(82,61,123)
#4A376F
(74,55,111)
#423163
(66,49,99)
#3A2B57
(58,43,87)
#32254B
(50,37,75)
#2A1F3F
(42,31,63)
#221933
(34,25,51)
#1A1327
(26,19,39)
#120D1B
(18,13,27)
#0A070F
(10,7,15)
#000000
(0,0,0)

Tints of #5A4387

#5A4387
(90,67,135)
#695491
(105,84,145)
#78659B
(120,101,155)
#8776A5
(135,118,165)
#9687AF
(150,135,175)
#A598B9
(165,152,185)
#B4A9C3
(180,169,195)
#C3BACD
(195,186,205)
#D2CBD7
(210,203,215)
#E1DCE1
(225,220,225)
#F0EDEB
(240,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4387 color. Also use rgb(90,67,135) instead hex code.

Text Font Color

.myTextColor { color: #5A4387; }

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

This text font color is #5A4387.

Background Color

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

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

This div background color is #5A4387.

Border color

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

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

This div border color is #5A4387.

Opacity

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

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

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

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

This text has shadow with #5A4387 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4387.

Preview

Color preview on black background

This text has color #5A4387 on black background.


Color preview on white background

This text has color #5A4387 on white background.


Black color preview on #5A4387 background

This text has black color on #5A4387 background.


White color preview on #5A4387 background

This text has white color on #5A4387 background.


Related colors

Complementary color

Complementary color for #hex is #A5BC78.


I love getcolorcode.com

Triadic colors

1 #875A43 and #43875A with #5A4387 are triadic colors.

2 #87435A and #435A87 with #5A4387 are triadic colors.