COLOR #55565D

HEX: #55565D
RGB: (85,86,93)

Color info

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

RGB color model

#55565D color RGB value is (85,86,93).

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

RGB channels and saturation

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

85
86
93

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

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 93 = 264 (100%)
R 85 of 264 ~ 32.2%
G 86 of 264 ~ 32.58%
B 93 of 264 ~ 35.23%

%32.2
%32.58
%35.23

CMYK color model

#55565D color CMYK value is (9,8,0,64).

  • cyan value is 8.60%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(9,8,0,64)
C9M8Y0K64 
(9%,8%,0%,64%)
(0.09/0.08/0.00/0.64)	

CMYK percentages

%8.6
%7.53
%0
%63.53

Codes

Color #55565D in popluar color models

55565D
RGB858693
HSL233°4.49%34.90%
HSB/HSV233°8.60%36.47%
CMYK8.60%7.53%0.00%
63.53%

Color #55565D in popluar number systems.

HEX55565D
Decimal858693
Binary101010110101101011101
Octal125126135

Shades and tints

Shades of #55565D

#55565D
(85,86,93)
#4E4F55
(78,79,85)
#47484D
(71,72,77)
#404145
(64,65,69)
#393A3D
(57,58,61)
#323335
(50,51,53)
#2B2C2D
(43,44,45)
#242525
(36,37,37)
#1D1E1D
(29,30,29)
#161715
(22,23,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #55565D

#55565D
(85,86,93)
#64656B
(100,101,107)
#737479
(115,116,121)
#828387
(130,131,135)
#919295
(145,146,149)
#A0A1A3
(160,161,163)
#AFB0B1
(175,176,177)
#BEBFBF
(190,191,191)
#CDCECD
(205,206,205)
#DCDDDB
(220,221,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55565D; }

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

This text font color is #55565D.


Background Color

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

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

This div background color is #55565D.


Border color

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

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

This div border color is #55565D.


Opacity

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

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

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

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

This text has shadow with #55565D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55565D on black background.


Color preview on white background

This text has color #55565D on white background.



Black color preview on #55565D background

This text has black color on #55565D background.


White color preview on #55565D background

This text has white color on #55565D background.