COLOR #5D5558

HEX: #5D5558
RGB: (93,85,88)

Color info

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

RGB color model

#5D5558 color RGB value is (93,85,88).

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

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 88 of 255 = 35%

93
85
88

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

Portions of RGB colors in percentages

R + G + B =
93 + 85 + 88 = 266 (100%)
R 93 of 266 ~ 34.96%
G 85 of 266 ~ 31.95%
B 88 of 266 ~ 33.08%

%34.96
%31.95
%33.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 5.38%
  • key color value is 63.53%
CMYK:
(0,9,5,64)
C0M9Y5K64 
(0%,9%,5%,64%)
(0.00/0.09/0.05/0.64)	

CMYK percentages

%0
%8.6
%5.38
%63.53

Codes

Color #5D5558 in popluar color models

5D5558
RGB938588
HSL338°4.49%34.90%
HSB/HSV338°8.60%36.47%
CMYK0.00%8.60%5.38%
63.53%

Color #5D5558 in popluar number systems.

HEX5D5558
Decimal938588
Binary101110110101011011000
Octal135125130

Shades and tints

Shades of #5D5558

#5D5558
(93,85,88)
#554E50
(85,78,80)
#4D4748
(77,71,72)
#454040
(69,64,64)
#3D3938
(61,57,56)
#353230
(53,50,48)
#2D2B28
(45,43,40)
#252420
(37,36,32)
#1D1D18
(29,29,24)
#151610
(21,22,16)
#0D0F08
(13,15,8)
#000000
(0,0,0)

Tints of #5D5558

#5D5558
(93,85,88)
#6B6467
(107,100,103)
#797376
(121,115,118)
#878285
(135,130,133)
#959194
(149,145,148)
#A3A0A3
(163,160,163)
#B1AFB2
(177,175,178)
#BFBEC1
(191,190,193)
#CDCDD0
(205,205,208)
#DBDCDF
(219,220,223)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5558; }

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

This text font color is #5D5558.


Background Color

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

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

This div background color is #5D5558.


Border color

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

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

This div border color is #5D5558.


Opacity

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

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

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

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

This text has shadow with #5D5558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5D5558 on black background.


Color preview on white background

This text has color #5D5558 on white background.



Black color preview on #5D5558 background

This text has black color on #5D5558 background.


White color preview on #5D5558 background

This text has white color on #5D5558 background.