COLOR #5A556D

HEX: #5A556D RGB: (90,85,109)

Color info

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

RGB color model

#5A556D color RGB value is (90,85,109).

RGB: (90,85,109) (35%, 33%, 43%)

RGB channels and saturation

R 90 of 255 = 35%
G 85 of 255 = 33%
B 109 of 255 = 43%

90
85
109

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

Portions of RGB colors in percentages

R + G + B = 90 + 85 + 109 = 284 (100%)
R 90 of 284 ~ 31.69%
G 85 of 284 ~ 29.93%
B 109 of 284 ~ 38.38'%

%31.69
%29.93
%38.38

CMYK color model

#5A556D color CMYK value is (17,22,0,57).

  • cyan value is 17.43%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (17,22,0,57)
C17M22Y0K57 (17%, 22%, 0%, 57%)
(0.17 / 0.22 / 0.00 / 0.57)

CMYK percentages

%17.43
%22.02
%0
%57.25

Codes

Color #5A556D in popluar color models

5A 55 6D
RGB 90 85 109
HSL 253° 12.37% 38.04%
HSB/HSV 253° 22.02% 42.75%
CMYK 17.43% 22.02% 0.00%
57.25%

Color #5A556D in popluar number systems.

HEX 5A 55 6D
Decimal 90 85 109
Binary 1011010 1010101 1101101
Octal 132 125 155

Shades and tints

Shades of #5A556D

#5A556D
(90,85,109)
#524E64
(82,78,100)
#4A475B
(74,71,91)
#424052
(66,64,82)
#3A3949
(58,57,73)
#323240
(50,50,64)
#2A2B37
(42,43,55)
#22242E
(34,36,46)
#1A1D25
(26,29,37)
#12161C
(18,22,28)
#0A0F13
(10,15,19)
#000000
(0,0,0)

Tints of #5A556D

#5A556D
(90,85,109)
#69647A
(105,100,122)
#787387
(120,115,135)
#878294
(135,130,148)
#9691A1
(150,145,161)
#A5A0AE
(165,160,174)
#B4AFBB
(180,175,187)
#C3BEC8
(195,190,200)
#D2CDD5
(210,205,213)
#E1DCE2
(225,220,226)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A556D color. Also use rgb(90,85,109) instead hex code.

Text Font Color

.myTextColor { color: #5A556D; }

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

This text font color is #5A556D.

Background Color

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

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

This div background color is #5A556D.

Border color

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

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

This div border color is #5A556D.

Opacity

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

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

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

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

This text has shadow with #5A556D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A556D.

Preview

Color preview on black background

This text has color #5A556D on black background.


Color preview on white background

This text has color #5A556D on white background.


Black color preview on #5A556D background

This text has black color on #5A556D background.


White color preview on #5A556D background

This text has white color on #5A556D background.


Related colors

Complementary color

Complementary color for #hex is #A5AA92.


I love getcolorcode.com

Triadic colors

1 #6D5A55 and #556D5A with #5A556D are triadic colors.

2 #6D555A and #555A6D with #5A556D are triadic colors.