COLOR #5A5F5B

HEX: #5A5F5B
RGB: (90,95,91)

Color info

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

RGB color model

#5A5F5B color RGB value is (90,95,91).

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

RGB channels and saturation

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

90
95
91

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

Portions of RGB colors in percentages

R + G + B =
90 + 95 + 91 = 276 (100%)
R 90 of 276 ~ 32.61%
G 95 of 276 ~ 34.42%
B 91 of 276 ~ 32.97%

%32.61
%34.42
%32.97

CMYK color model

#5A5F5B color CMYK value is (5,0,4,63).

  • cyan value is 5.26%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 62.75%
CMYK:
(5,0,4,63)
C5M0Y4K63 
(5%,0%,4%,63%)
(0.05/0.00/0.04/0.63)	

CMYK percentages

%5.26
%0
%4.21
%62.75

Codes

Color #5A5F5B in popluar color models

5A5F5B
RGB909591
HSL132°2.70%36.27%
HSB/HSV132°5.26%37.25%
CMYK5.26%0.00%4.21%
62.75%

Color #5A5F5B in popluar number systems.

HEX5A5F5B
Decimal909591
Binary101101010111111011011
Octal132137133

Shades and tints

Shades of #5A5F5B

#5A5F5B
(90,95,91)
#525753
(82,87,83)
#4A4F4B
(74,79,75)
#424743
(66,71,67)
#3A3F3B
(58,63,59)
#323733
(50,55,51)
#2A2F2B
(42,47,43)
#222723
(34,39,35)
#1A1F1B
(26,31,27)
#121713
(18,23,19)
#0A0F0B
(10,15,11)
#000000
(0,0,0)

Tints of #5A5F5B

#5A5F5B
(90,95,91)
#696D69
(105,109,105)
#787B77
(120,123,119)
#878985
(135,137,133)
#969793
(150,151,147)
#A5A5A1
(165,165,161)
#B4B3AF
(180,179,175)
#C3C1BD
(195,193,189)
#D2CFCB
(210,207,203)
#E1DDD9
(225,221,217)
#F0EBE7
(240,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A5F5B; }

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

This text font color is #5A5F5B.


Background Color

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

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

This div background color is #5A5F5B.


Border color

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

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

This div border color is #5A5F5B.


Opacity

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

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

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

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

This text has shadow with #5A5F5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A5F5B on black background.


Color preview on white background

This text has color #5A5F5B on white background.



Black color preview on #5A5F5B background

This text has black color on #5A5F5B background.


White color preview on #5A5F5B background

This text has white color on #5A5F5B background.