COLOR #5C555D

HEX: #5C555D
RGB: (92,85,93)

Color info

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

RGB color model

#5C555D color RGB value is (92,85,93).

  • red value is 92;
  • green value is 85;
  • blue value is 93.
RGB:
(92,85,93)
(36%,33%,36%)

RGB channels and saturation

R 92 of 255 = 36%
G 85 of 255 = 33%
B 93 of 255 = 36%

92
85
93

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

Portions of RGB colors in percentages

R + G + B =
92 + 85 + 93 = 270 (100%)
R 92 of 270 ~ 34.07%
G 85 of 270 ~ 31.48%
B 93 of 270 ~ 34.44%

%34.07
%31.48
%34.44

CMYK color model

#5C555D color CMYK value is (1,9,0,64).

  • cyan value is 1.08%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(1,9,0,64)
C1M9Y0K64 
(1%,9%,0%,64%)
(0.01/0.09/0.00/0.64)	

CMYK percentages

%1.08
%8.6
%0
%63.53

Codes

Color #5C555D in popluar color models

5C555D
RGB928593
HSL293°4.49%34.90%
HSB/HSV293°8.60%36.47%
CMYK1.08%8.60%0.00%
63.53%

Color #5C555D in popluar number systems.

HEX5C555D
Decimal928593
Binary101110010101011011101
Octal134125135

Shades and tints

Shades of #5C555D

#5C555D
(92,85,93)
#544E55
(84,78,85)
#4C474D
(76,71,77)
#444045
(68,64,69)
#3C393D
(60,57,61)
#343235
(52,50,53)
#2C2B2D
(44,43,45)
#242425
(36,36,37)
#1C1D1D
(28,29,29)
#141615
(20,22,21)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #5C555D

#5C555D
(92,85,93)
#6A646B
(106,100,107)
#787379
(120,115,121)
#868287
(134,130,135)
#949195
(148,145,149)
#A2A0A3
(162,160,163)
#B0AFB1
(176,175,177)
#BEBEBF
(190,190,191)
#CCCDCD
(204,205,205)
#DADCDB
(218,220,219)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C555D color. Also use rgb(92,85,93) instead hex code.

Text Font Color

.myTextColor { color: #5C555D; }

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

This text font color is #5C555D.


Background Color

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

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

This div background color is #5C555D.


Border color

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

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

This div border color is #5C555D.


Opacity

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

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

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

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

This text has shadow with #5C555D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C555D on black background.


Color preview on white background

This text has color #5C555D on white background.



Black color preview on #5C555D background

This text has black color on #5C555D background.


White color preview on #5C555D background

This text has white color on #5C555D background.