COLOR #5A716E

HEX: #5A716E RGB: (90,113,110)

Color info

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

RGB color model

#5A716E color RGB value is (90,113,110).

RGB: (90,113,110) (35%, 44%, 43%)

RGB channels and saturation

R 90 of 255 = 35%
G 113 of 255 = 44%
B 110 of 255 = 43%

90
113
110

R + G + B ~ 41%. #5A716E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 90 + 113 + 110 = 313 (100%)
R 90 of 313 ~ 28.75%
G 113 of 313 ~ 36.1%
B 110 of 313 ~ 35.14'%

%28.75
%36.1
%35.14

CMYK color model

#5A716E color CMYK value is (20,0,3,56).

  • cyan value is 20.35%
  • magenta value is 0.00%
  • yellow value is 2.65%
  • key color value is 55.69%
CMYK: (20,0,3,56) C20M0Y3K56 (20%,0%,3%,56%) (0.20/0.00/0.03/0.56) 

CMYK percentages

%20.35
%0
%2.65
%55.69

Codes

Color #5A716E in popluar color models

5A 71 6E
RGB 90 113 110
HSL 172° 11.33% 39.80%
HSB/HSV 172° 20.35% 44.31%
CMYK 20.35% 0.00% 2.65%
55.69%

Color #5A716E in popluar number systems.

HEX 5A 71 6E
Decimal 90 113 110
Binary 1011010 1110001 1101110
Octal 132 161 156

Shades and tints

Shades of #5A716E

#5A716E
(90,113,110)
#526764
(82,103,100)
#4A5D5A
(74,93,90)
#425350
(66,83,80)
#3A4946
(58,73,70)
#323F3C
(50,63,60)
#2A3532
(42,53,50)
#222B28
(34,43,40)
#1A211E
(26,33,30)
#121714
(18,23,20)
#0A0D0A
(10,13,10)
#000000
(0,0,0)

Tints of #5A716E

#5A716E
(90,113,110)
#697D7B
(105,125,123)
#788988
(120,137,136)
#879595
(135,149,149)
#96A1A2
(150,161,162)
#A5ADAF
(165,173,175)
#B4B9BC
(180,185,188)
#C3C5C9
(195,197,201)
#D2D1D6
(210,209,214)
#E1DDE3
(225,221,227)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A716E color. Also use rgb(90,113,110) instead hex code.

Text Font Color

.myTextColor { color: #5A716E; }

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

This text font color is #5A716E.

Background Color

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

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

This div background color is #5A716E.

Border color

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

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

This div border color is #5A716E.

Opacity

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

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

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

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

This text has shadow with #5A716E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A716E.

Preview

Color preview on black background

This text has color #5A716E on black background.


Color preview on white background

This text has color #5A716E on white background.


Black color preview on #5A716E background

This text has black color on #5A716E background.


White color preview on #5A716E background

This text has white color on #5A716E background.


Related colors

Complementary color

Complementary color for #hex is #A58E91.


I love getcolorcode.com

Triadic colors

1 #6E5A71 and #716E5A with #5A716E are triadic colors.

2 #6E715A and #715A6E with #5A716E are triadic colors.