COLOR #555356

HEX: #555356 RGB: (85,83,86)

Color info

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

RGB color model

#555356 color RGB value is (85,83,86).

RGB: (85,83,86) (33%, 33%, 34%)

RGB channels and saturation

R 85 of 255 = 33%
G 83 of 255 = 33%
B 86 of 255 = 34%

85
83
86

R + G + B ~ 33%. #555356 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 83 + 86 = 254 (100%)
R 85 of 254 ~ 33.46%
G 83 of 254 ~ 32.68%
B 86 of 254 ~ 33.86'%

%33.46
%32.68
%33.86

CMYK color model

#555356 color CMYK value is (1,3,0,66).

  • cyan value is 1.16%
  • magenta value is 3.49%
  • yellow value is 0.00%
  • key color value is 66.27%

CMYK: (1,3,0,66)
C1M3Y0K66 (1%, 3%, 0%, 66%)
(0.01 / 0.03 / 0.00 / 0.66)

CMYK percentages

%1.16
%3.49
%0
%66.27

Codes

Color #555356 in popluar color models

55 53 56
RGB 85 83 86
HSL 280° 1.78% 33.14%
HSB/HSV 280° 3.49% 33.73%
CMYK 1.16% 3.49% 0.00%
66.27%

Color #555356 in popluar number systems.

HEX 55 53 56
Decimal 85 83 86
Binary 1010101 1010011 1010110
Octal 125 123 126

Shades and tints

Shades of #555356

#555356
(85,83,86)
#4E4C4F
(78,76,79)
#474548
(71,69,72)
#403E41
(64,62,65)
#39373A
(57,55,58)
#323033
(50,48,51)
#2B292C
(43,41,44)
#242225
(36,34,37)
#1D1B1E
(29,27,30)
#161417
(22,20,23)
#0F0D10
(15,13,16)
#000000
(0,0,0)

Tints of #555356

#555356
(85,83,86)
#646265
(100,98,101)
#737174
(115,113,116)
#828083
(130,128,131)
#918F92
(145,143,146)
#A09EA1
(160,158,161)
#AFADB0
(175,173,176)
#BEBCBF
(190,188,191)
#CDCBCE
(205,203,206)
#DCDADD
(220,218,221)
#EBE9EC
(235,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555356; }

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

This text font color is #555356.

Background Color

.myBgColor { background-color: #555356; }

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

This div background color is #555356.

Border color

.myBorderColor { border: 1px solid #555356; }

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

This div border color is #555356.

Opacity

.myOpacity80 { color: #555356; opacity: 0.8; }

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

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

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

This text has shadow with #555356 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555356.

Preview

Color preview on black background

This text has color #555356 on black background.


Color preview on white background

This text has color #555356 on white background.


Black color preview on #555356 background

This text has black color on #555356 background.


White color preview on #555356 background

This text has white color on #555356 background.


Related colors

Complementary color

Complementary color for #hex is #AAACA9.


I love getcolorcode.com

Triadic colors

1 #565553 and #535655 with #555356 are triadic colors.

2 #565355 and #535556 with #555356 are triadic colors.