COLOR #5D555B

HEX: #5D555B RGB: (93,85,91)

Color info

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

RGB color model

#5D555B color RGB value is (93,85,91).

RGB: (93,85,91) (36%, 33%, 36%)

RGB channels and saturation

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

93
85
91

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

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 91 = 269 (100%)
R 93 of 269 ~ 34.57%
G 85 of 269 ~ 31.6%
B 91 of 269 ~ 33.83'%

%34.57
%31.6
%33.83

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.60%
  • yellow value is 2.15%
  • key color value is 63.53%

CMYK: (0,9,2,64)
C0M9Y2K64 (0%, 9%, 2%, 64%)
(0.00 / 0.09 / 0.02 / 0.64)

CMYK percentages

%0
%8.6
%2.15
%63.53

Codes

Color #5D555B in popluar color models

5D 55 5B
RGB 93 85 91
HSL 315° 4.49% 34.90%
HSB/HSV 315° 8.60% 36.47%
CMYK 0.00% 8.60% 2.15%
63.53%

Color #5D555B in popluar number systems.

HEX 5D 55 5B
Decimal 93 85 91
Binary 1011101 1010101 1011011
Octal 135 125 133

Shades and tints

Shades of #5D555B

#5D555B
(93,85,91)
#554E53
(85,78,83)
#4D474B
(77,71,75)
#454043
(69,64,67)
#3D393B
(61,57,59)
#353233
(53,50,51)
#2D2B2B
(45,43,43)
#252423
(37,36,35)
#1D1D1B
(29,29,27)
#151613
(21,22,19)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #5D555B

#5D555B
(93,85,91)
#6B6469
(107,100,105)
#797377
(121,115,119)
#878285
(135,130,133)
#959193
(149,145,147)
#A3A0A1
(163,160,161)
#B1AFAF
(177,175,175)
#BFBEBD
(191,190,189)
#CDCDCB
(205,205,203)
#DBDCD9
(219,220,217)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D555B; }

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

This text font color is #5D555B.

Background Color

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

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

This div background color is #5D555B.

Border color

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

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

This div border color is #5D555B.

Opacity

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

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

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

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

This text has shadow with #5D555B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D555B.

Preview

Color preview on black background

This text has color #5D555B on black background.


Color preview on white background

This text has color #5D555B on white background.


Black color preview on #5D555B background

This text has black color on #5D555B background.


White color preview on #5D555B background

This text has white color on #5D555B background.


Related colors

Complementary color

Complementary color for #hex is #A2AAA4.


I love getcolorcode.com

Triadic colors

1 #5B5D55 and #555B5D with #5D555B are triadic colors.

2 #5B555D and #555D5B with #5D555B are triadic colors.