COLOR #5A5C5F

HEX: #5A5C5F
RGB: (90,92,95)

Color info

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

RGB color model

#5A5C5F color RGB value is (90,92,95).

  • red value is 90;
  • green value is 92;
  • blue value is 95.
RGB:
(90,92,95)
(35%,36%,37%)

RGB channels and saturation

R 90 of 255 = 35%
G 92 of 255 = 36%
B 95 of 255 = 37%

90
92
95

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

Portions of RGB colors in percentages

R + G + B =
90 + 92 + 95 = 277 (100%)
R 90 of 277 ~ 32.49%
G 92 of 277 ~ 33.21%
B 95 of 277 ~ 34.3%

%32.49
%33.21
%34.3

CMYK color model

#5A5C5F color CMYK value is (5,3,0,63).

  • cyan value is 5.26%
  • magenta value is 3.16%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(5,3,0,63)
C5M3Y0K63 
(5%,3%,0%,63%)
(0.05/0.03/0.00/0.63)	

CMYK percentages

%5.26
%3.16
%0
%62.75

Codes

Color #5A5C5F in popluar color models

5A5C5F
RGB909295
HSL216°2.70%36.27%
HSB/HSV216°5.26%37.25%
CMYK5.26%3.16%0.00%
62.75%

Color #5A5C5F in popluar number systems.

HEX5A5C5F
Decimal909295
Binary101101010111001011111
Octal132134137

Shades and tints

Shades of #5A5C5F

#5A5C5F
(90,92,95)
#525457
(82,84,87)
#4A4C4F
(74,76,79)
#424447
(66,68,71)
#3A3C3F
(58,60,63)
#323437
(50,52,55)
#2A2C2F
(42,44,47)
#222427
(34,36,39)
#1A1C1F
(26,28,31)
#121417
(18,20,23)
#0A0C0F
(10,12,15)
#000000
(0,0,0)

Tints of #5A5C5F

#5A5C5F
(90,92,95)
#696A6D
(105,106,109)
#78787B
(120,120,123)
#878689
(135,134,137)
#969497
(150,148,151)
#A5A2A5
(165,162,165)
#B4B0B3
(180,176,179)
#C3BEC1
(195,190,193)
#D2CCCF
(210,204,207)
#E1DADD
(225,218,221)
#F0E8EB
(240,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A5C5F color. Also use rgb(90,92,95) instead hex code.

Text Font Color

.myTextColor { color: #5A5C5F; }

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

This text font color is #5A5C5F.


Background Color

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

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

This div background color is #5A5C5F.


Border color

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

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

This div border color is #5A5C5F.


Opacity

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

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

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

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

This text has shadow with #5A5C5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5C5F on black background.


Color preview on white background

This text has color #5A5C5F on white background.



Black color preview on #5A5C5F background

This text has black color on #5A5C5F background.


White color preview on #5A5C5F background

This text has white color on #5A5C5F background.