COLOR #5A4E72

HEX: #5A4E72 RGB: (90,78,114)

Color info

#5A4E72 contains red, green and blue colors in about the same proportion. Web safe color of #5A4E72 is #666666 (or #666).

RGB color model

#5A4E72 color RGB value is (90,78,114).

RGB: (90,78,114) (35%, 31%, 45%)

RGB channels and saturation

R 90 of 255 = 35%
G 78 of 255 = 31%
B 114 of 255 = 45%

90
78
114

R + G + B ~ 37%. #5A4E72 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 78 + 114 = 282 (100%)
R 90 of 282 ~ 31.91%
G 78 of 282 ~ 27.66%
B 114 of 282 ~ 40.43'%

%31.91
%27.66
%40.43

CMYK color model

#5A4E72 color CMYK value is (21,32,0,55).

  • cyan value is 21.05%
  • magenta value is 31.58%
  • yellow value is 0.00%
  • key color value is 55.29%

CMYK: (21,32,0,55)
C21M32Y0K55 (21%, 32%, 0%, 55%)
(0.21 / 0.32 / 0.00 / 0.55)

CMYK percentages

%21.05
%31.58
%0
%55.29

Codes

Color #5A4E72 in popluar color models

5A 4E 72
RGB 90 78 114
HSL 260° 18.75% 37.65%
HSB/HSV 260° 31.58% 44.71%
CMYK 21.05% 31.58% 0.00%
55.29%

Color #5A4E72 in popluar number systems.

HEX 5A 4E 72
Decimal 90 78 114
Binary 1011010 1001110 1110010
Octal 132 116 162

Shades and tints

Shades of #5A4E72

#5A4E72
(90,78,114)
#524768
(82,71,104)
#4A405E
(74,64,94)
#423954
(66,57,84)
#3A324A
(58,50,74)
#322B40
(50,43,64)
#2A2436
(42,36,54)
#221D2C
(34,29,44)
#1A1622
(26,22,34)
#120F18
(18,15,24)
#0A080E
(10,8,14)
#000000
(0,0,0)

Tints of #5A4E72

#5A4E72
(90,78,114)
#695E7E
(105,94,126)
#786E8A
(120,110,138)
#877E96
(135,126,150)
#968EA2
(150,142,162)
#A59EAE
(165,158,174)
#B4AEBA
(180,174,186)
#C3BEC6
(195,190,198)
#D2CED2
(210,206,210)
#E1DEDE
(225,222,222)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A4E72 color. Also use rgb(90,78,114) instead hex code.

Text Font Color

.myTextColor { color: #5A4E72; }

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

This text font color is #5A4E72.

Background Color

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

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

This div background color is #5A4E72.

Border color

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

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

This div border color is #5A4E72.

Opacity

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

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

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

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

This text has shadow with #5A4E72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A4E72.

Preview

Color preview on black background

This text has color #5A4E72 on black background.


Color preview on white background

This text has color #5A4E72 on white background.


Black color preview on #5A4E72 background

This text has black color on #5A4E72 background.


White color preview on #5A4E72 background

This text has white color on #5A4E72 background.


Related colors

Complementary color

Complementary color for #hex is #A5B18D.


I love getcolorcode.com

Triadic colors

1 #725A4E and #4E725A with #5A4E72 are triadic colors.

2 #724E5A and #4E5A72 with #5A4E72 are triadic colors.