COLOR #5A477F

HEX: #5A477F RGB: (90,71,127)

Color info

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

RGB color model

#5A477F color RGB value is (90,71,127).

RGB: (90,71,127) (35%, 28%, 50%)

RGB channels and saturation

R 90 of 255 = 35%
G 71 of 255 = 28%
B 127 of 255 = 50%

90
71
127

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

Portions of RGB colors in percentages

R + G + B = 90 + 71 + 127 = 288 (100%)
R 90 of 288 ~ 31.25%
G 71 of 288 ~ 24.65%
B 127 of 288 ~ 44.1'%

%31.25
%24.65
%44.1

CMYK color model

#5A477F color CMYK value is (29,44,0,50).

  • cyan value is 29.13%
  • magenta value is 44.09%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (29,44,0,50)
C29M44Y0K50 (29%, 44%, 0%, 50%)
(0.29 / 0.44 / 0.00 / 0.50)

CMYK percentages

%29.13
%44.09
%0
%50.2

Codes

Color #5A477F in popluar color models

5A 47 7F
RGB 90 71 127
HSL 260° 28.28% 38.82%
HSB/HSV 260° 44.09% 49.80%
CMYK 29.13% 44.09% 0.00%
50.20%

Color #5A477F in popluar number systems.

HEX 5A 47 7F
Decimal 90 71 127
Binary 1011010 1000111 1111111
Octal 132 107 177

Shades and tints

Shades of #5A477F

#5A477F
(90,71,127)
#524174
(82,65,116)
#4A3B69
(74,59,105)
#42355E
(66,53,94)
#3A2F53
(58,47,83)
#322948
(50,41,72)
#2A233D
(42,35,61)
#221D32
(34,29,50)
#1A1727
(26,23,39)
#12111C
(18,17,28)
#0A0B11
(10,11,17)
#000000
(0,0,0)

Tints of #5A477F

#5A477F
(90,71,127)
#69578A
(105,87,138)
#786795
(120,103,149)
#8777A0
(135,119,160)
#9687AB
(150,135,171)
#A597B6
(165,151,182)
#B4A7C1
(180,167,193)
#C3B7CC
(195,183,204)
#D2C7D7
(210,199,215)
#E1D7E2
(225,215,226)
#F0E7ED
(240,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A477F color. Also use rgb(90,71,127) instead hex code.

Text Font Color

.myTextColor { color: #5A477F; }

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

This text font color is #5A477F.

Background Color

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

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

This div background color is #5A477F.

Border color

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

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

This div border color is #5A477F.

Opacity

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

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

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

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

This text has shadow with #5A477F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A477F.

Preview

Color preview on black background

This text has color #5A477F on black background.


Color preview on white background

This text has color #5A477F on white background.


Black color preview on #5A477F background

This text has black color on #5A477F background.


White color preview on #5A477F background

This text has white color on #5A477F background.


Related colors

Complementary color

Complementary color for #hex is #A5B880.


I love getcolorcode.com

Triadic colors

1 #7F5A47 and #477F5A with #5A477F are triadic colors.

2 #7F475A and #475A7F with #5A477F are triadic colors.