COLOR #55606A

HEX: #55606A RGB: (85,96,106)

Color info

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

RGB color model

#55606A color RGB value is (85,96,106).

RGB: (85,96,106) (33%, 38%, 42%)

RGB channels and saturation

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

85
96
106

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

Portions of RGB colors in percentages

R + G + B = 85 + 96 + 106 = 287 (100%)
R 85 of 287 ~ 29.62%
G 96 of 287 ~ 33.45%
B 106 of 287 ~ 36.93'%

%29.62
%33.45
%36.93

CMYK color model

#55606A color CMYK value is (20,9,0,58).

  • cyan value is 19.81%
  • magenta value is 9.43%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (20,9,0,58)
C20M9Y0K58 (20%, 9%, 0%, 58%)
(0.20 / 0.09 / 0.00 / 0.58)

CMYK percentages

%19.81
%9.43
%0
%58.43

Codes

Color #55606A in popluar color models

55 60 6A
RGB 85 96 106
HSL 209° 10.99% 37.45%
HSB/HSV 209° 19.81% 41.57%
CMYK 19.81% 9.43% 0.00%
58.43%

Color #55606A in popluar number systems.

HEX 55 60 6A
Decimal 85 96 106
Binary 1010101 1100000 1101010
Octal 125 140 152

Shades and tints

Shades of #55606A

#55606A
(85,96,106)
#4E5861
(78,88,97)
#475058
(71,80,88)
#40484F
(64,72,79)
#394046
(57,64,70)
#32383D
(50,56,61)
#2B3034
(43,48,52)
#24282B
(36,40,43)
#1D2022
(29,32,34)
#161819
(22,24,25)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #55606A

#55606A
(85,96,106)
#646E77
(100,110,119)
#737C84
(115,124,132)
#828A91
(130,138,145)
#91989E
(145,152,158)
#A0A6AB
(160,166,171)
#AFB4B8
(175,180,184)
#BEC2C5
(190,194,197)
#CDD0D2
(205,208,210)
#DCDEDF
(220,222,223)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55606A; }

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

This text font color is #55606A.

Background Color

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

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

This div background color is #55606A.

Border color

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

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

This div border color is #55606A.

Opacity

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

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

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

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

This text has shadow with #55606A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55606A.

Preview

Color preview on black background

This text has color #55606A on black background.


Color preview on white background

This text has color #55606A on white background.


Black color preview on #55606A background

This text has black color on #55606A background.


White color preview on #55606A background

This text has white color on #55606A background.


Related colors

Complementary color

Complementary color for #hex is #AA9F95.


I love getcolorcode.com

Triadic colors

1 #6A5560 and #606A55 with #55606A are triadic colors.

2 #6A6055 and #60556A with #55606A are triadic colors.