COLOR #5C5A5B

HEX: #5C5A5B RGB: (92,90,91)

Color info

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

RGB color model

#5C5A5B color RGB value is (92,90,91).

RGB: (92,90,91) (36%, 35%, 36%)

RGB channels and saturation

R 92 of 255 = 36%
G 90 of 255 = 35%
B 91 of 255 = 36%

92
90
91

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

Portions of RGB colors in percentages

R + G + B = 92 + 90 + 91 = 273 (100%)
R 92 of 273 ~ 33.7%
G 90 of 273 ~ 32.97%
B 91 of 273 ~ 33.33'%

%33.7
%32.97
%33.33

CMYK color model

#5C5A5B color CMYK value is (0,2,1,64).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 1.09%
  • key color value is 63.92%

CMYK: (0,2,1,64)
C0M2Y1K64 (0%, 2%, 1%, 64%)
(0.00 / 0.02 / 0.01 / 0.64)

CMYK percentages

%0
%2.17
%1.09
%63.92

Codes

Color #5C5A5B in popluar color models

5C 5A 5B
RGB 92 90 91
HSL 330° 1.10% 35.69%
HSB/HSV 330° 2.17% 36.08%
CMYK 0.00% 2.17% 1.09%
63.92%

Color #5C5A5B in popluar number systems.

HEX 5C 5A 5B
Decimal 92 90 91
Binary 1011100 1011010 1011011
Octal 134 132 133

Shades and tints

Shades of #5C5A5B

#5C5A5B
(92,90,91)
#545253
(84,82,83)
#4C4A4B
(76,74,75)
#444243
(68,66,67)
#3C3A3B
(60,58,59)
#343233
(52,50,51)
#2C2A2B
(44,42,43)
#242223
(36,34,35)
#1C1A1B
(28,26,27)
#141213
(20,18,19)
#0C0A0B
(12,10,11)
#000000
(0,0,0)

Tints of #5C5A5B

#5C5A5B
(92,90,91)
#6A6969
(106,105,105)
#787877
(120,120,119)
#868785
(134,135,133)
#949693
(148,150,147)
#A2A5A1
(162,165,161)
#B0B4AF
(176,180,175)
#BEC3BD
(190,195,189)
#CCD2CB
(204,210,203)
#DAE1D9
(218,225,217)
#E8F0E7
(232,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C5A5B; }

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

This text font color is #5C5A5B.

Background Color

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

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

This div background color is #5C5A5B.

Border color

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

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

This div border color is #5C5A5B.

Opacity

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

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

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

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

This text has shadow with #5C5A5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C5A5B.

Preview

Color preview on black background

This text has color #5C5A5B on black background.


Color preview on white background

This text has color #5C5A5B on white background.


Black color preview on #5C5A5B background

This text has black color on #5C5A5B background.


White color preview on #5C5A5B background

This text has white color on #5C5A5B background.


Related colors

Complementary color

Complementary color for #hex is #A3A5A4.


I love getcolorcode.com

Triadic colors

1 #5B5C5A and #5A5B5C with #5C5A5B are triadic colors.

2 #5B5A5C and #5A5C5B with #5C5A5B are triadic colors.