COLOR #5A5477

HEX: #5A5477 RGB: (90,84,119)

Color info

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

RGB color model

#5A5477 color RGB value is (90,84,119).

RGB: (90,84,119) (35%, 33%, 47%)

RGB channels and saturation

R 90 of 255 = 35%
G 84 of 255 = 33%
B 119 of 255 = 47%

90
84
119

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

Portions of RGB colors in percentages

R + G + B = 90 + 84 + 119 = 293 (100%)
R 90 of 293 ~ 30.72%
G 84 of 293 ~ 28.67%
B 119 of 293 ~ 40.61'%

%30.72
%28.67
%40.61

CMYK color model

#5A5477 color CMYK value is (24,29,0,53).

  • cyan value is 24.37%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (24,29,0,53)
C24M29Y0K53 (24%, 29%, 0%, 53%)
(0.24 / 0.29 / 0.00 / 0.53)

CMYK percentages

%24.37
%29.41
%0
%53.33

Codes

Color #5A5477 in popluar color models

5A 54 77
RGB 90 84 119
HSL 250° 17.24% 39.80%
HSB/HSV 250° 29.41% 46.67%
CMYK 24.37% 29.41% 0.00%
53.33%

Color #5A5477 in popluar number systems.

HEX 5A 54 77
Decimal 90 84 119
Binary 1011010 1010100 1110111
Octal 132 124 167

Shades and tints

Shades of #5A5477

#5A5477
(90,84,119)
#524D6D
(82,77,109)
#4A4663
(74,70,99)
#423F59
(66,63,89)
#3A384F
(58,56,79)
#323145
(50,49,69)
#2A2A3B
(42,42,59)
#222331
(34,35,49)
#1A1C27
(26,28,39)
#12151D
(18,21,29)
#0A0E13
(10,14,19)
#000000
(0,0,0)

Tints of #5A5477

#5A5477
(90,84,119)
#696383
(105,99,131)
#78728F
(120,114,143)
#87819B
(135,129,155)
#9690A7
(150,144,167)
#A59FB3
(165,159,179)
#B4AEBF
(180,174,191)
#C3BDCB
(195,189,203)
#D2CCD7
(210,204,215)
#E1DBE3
(225,219,227)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5477 color. Also use rgb(90,84,119) instead hex code.

Text Font Color

.myTextColor { color: #5A5477; }

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

This text font color is #5A5477.

Background Color

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

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

This div background color is #5A5477.

Border color

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

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

This div border color is #5A5477.

Opacity

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

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

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

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

This text has shadow with #5A5477 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A5477.

Preview

Color preview on black background

This text has color #5A5477 on black background.


Color preview on white background

This text has color #5A5477 on white background.


Black color preview on #5A5477 background

This text has black color on #5A5477 background.


White color preview on #5A5477 background

This text has white color on #5A5477 background.


Related colors

Complementary color

Complementary color for #hex is #A5AB88.


I love getcolorcode.com

Triadic colors

1 #775A54 and #54775A with #5A5477 are triadic colors.

2 #77545A and #545A77 with #5A5477 are triadic colors.