COLOR #555661

HEX: #555661 RGB: (85,86,97)

Color info

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

RGB color model

#555661 color RGB value is (85,86,97).

RGB: (85,86,97) (33%, 34%, 38%)

RGB channels and saturation

R 85 of 255 = 33%
G 86 of 255 = 34%
B 97 of 255 = 38%

85
86
97

R + G + B ~ 35%. #555661 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 86 + 97 = 268 (100%)
R 85 of 268 ~ 31.72%
G 86 of 268 ~ 32.09%
B 97 of 268 ~ 36.19'%

%31.72
%32.09
%36.19

CMYK color model

#555661 color CMYK value is (12,11,0,62).

  • cyan value is 12.37%
  • magenta value is 11.34%
  • yellow value is 0.00%
  • key color value is 61.96%

CMYK: (12,11,0,62)
C12M11Y0K62 (12%, 11%, 0%, 62%)
(0.12 / 0.11 / 0.00 / 0.62)

CMYK percentages

%12.37
%11.34
%0
%61.96

Codes

Color #555661 in popluar color models

55 56 61
RGB 85 86 97
HSL 235° 6.59% 35.69%
HSB/HSV 235° 12.37% 38.04%
CMYK 12.37% 11.34% 0.00%
61.96%

Color #555661 in popluar number systems.

HEX 55 56 61
Decimal 85 86 97
Binary 1010101 1010110 1100001
Octal 125 126 141

Shades and tints

Shades of #555661

#555661
(85,86,97)
#4E4F59
(78,79,89)
#474851
(71,72,81)
#404149
(64,65,73)
#393A41
(57,58,65)
#323339
(50,51,57)
#2B2C31
(43,44,49)
#242529
(36,37,41)
#1D1E21
(29,30,33)
#161719
(22,23,25)
#0F1011
(15,16,17)
#000000
(0,0,0)

Tints of #555661

#555661
(85,86,97)
#64656F
(100,101,111)
#73747D
(115,116,125)
#82838B
(130,131,139)
#919299
(145,146,153)
#A0A1A7
(160,161,167)
#AFB0B5
(175,176,181)
#BEBFC3
(190,191,195)
#CDCED1
(205,206,209)
#DCDDDF
(220,221,223)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555661; }

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

This text font color is #555661.

Background Color

.myBgColor { background-color: #555661; }

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

This div background color is #555661.

Border color

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

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

This div border color is #555661.

Opacity

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

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

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

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

This text has shadow with #555661 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555661.

Preview

Color preview on black background

This text has color #555661 on black background.


Color preview on white background

This text has color #555661 on white background.


Black color preview on #555661 background

This text has black color on #555661 background.


White color preview on #555661 background

This text has white color on #555661 background.


Related colors

Complementary color

Complementary color for #hex is #AAA99E.


I love getcolorcode.com

Triadic colors

1 #615556 and #566155 with #555661 are triadic colors.

2 #615655 and #565561 with #555661 are triadic colors.