COLOR #5A566A

HEX: #5A566A RGB: (90,86,106)

Color info

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

RGB color model

#5A566A color RGB value is (90,86,106).

RGB: (90,86,106) (35%, 34%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 86 of 255 = 34%
B 106 of 255 = 42%

90
86
106

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

Portions of RGB colors in percentages

R + G + B = 90 + 86 + 106 = 282 (100%)
R 90 of 282 ~ 31.91%
G 86 of 282 ~ 30.5%
B 106 of 282 ~ 37.59'%

%31.91
%30.5
%37.59

CMYK color model

#5A566A color CMYK value is (15,19,0,58).

  • cyan value is 15.09%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (15,19,0,58)
C15M19Y0K58 (15%, 19%, 0%, 58%)
(0.15 / 0.19 / 0.00 / 0.58)

CMYK percentages

%15.09
%18.87
%0
%58.43

Codes

Color #5A566A in popluar color models

5A 56 6A
RGB 90 86 106
HSL 252° 10.42% 37.65%
HSB/HSV 252° 18.87% 41.57%
CMYK 15.09% 18.87% 0.00%
58.43%

Color #5A566A in popluar number systems.

HEX 5A 56 6A
Decimal 90 86 106
Binary 1011010 1010110 1101010
Octal 132 126 152

Shades and tints

Shades of #5A566A

#5A566A
(90,86,106)
#524F61
(82,79,97)
#4A4858
(74,72,88)
#42414F
(66,65,79)
#3A3A46
(58,58,70)
#32333D
(50,51,61)
#2A2C34
(42,44,52)
#22252B
(34,37,43)
#1A1E22
(26,30,34)
#121719
(18,23,25)
#0A1010
(10,16,16)
#000000
(0,0,0)

Tints of #5A566A

#5A566A
(90,86,106)
#696577
(105,101,119)
#787484
(120,116,132)
#878391
(135,131,145)
#96929E
(150,146,158)
#A5A1AB
(165,161,171)
#B4B0B8
(180,176,184)
#C3BFC5
(195,191,197)
#D2CED2
(210,206,210)
#E1DDDF
(225,221,223)
#F0ECEC
(240,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A566A color. Also use rgb(90,86,106) instead hex code.

Text Font Color

.myTextColor { color: #5A566A; }

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

This text font color is #5A566A.

Background Color

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

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

This div background color is #5A566A.

Border color

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

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

This div border color is #5A566A.

Opacity

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

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

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

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

This text has shadow with #5A566A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A566A.

Preview

Color preview on black background

This text has color #5A566A on black background.


Color preview on white background

This text has color #5A566A on white background.


Black color preview on #5A566A background

This text has black color on #5A566A background.


White color preview on #5A566A background

This text has white color on #5A566A background.


Related colors

Complementary color

Complementary color for #hex is #A5A995.


I love getcolorcode.com

Triadic colors

1 #6A5A56 and #566A5A with #5A566A are triadic colors.

2 #6A565A and #565A6A with #5A566A are triadic colors.