COLOR #5A575B

HEX: #5A575B
RGB: (90,87,91)

Color info

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

RGB color model

#5A575B color RGB value is (90,87,91).

  • red value is 90;
  • green value is 87;
  • blue value is 91.
RGB:
(90,87,91)
(35%,34%,36%)

RGB channels and saturation

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

90
87
91

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

Portions of RGB colors in percentages

R + G + B =
90 + 87 + 91 = 268 (100%)
R 90 of 268 ~ 33.58%
G 87 of 268 ~ 32.46%
B 91 of 268 ~ 33.96%

%33.58
%32.46
%33.96

CMYK color model

#5A575B color CMYK value is (1,4,0,64).

  • cyan value is 1.10%
  • magenta value is 4.40%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(1,4,0,64)
C1M4Y0K64 
(1%,4%,0%,64%)
(0.01/0.04/0.00/0.64)	

CMYK percentages

%1.1
%4.4
%0
%64.31

Codes

Color #5A575B in popluar color models

5A575B
RGB908791
HSL285°2.25%34.90%
HSB/HSV285°4.40%35.69%
CMYK1.10%4.40%0.00%
64.31%

Color #5A575B in popluar number systems.

HEX5A575B
Decimal908791
Binary101101010101111011011
Octal132127133

Shades and tints

Shades of #5A575B

#5A575B
(90,87,91)
#525053
(82,80,83)
#4A494B
(74,73,75)
#424243
(66,66,67)
#3A3B3B
(58,59,59)
#323433
(50,52,51)
#2A2D2B
(42,45,43)
#222623
(34,38,35)
#1A1F1B
(26,31,27)
#121813
(18,24,19)
#0A110B
(10,17,11)
#000000
(0,0,0)

Tints of #5A575B

#5A575B
(90,87,91)
#696669
(105,102,105)
#787577
(120,117,119)
#878485
(135,132,133)
#969393
(150,147,147)
#A5A2A1
(165,162,161)
#B4B1AF
(180,177,175)
#C3C0BD
(195,192,189)
#D2CFCB
(210,207,203)
#E1DED9
(225,222,217)
#F0EDE7
(240,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A575B; }

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

This text font color is #5A575B.


Background Color

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

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

This div background color is #5A575B.


Border color

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

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

This div border color is #5A575B.


Opacity

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

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

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

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

This text has shadow with #5A575B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A575B on black background.


Color preview on white background

This text has color #5A575B on white background.



Black color preview on #5A575B background

This text has black color on #5A575B background.


White color preview on #5A575B background

This text has white color on #5A575B background.