COLOR #55606C

HEX: #55606C
RGB: (85,96,108)

Color info

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

RGB color model

#55606C color RGB value is (85,96,108).

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

RGB channels and saturation

R 85 of 255 = 33%
G 96 of 255 = 38%
B 108 of 255 = 42%

85
96
108

R + G + B ~ 38%. #55606C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
85 + 96 + 108 = 289 (100%)
R 85 of 289 ~ 29.41%
G 96 of 289 ~ 33.22%
B 108 of 289 ~ 37.37%

%29.41
%33.22
%37.37

CMYK color model

#55606C color CMYK value is (21,11,0,58).

  • cyan value is 21.30%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(21,11,0,58)
C21M11Y0K58 
(21%,11%,0%,58%)
(0.21/0.11/0.00/0.58)	

CMYK percentages

%21.3
%11.11
%0
%57.65

Codes

Color #55606C in popluar color models

55606C
RGB8596108
HSL211°11.92%37.84%
HSB/HSV211°21.30%42.35%
CMYK21.30%11.11%0.00%
57.65%

Color #55606C in popluar number systems.

HEX55606C
Decimal8596108
Binary101010111000001101100
Octal125140154

Shades and tints

Shades of #55606C

#55606C
(85,96,108)
#4E5863
(78,88,99)
#47505A
(71,80,90)
#404851
(64,72,81)
#394048
(57,64,72)
#32383F
(50,56,63)
#2B3036
(43,48,54)
#24282D
(36,40,45)
#1D2024
(29,32,36)
#16181B
(22,24,27)
#0F1012
(15,16,18)
#000000
(0,0,0)

Tints of #55606C

#55606C
(85,96,108)
#646E79
(100,110,121)
#737C86
(115,124,134)
#828A93
(130,138,147)
#9198A0
(145,152,160)
#A0A6AD
(160,166,173)
#AFB4BA
(175,180,186)
#BEC2C7
(190,194,199)
#CDD0D4
(205,208,212)
#DCDEE1
(220,222,225)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55606C; }

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

This text font color is #55606C.


Background Color

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

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

This div background color is #55606C.


Border color

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

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

This div border color is #55606C.


Opacity

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

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

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

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

This text has shadow with #55606C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55606C on black background.


Color preview on white background

This text has color #55606C on white background.



Black color preview on #55606C background

This text has black color on #55606C background.


White color preview on #55606C background

This text has white color on #55606C background.