COLOR #5A4471

HEX: #5A4471 RGB: (90,68,113)

Color info

#5A4471 contains red, green and blue colors in about the same proportion. Web safe color of #5A4471 is #663366 (or #636).

RGB color model

#5A4471 color RGB value is (90,68,113).

RGB: (90,68,113) (35%, 27%, 44%)

RGB channels and saturation

R 90 of 255 = 35%
G 68 of 255 = 27%
B 113 of 255 = 44%

90
68
113

R + G + B ~ 35%. #5A4471 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 68 + 113 = 271 (100%)
R 90 of 271 ~ 33.21%
G 68 of 271 ~ 25.09%
B 113 of 271 ~ 41.7'%

%33.21
%25.09
%41.7

CMYK color model

#5A4471 color CMYK value is (20,40,0,56).

  • cyan value is 20.35%
  • magenta value is 39.82%
  • yellow value is 0.00%
  • key color value is 55.69%

CMYK: (20,40,0,56)
C20M40Y0K56 (20%, 40%, 0%, 56%)
(0.20 / 0.40 / 0.00 / 0.56)

CMYK percentages

%20.35
%39.82
%0
%55.69

Codes

Color #5A4471 in popluar color models

5A 44 71
RGB 90 68 113
HSL 269° 24.86% 35.49%
HSB/HSV 269° 39.82% 44.31%
CMYK 20.35% 39.82% 0.00%
55.69%

Color #5A4471 in popluar number systems.

HEX 5A 44 71
Decimal 90 68 113
Binary 1011010 1000100 1110001
Octal 132 104 161

Shades and tints

Shades of #5A4471

#5A4471
(90,68,113)
#523E67
(82,62,103)
#4A385D
(74,56,93)
#423253
(66,50,83)
#3A2C49
(58,44,73)
#32263F
(50,38,63)
#2A2035
(42,32,53)
#221A2B
(34,26,43)
#1A1421
(26,20,33)
#120E17
(18,14,23)
#0A080D
(10,8,13)
#000000
(0,0,0)

Tints of #5A4471

#5A4471
(90,68,113)
#69557D
(105,85,125)
#786689
(120,102,137)
#877795
(135,119,149)
#9688A1
(150,136,161)
#A599AD
(165,153,173)
#B4AAB9
(180,170,185)
#C3BBC5
(195,187,197)
#D2CCD1
(210,204,209)
#E1DDDD
(225,221,221)
#F0EEE9
(240,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A4471; }

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

This text font color is #5A4471.

Background Color

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

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

This div background color is #5A4471.

Border color

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

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

This div border color is #5A4471.

Opacity

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

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

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

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

This text has shadow with #5A4471 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4471.

Preview

Color preview on black background

This text has color #5A4471 on black background.


Color preview on white background

This text has color #5A4471 on white background.


Black color preview on #5A4471 background

This text has black color on #5A4471 background.


White color preview on #5A4471 background

This text has white color on #5A4471 background.


Related colors

Complementary color

Complementary color for #hex is #A5BB8E.


I love getcolorcode.com

Triadic colors

1 #715A44 and #44715A with #5A4471 are triadic colors.

2 #71445A and #445A71 with #5A4471 are triadic colors.