COLOR #55566A

HEX: #55566A
RGB: (85,86,106)

Color info

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

RGB color model

#55566A color RGB value is (85,86,106).

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

RGB channels and saturation

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

85
86
106

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

Portions of RGB colors in percentages

R + G + B =
85 + 86 + 106 = 277 (100%)
R 85 of 277 ~ 30.69%
G 86 of 277 ~ 31.05%
B 106 of 277 ~ 38.27%

%30.69
%31.05
%38.27

CMYK color model

#55566A color CMYK value is (20,19,0,58).

  • cyan value is 19.81%
  • magenta value is 18.87%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(20,19,0,58)
C20M19Y0K58 
(20%,19%,0%,58%)
(0.20/0.19/0.00/0.58)	

CMYK percentages

%19.81
%18.87
%0
%58.43

Codes

Color #55566A in popluar color models

55566A
RGB8586106
HSL237°10.99%37.45%
HSB/HSV237°19.81%41.57%
CMYK19.81%18.87%0.00%
58.43%

Color #55566A in popluar number systems.

HEX55566A
Decimal8586106
Binary101010110101101101010
Octal125126152

Shades and tints

Shades of #55566A

#55566A
(85,86,106)
#4E4F61
(78,79,97)
#474858
(71,72,88)
#40414F
(64,65,79)
#393A46
(57,58,70)
#32333D
(50,51,61)
#2B2C34
(43,44,52)
#24252B
(36,37,43)
#1D1E22
(29,30,34)
#161719
(22,23,25)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #55566A

#55566A
(85,86,106)
#646577
(100,101,119)
#737484
(115,116,132)
#828391
(130,131,145)
#91929E
(145,146,158)
#A0A1AB
(160,161,171)
#AFB0B8
(175,176,184)
#BEBFC5
(190,191,197)
#CDCED2
(205,206,210)
#DCDDDF
(220,221,223)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55566A; }

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

This text font color is #55566A.


Background Color

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

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

This div background color is #55566A.


Border color

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

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

This div border color is #55566A.


Opacity

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

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

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

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

This text has shadow with #55566A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55566A on black background.


Color preview on white background

This text has color #55566A on white background.



Black color preview on #55566A background

This text has black color on #55566A background.


White color preview on #55566A background

This text has white color on #55566A background.