COLOR #555655

HEX: #555655
RGB: (85,86,85)

Color info

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

RGB color model

#555655 color RGB value is (85,86,85).

  • red value is 85;
  • green value is 86;
  • blue value is 85.
RGB: (85,86,85) (33%,34%,33%)

RGB channels and saturation

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

85
86
85

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

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 85 = 256 (100%)
R 85 of 256 ~ 33.2%
G 86 of 256 ~ 33.59%
B 85 of 256 ~ 33.2%

%33.2
%33.59
%33.2

CMYK color model

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

  • cyan value is 1.16%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 66.27%
CMYK: (1,0,1,66) C1M0Y1K66 (1%,0%,1%,66%) (0.01/0.00/0.01/0.66)

CMYK percentages

%1.16
%0
%1.16
%66.27

Codes

Color #555655 in popluar color models

555655
RGB858685
HSL120°0.58%33.53%
HSB/HSV120°1.16%33.73%
CMYK1.16%0.00%1.16%
66.27%

Color #555655 in popluar number systems.

HEX555655
Decimal858685
Binary101010110101101010101
Octal125126125

Shades and tints

Shades of #555655

#555655
(85,86,85)
#4E4F4E
(78,79,78)
#474847
(71,72,71)
#404140
(64,65,64)
#393A39
(57,58,57)
#323332
(50,51,50)
#2B2C2B
(43,44,43)
#242524
(36,37,36)
#1D1E1D
(29,30,29)
#161716
(22,23,22)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #555655

#555655
(85,86,85)
#646564
(100,101,100)
#737473
(115,116,115)
#828382
(130,131,130)
#919291
(145,146,145)
#A0A1A0
(160,161,160)
#AFB0AF
(175,176,175)
#BEBFBE
(190,191,190)
#CDCECD
(205,206,205)
#DCDDDC
(220,221,220)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555655; }

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

This text font color is #555655.


Background Color

.myBgColor { background-color: #555655; }

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

This div background color is #555655.


Border color

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

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

This div border color is #555655.


Opacity

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

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

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

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

This text has shadow with #555655 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #555655; -webkit-box-shadow:	1px 1px 3px 2px #555655; box-shadow:	1px 1px 3px 2px #555655; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #555655; -webkit-box-shadow: 1px 1px 3px 2px #555655; box-shadow:1px 1px 3px 2px #555655;">
Div content here</div>
This div box has shadow with color #555655.

Preview

Color preview on black background

This text has color #555655 on black background.


Color preview on white background

This text has color #555655 on white background.



Black color preview on #555655 background

This text has black color on #555655 background.


White color preview on #555655 background

This text has white color on #555655 background.