COLOR #5D555E

HEX: #5D555E RGB: (93,85,94)

Color info

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

RGB color model

#5D555E color RGB value is (93,85,94).

RGB: (93,85,94) (36%, 33%, 37%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 94 of 255 = 37%

93
85
94

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

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 94 = 272 (100%)
R 93 of 272 ~ 34.19%
G 85 of 272 ~ 31.25%
B 94 of 272 ~ 34.56'%

%34.19
%31.25
%34.56

CMYK color model

#5D555E color CMYK value is (1,10,0,63).

  • cyan value is 1.06%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (1,10,0,63)
C1M10Y0K63 (1%, 10%, 0%, 63%)
(0.01 / 0.10 / 0.00 / 0.63)

CMYK percentages

%1.06
%9.57
%0
%63.14

Codes

Color #5D555E in popluar color models

5D 55 5E
RGB 93 85 94
HSL 293° 5.03% 35.10%
HSB/HSV 293° 9.57% 36.86%
CMYK 1.06% 9.57% 0.00%
63.14%

Color #5D555E in popluar number systems.

HEX 5D 55 5E
Decimal 93 85 94
Binary 1011101 1010101 1011110
Octal 135 125 136

Shades and tints

Shades of #5D555E

#5D555E
(93,85,94)
#554E56
(85,78,86)
#4D474E
(77,71,78)
#454046
(69,64,70)
#3D393E
(61,57,62)
#353236
(53,50,54)
#2D2B2E
(45,43,46)
#252426
(37,36,38)
#1D1D1E
(29,29,30)
#151616
(21,22,22)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #5D555E

#5D555E
(93,85,94)
#6B646C
(107,100,108)
#79737A
(121,115,122)
#878288
(135,130,136)
#959196
(149,145,150)
#A3A0A4
(163,160,164)
#B1AFB2
(177,175,178)
#BFBEC0
(191,190,192)
#CDCDCE
(205,205,206)
#DBDCDC
(219,220,220)
#E9EBEA
(233,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D555E; }

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

This text font color is #5D555E.

Background Color

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

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

This div background color is #5D555E.

Border color

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

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

This div border color is #5D555E.

Opacity

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

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

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

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

This text has shadow with #5D555E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D555E.

Preview

Color preview on black background

This text has color #5D555E on black background.


Color preview on white background

This text has color #5D555E on white background.


Black color preview on #5D555E background

This text has black color on #5D555E background.


White color preview on #5D555E background

This text has white color on #5D555E background.


Related colors

Complementary color

Complementary color for #hex is #A2AAA1.


I love getcolorcode.com

Triadic colors

1 #5E5D55 and #555E5D with #5D555E are triadic colors.

2 #5E555D and #555D5E with #5D555E are triadic colors.