COLOR #55566C

HEX: #55566C
RGB: (85,86,108)

Color info

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

RGB color model

#55566C color RGB value is (85,86,108).

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

RGB channels and saturation

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

85
86
108

R + G + B ~ 36%. #55566C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 108 = 279 (100%)
R 85 of 279 ~ 30.47%
G 86 of 279 ~ 30.82%
B 108 of 279 ~ 38.71%

%30.47
%30.82
%38.71

CMYK color model

#55566C color CMYK value is (21,20,0,58).

  • cyan value is 21.30%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(21,20,0,58)
C21M20Y0K58 
(21%,20%,0%,58%)
(0.21/0.20/0.00/0.58)	

CMYK percentages

%21.3
%20.37
%0
%57.65

Codes

Color #55566C in popluar color models

55566C
RGB8586108
HSL237°11.92%37.84%
HSB/HSV237°21.30%42.35%
CMYK21.30%20.37%0.00%
57.65%

Color #55566C in popluar number systems.

HEX55566C
Decimal8586108
Binary101010110101101101100
Octal125126154

Shades and tints

Shades of #55566C

#55566C
(85,86,108)
#4E4F63
(78,79,99)
#47485A
(71,72,90)
#404151
(64,65,81)
#393A48
(57,58,72)
#32333F
(50,51,63)
#2B2C36
(43,44,54)
#24252D
(36,37,45)
#1D1E24
(29,30,36)
#16171B
(22,23,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #55566C

#55566C
(85,86,108)
#646579
(100,101,121)
#737486
(115,116,134)
#828393
(130,131,147)
#9192A0
(145,146,160)
#A0A1AD
(160,161,173)
#AFB0BA
(175,176,186)
#BEBFC7
(190,191,199)
#CDCED4
(205,206,212)
#DCDDE1
(220,221,225)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55566C; }

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

This text font color is #55566C.


Background Color

.myBgColor { background-color: #55566C; }

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

This div background color is #55566C.


Border color

.myBorderColor { border: 1px solid #55566C; }

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

This div border color is #55566C.


Opacity

.myOpacity80 { color: #55566C; opacity: 0.8; }

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

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

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

This text has shadow with #55566C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55566C on black background.


Color preview on white background

This text has color #55566C on white background.



Black color preview on #55566C background

This text has black color on #55566C background.


White color preview on #55566C background

This text has white color on #55566C background.