COLOR #555667

HEX: #555667 RGB: (85,86,103)

Color info

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

RGB color model

#555667 color RGB value is (85,86,103).

RGB: (85,86,103) (33%, 34%, 40%)

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 103 of 255 = 40%

85
86
103

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

Portions of RGB colors in percentages

R + G + B = 85 + 86 + 103 = 274 (100%)
R 85 of 274 ~ 31.02%
G 86 of 274 ~ 31.39%
B 103 of 274 ~ 37.59'%

%31.02
%31.39
%37.59

CMYK color model

#555667 color CMYK value is (17,17,0,60).

  • cyan value is 17.48%
  • magenta value is 16.50%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK: (17,17,0,60) C17M17Y0K60 (17%,17%,0%,60%) (0.17/0.17/0.00/0.60) 

CMYK percentages

%17.48
%16.5
%0
%59.61

Codes

Color #555667 in popluar color models

55 56 67
RGB 85 86 103
HSL 237° 9.57% 36.86%
HSB/HSV 237° 17.48% 40.39%
CMYK 17.48% 16.50% 0.00%
59.61%

Color #555667 in popluar number systems.

HEX 55 56 67
Decimal 85 86 103
Binary 1010101 1010110 1100111
Octal 125 126 147

Shades and tints

Shades of #555667

#555667
(85,86,103)
#4E4F5E
(78,79,94)
#474855
(71,72,85)
#40414C
(64,65,76)
#393A43
(57,58,67)
#32333A
(50,51,58)
#2B2C31
(43,44,49)
#242528
(36,37,40)
#1D1E1F
(29,30,31)
#161716
(22,23,22)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #555667

#555667
(85,86,103)
#646574
(100,101,116)
#737481
(115,116,129)
#82838E
(130,131,142)
#91929B
(145,146,155)
#A0A1A8
(160,161,168)
#AFB0B5
(175,176,181)
#BEBFC2
(190,191,194)
#CDCECF
(205,206,207)
#DCDDDC
(220,221,220)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555667; }

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

This text font color is #555667.

Background Color

.myBgColor { background-color: #555667; }

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

This div background color is #555667.

Border color

.myBorderColor { border: 1px solid #555667; }

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

This div border color is #555667.

Opacity

.myOpacity80 { color: #555667; opacity: 0.8; }

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

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

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

This text has shadow with #555667 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555667.

Preview

Color preview on black background

This text has color #555667 on black background.


Color preview on white background

This text has color #555667 on white background.


Black color preview on #555667 background

This text has black color on #555667 background.


White color preview on #555667 background

This text has white color on #555667 background.


Related colors

Complementary color

Complementary color for #hex is #AAA998.


I love getcolorcode.com

Triadic colors

1 #675556 and #566755 with #555667 are triadic colors.

2 #675655 and #565567 with #555667 are triadic colors.