COLOR #55535D

HEX: #55535D RGB: (85,83,93)

Color info

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

RGB color model

#55535D color RGB value is (85,83,93).

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

RGB channels and saturation

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

85
83
93

R + G + B ~ 34%. #55535D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 83 + 93 = 261 (100%)
R 85 of 261 ~ 32.57%
G 83 of 261 ~ 31.8%
B 93 of 261 ~ 35.63'%

%32.57
%31.8
%35.63

CMYK color model

#55535D color CMYK value is (9,11,0,64).

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

CMYK: (9,11,0,64)
C9M11Y0K64 (9%, 11%, 0%, 64%)
(0.09 / 0.11 / 0.00 / 0.64)

CMYK percentages

%8.6
%10.75
%0
%63.53

Codes

Color #55535D in popluar color models

55 53 5D
RGB 85 83 93
HSL 252° 5.68% 34.51%
HSB/HSV 252° 10.75% 36.47%
CMYK 8.60% 10.75% 0.00%
63.53%

Color #55535D in popluar number systems.

HEX 55 53 5D
Decimal 85 83 93
Binary 1010101 1010011 1011101
Octal 125 123 135

Shades and tints

Shades of #55535D

#55535D
(85,83,93)
#4E4C55
(78,76,85)
#47454D
(71,69,77)
#403E45
(64,62,69)
#39373D
(57,55,61)
#323035
(50,48,53)
#2B292D
(43,41,45)
#242225
(36,34,37)
#1D1B1D
(29,27,29)
#161415
(22,20,21)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #55535D

#55535D
(85,83,93)
#64626B
(100,98,107)
#737179
(115,113,121)
#828087
(130,128,135)
#918F95
(145,143,149)
#A09EA3
(160,158,163)
#AFADB1
(175,173,177)
#BEBCBF
(190,188,191)
#CDCBCD
(205,203,205)
#DCDADB
(220,218,219)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55535D color. Also use rgb(85,83,93) instead hex code.

Text Font Color

.myTextColor { color: #55535D; }

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

This text font color is #55535D.

Background Color

.myBgColor { background-color: #55535D; }

<div style="background-color:#55535D">Inner text</div>

This div background color is #55535D.

Border color

.myBorderColor { border: 1px solid #55535D; }

<div style="border:3px solid #55535D">Div</div>

This div border color is #55535D.

Opacity

.myOpacity80 { color: #55535D; opacity: 0.8; }

<p style="color:#55535D;opacity:0.8;">80%</p>

Text with #55535D 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 #55535D;}

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

This text has shadow with #55535D color.


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

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

This text has shadow with #55535D primary color and red secondary color.


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

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

This text has shadow with #55535D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55535D.

Preview

Color preview on black background

This text has color #55535D on black background.


Color preview on white background

This text has color #55535D on white background.


Black color preview on #55535D background

This text has black color on #55535D background.


White color preview on #55535D background

This text has white color on #55535D background.


Related colors

Complementary color

Complementary color for #hex is #AAACA2.


I love getcolorcode.com

Triadic colors

1 #5D5553 and #535D55 with #55535D are triadic colors.

2 #5D5355 and #53555D with #55535D are triadic colors.