COLOR #5A575D

HEX: #5A575D RGB: (90,87,93)

Color info

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

RGB color model

#5A575D color RGB value is (90,87,93).

RGB: (90,87,93) (35%, 34%, 36%)

RGB channels and saturation

R 90 of 255 = 35%
G 87 of 255 = 34%
B 93 of 255 = 36%

90
87
93

R + G + B ~ 35%. #5A575D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 87 + 93 = 270 (100%)
R 90 of 270 ~ 33.33%
G 87 of 270 ~ 32.22%
B 93 of 270 ~ 34.44'%

%33.33
%32.22
%34.44

CMYK color model

#5A575D color CMYK value is (3,6,0,64).

  • cyan value is 3.23%
  • magenta value is 6.45%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (3,6,0,64)
C3M6Y0K64 (3%, 6%, 0%, 64%)
(0.03 / 0.06 / 0.00 / 0.64)

CMYK percentages

%3.23
%6.45
%0
%63.53

Codes

Color #5A575D in popluar color models

5A 57 5D
RGB 90 87 93
HSL 270° 3.33% 35.29%
HSB/HSV 270° 6.45% 36.47%
CMYK 3.23% 6.45% 0.00%
63.53%

Color #5A575D in popluar number systems.

HEX 5A 57 5D
Decimal 90 87 93
Binary 1011010 1010111 1011101
Octal 132 127 135

Shades and tints

Shades of #5A575D

#5A575D
(90,87,93)
#525055
(82,80,85)
#4A494D
(74,73,77)
#424245
(66,66,69)
#3A3B3D
(58,59,61)
#323435
(50,52,53)
#2A2D2D
(42,45,45)
#222625
(34,38,37)
#1A1F1D
(26,31,29)
#121815
(18,24,21)
#0A110D
(10,17,13)
#000000
(0,0,0)

Tints of #5A575D

#5A575D
(90,87,93)
#69666B
(105,102,107)
#787579
(120,117,121)
#878487
(135,132,135)
#969395
(150,147,149)
#A5A2A3
(165,162,163)
#B4B1B1
(180,177,177)
#C3C0BF
(195,192,191)
#D2CFCD
(210,207,205)
#E1DEDB
(225,222,219)
#F0EDE9
(240,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A575D color. Also use rgb(90,87,93) instead hex code.

Text Font Color

.myTextColor { color: #5A575D; }

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

This text font color is #5A575D.

Background Color

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

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

This div background color is #5A575D.

Border color

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

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

This div border color is #5A575D.

Opacity

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

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

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

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

This text has shadow with #5A575D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A575D.

Preview

Color preview on black background

This text has color #5A575D on black background.


Color preview on white background

This text has color #5A575D on white background.


Black color preview on #5A575D background

This text has black color on #5A575D background.


White color preview on #5A575D background

This text has white color on #5A575D background.


Related colors

Complementary color

Complementary color for #hex is #A5A8A2.


I love getcolorcode.com

Triadic colors

1 #5D5A57 and #575D5A with #5A575D are triadic colors.

2 #5D575A and #575A5D with #5A575D are triadic colors.