COLOR #5A516A

HEX: #5A516A RGB: (90,81,106)

Color info

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

RGB color model

#5A516A color RGB value is (90,81,106).

RGB: (90,81,106) (35%, 32%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 81 of 255 = 32%
B 106 of 255 = 42%

90
81
106

R + G + B ~ 36%. #5A516A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 81 + 106 = 277 (100%)
R 90 of 277 ~ 32.49%
G 81 of 277 ~ 29.24%
B 106 of 277 ~ 38.27'%

%32.49
%29.24
%38.27

CMYK color model

#5A516A color CMYK value is (15,24,0,58).

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

CMYK: (15,24,0,58)
C15M24Y0K58 (15%, 24%, 0%, 58%)
(0.15 / 0.24 / 0.00 / 0.58)

CMYK percentages

%15.09
%23.58
%0
%58.43

Codes

Color #5A516A in popluar color models

5A 51 6A
RGB 90 81 106
HSL 262° 13.37% 36.67%
HSB/HSV 262° 23.58% 41.57%
CMYK 15.09% 23.58% 0.00%
58.43%

Color #5A516A in popluar number systems.

HEX 5A 51 6A
Decimal 90 81 106
Binary 1011010 1010001 1101010
Octal 132 121 152

Shades and tints

Shades of #5A516A

#5A516A
(90,81,106)
#524A61
(82,74,97)
#4A4358
(74,67,88)
#423C4F
(66,60,79)
#3A3546
(58,53,70)
#322E3D
(50,46,61)
#2A2734
(42,39,52)
#22202B
(34,32,43)
#1A1922
(26,25,34)
#121219
(18,18,25)
#0A0B10
(10,11,16)
#000000
(0,0,0)

Tints of #5A516A

#5A516A
(90,81,106)
#696077
(105,96,119)
#786F84
(120,111,132)
#877E91
(135,126,145)
#968D9E
(150,141,158)
#A59CAB
(165,156,171)
#B4ABB8
(180,171,184)
#C3BAC5
(195,186,197)
#D2C9D2
(210,201,210)
#E1D8DF
(225,216,223)
#F0E7EC
(240,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A516A; }

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

This text font color is #5A516A.

Background Color

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

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

This div background color is #5A516A.

Border color

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

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

This div border color is #5A516A.

Opacity

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

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

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

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

This text has shadow with #5A516A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A516A.

Preview

Color preview on black background

This text has color #5A516A on black background.


Color preview on white background

This text has color #5A516A on white background.


Black color preview on #5A516A background

This text has black color on #5A516A background.


White color preview on #5A516A background

This text has white color on #5A516A background.


Related colors

Complementary color

Complementary color for #hex is #A5AE95.


I love getcolorcode.com

Triadic colors

1 #6A5A51 and #516A5A with #5A516A are triadic colors.

2 #6A515A and #515A6A with #5A516A are triadic colors.