COLOR #5D5552

HEX: #5D5552 RGB: (93,85,82)

Color info

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

RGB color model

#5D5552 color RGB value is (93,85,82).

RGB: (93,85,82) (36%, 33%, 32%)

RGB channels and saturation

R 93 of 255 = 36%
G 85 of 255 = 33%
B 82 of 255 = 32%

93
85
82

R + G + B ~ 34%. #5D5552 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 93 + 85 + 82 = 260 (100%)
R 93 of 260 ~ 35.77%
G 85 of 260 ~ 32.69%
B 82 of 260 ~ 31.54'%

%35.77
%32.69
%31.54

CMYK color model

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

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

CMYK: (0,9,12,64)
C0M9Y12K64 (0%, 9%, 12%, 64%)
(0.00 / 0.09 / 0.12 / 0.64)

CMYK percentages

%0
%8.6
%11.83
%63.53

Codes

Color #5D5552 in popluar color models

5D 55 52
RGB 93 85 82
HSL 16° 6.29% 34.31%
HSB/HSV 16° 11.83% 36.47%
CMYK 0.00% 8.60% 11.83%
63.53%

Color #5D5552 in popluar number systems.

HEX 5D 55 52
Decimal 93 85 82
Binary 1011101 1010101 1010010
Octal 135 125 122

Shades and tints

Shades of #5D5552

#5D5552
(93,85,82)
#554E4B
(85,78,75)
#4D4744
(77,71,68)
#45403D
(69,64,61)
#3D3936
(61,57,54)
#35322F
(53,50,47)
#2D2B28
(45,43,40)
#252421
(37,36,33)
#1D1D1A
(29,29,26)
#151613
(21,22,19)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #5D5552

#5D5552
(93,85,82)
#6B6461
(107,100,97)
#797370
(121,115,112)
#87827F
(135,130,127)
#95918E
(149,145,142)
#A3A09D
(163,160,157)
#B1AFAC
(177,175,172)
#BFBEBB
(191,190,187)
#CDCDCA
(205,205,202)
#DBDCD9
(219,220,217)
#E9EBE8
(233,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5D5552; }

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

This text font color is #5D5552.

Background Color

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

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

This div background color is #5D5552.

Border color

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

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

This div border color is #5D5552.

Opacity

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

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

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

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

This text has shadow with #5D5552 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5D5552.

Preview

Color preview on black background

This text has color #5D5552 on black background.


Color preview on white background

This text has color #5D5552 on white background.


Black color preview on #5D5552 background

This text has black color on #5D5552 background.


White color preview on #5D5552 background

This text has white color on #5D5552 background.


Related colors

Complementary color

Complementary color for #hex is #A2AAAD.


I love getcolorcode.com

Triadic colors

1 #525D55 and #55525D with #5D5552 are triadic colors.

2 #52555D and #555D52 with #5D5552 are triadic colors.