COLOR #55666B

HEX: #55666B RGB: (85,102,107)

Color info

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

RGB color model

#55666B color RGB value is (85,102,107).

RGB: (85,102,107) (33%, 40%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 102 of 255 = 40%
B 107 of 255 = 42%

85
102
107

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

Portions of RGB colors in percentages

R + G + B = 85 + 102 + 107 = 294 (100%)
R 85 of 294 ~ 28.91%
G 102 of 294 ~ 34.69%
B 107 of 294 ~ 36.39'%

%28.91
%34.69
%36.39

CMYK color model

#55666B color CMYK value is (21,5,0,58).

  • cyan value is 20.56%
  • magenta value is 4.67%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK: (21,5,0,58) C21M5Y0K58 (21%,5%,0%,58%) (0.21/0.05/0.00/0.58) 

CMYK percentages

%20.56
%4.67
%0
%58.04

Codes

Color #55666B in popluar color models

55 66 6B
RGB 85 102 107
HSL 194° 11.46% 37.65%
HSB/HSV 194° 20.56% 41.96%
CMYK 20.56% 4.67% 0.00%
58.04%

Color #55666B in popluar number systems.

HEX 55 66 6B
Decimal 85 102 107
Binary 1010101 1100110 1101011
Octal 125 146 153

Shades and tints

Shades of #55666B

#55666B
(85,102,107)
#4E5D62
(78,93,98)
#475459
(71,84,89)
#404B50
(64,75,80)
#394247
(57,66,71)
#32393E
(50,57,62)
#2B3035
(43,48,53)
#24272C
(36,39,44)
#1D1E23
(29,30,35)
#16151A
(22,21,26)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #55666B

#55666B
(85,102,107)
#647378
(100,115,120)
#738085
(115,128,133)
#828D92
(130,141,146)
#919A9F
(145,154,159)
#A0A7AC
(160,167,172)
#AFB4B9
(175,180,185)
#BEC1C6
(190,193,198)
#CDCED3
(205,206,211)
#DCDBE0
(220,219,224)
#EBE8ED
(235,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55666B color. Also use rgb(85,102,107) instead hex code.

Text Font Color

.myTextColor { color: #55666B; }

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

This text font color is #55666B.

Background Color

.myBgColor { background-color: #55666B; }

<div style="background-color:#55666B">Inner text</div>

This div background color is #55666B.

Border color

.myBorderColor { border: 1px solid #55666B; }

<div style="border:3px solid #55666B">Div</div>

This div border color is #55666B.

Opacity

.myOpacity80 { color: #55666B; opacity: 0.8; }

<p style="color:#55666B;opacity:0.8;">80%</p>

Text with #55666B 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 #55666B;}

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

This text has shadow with #55666B color.


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

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

This text has shadow with #55666B primary color and red secondary color.


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

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

This text has shadow with #55666B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55666B.

Preview

Color preview on black background

This text has color #55666B on black background.


Color preview on white background

This text has color #55666B on white background.


Black color preview on #55666B background

This text has black color on #55666B background.


White color preview on #55666B background

This text has white color on #55666B background.


Related colors

Complementary color

Complementary color for #hex is #AA9994.


I love getcolorcode.com

Triadic colors

1 #6B5566 and #666B55 with #55666B are triadic colors.

2 #6B6655 and #66556B with #55666B are triadic colors.