COLOR #5C585A

HEX: #5C585A
RGB: (92,88,90)

Color info

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

RGB color model

#5C585A color RGB value is (92,88,90).

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

RGB channels and saturation

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

92
88
90

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

Portions of RGB colors in percentages

R + G + B =
92 + 88 + 90 = 270 (100%)
R 92 of 270 ~ 34.07%
G 88 of 270 ~ 32.59%
B 90 of 270 ~ 33.33%

%34.07
%32.59
%33.33

CMYK color model

#5C585A color CMYK value is (0,4,2,64).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK:
(0,4,2,64)
C0M4Y2K64 
(0%,4%,2%,64%)
(0.00/0.04/0.02/0.64)	

CMYK percentages

%0
%4.35
%2.17
%63.92

Codes

Color #5C585A in popluar color models

5C585A
RGB928890
HSL330°2.22%35.29%
HSB/HSV330°4.35%36.08%
CMYK0.00%4.35%2.17%
63.92%

Color #5C585A in popluar number systems.

HEX5C585A
Decimal928890
Binary101110010110001011010
Octal134130132

Shades and tints

Shades of #5C585A

#5C585A
(92,88,90)
#545052
(84,80,82)
#4C484A
(76,72,74)
#444042
(68,64,66)
#3C383A
(60,56,58)
#343032
(52,48,50)
#2C282A
(44,40,42)
#242022
(36,32,34)
#1C181A
(28,24,26)
#141012
(20,16,18)
#0C080A
(12,8,10)
#000000
(0,0,0)

Tints of #5C585A

#5C585A
(92,88,90)
#6A6769
(106,103,105)
#787678
(120,118,120)
#868587
(134,133,135)
#949496
(148,148,150)
#A2A3A5
(162,163,165)
#B0B2B4
(176,178,180)
#BEC1C3
(190,193,195)
#CCD0D2
(204,208,210)
#DADFE1
(218,223,225)
#E8EEF0
(232,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C585A; }

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

This text font color is #5C585A.


Background Color

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

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

This div background color is #5C585A.


Border color

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

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

This div border color is #5C585A.


Opacity

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

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

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

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

This text has shadow with #5C585A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C585A on black background.


Color preview on white background

This text has color #5C585A on white background.



Black color preview on #5C585A background

This text has black color on #5C585A background.


White color preview on #5C585A background

This text has white color on #5C585A background.