COLOR #5A596A

HEX: #5A596A RGB: (90,89,106)

Color info

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

RGB color model

#5A596A color RGB value is (90,89,106).

RGB: (90,89,106) (35%, 35%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 89 of 255 = 35%
B 106 of 255 = 42%

90
89
106

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

Portions of RGB colors in percentages

R + G + B = 90 + 89 + 106 = 285 (100%)
R 90 of 285 ~ 31.58%
G 89 of 285 ~ 31.23%
B 106 of 285 ~ 37.19'%

%31.58
%31.23
%37.19

CMYK color model

#5A596A color CMYK value is (15,16,0,58).

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

CMYK: (15,16,0,58)
C15M16Y0K58 (15%, 16%, 0%, 58%)
(0.15 / 0.16 / 0.00 / 0.58)

CMYK percentages

%15.09
%16.04
%0
%58.43

Codes

Color #5A596A in popluar color models

5A 59 6A
RGB 90 89 106
HSL 244° 8.72% 38.24%
HSB/HSV 244° 16.04% 41.57%
CMYK 15.09% 16.04% 0.00%
58.43%

Color #5A596A in popluar number systems.

HEX 5A 59 6A
Decimal 90 89 106
Binary 1011010 1011001 1101010
Octal 132 131 152

Shades and tints

Shades of #5A596A

#5A596A
(90,89,106)
#525161
(82,81,97)
#4A4958
(74,73,88)
#42414F
(66,65,79)
#3A3946
(58,57,70)
#32313D
(50,49,61)
#2A2934
(42,41,52)
#22212B
(34,33,43)
#1A1922
(26,25,34)
#121119
(18,17,25)
#0A0910
(10,9,16)
#000000
(0,0,0)

Tints of #5A596A

#5A596A
(90,89,106)
#696877
(105,104,119)
#787784
(120,119,132)
#878691
(135,134,145)
#96959E
(150,149,158)
#A5A4AB
(165,164,171)
#B4B3B8
(180,179,184)
#C3C2C5
(195,194,197)
#D2D1D2
(210,209,210)
#E1E0DF
(225,224,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A596A; }

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

This text font color is #5A596A.

Background Color

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

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

This div background color is #5A596A.

Border color

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

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

This div border color is #5A596A.

Opacity

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

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

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

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

This text has shadow with #5A596A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A596A.

Preview

Color preview on black background

This text has color #5A596A on black background.


Color preview on white background

This text has color #5A596A on white background.


Black color preview on #5A596A background

This text has black color on #5A596A background.


White color preview on #5A596A background

This text has white color on #5A596A background.


Related colors

Complementary color

Complementary color for #hex is #A5A695.


I love getcolorcode.com

Triadic colors

1 #6A5A59 and #596A5A with #5A596A are triadic colors.

2 #6A595A and #595A6A with #5A596A are triadic colors.