COLOR #555C6C

HEX: #555C6C RGB: (85,92,108)

Color info

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

RGB color model

#555C6C color RGB value is (85,92,108).

RGB: (85,92,108) (33%, 36%, 42%)

RGB channels and saturation

R 85 of 255 = 33%
G 92 of 255 = 36%
B 108 of 255 = 42%

85
92
108

R + G + B ~ 37%. #555C6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 92 + 108 = 285 (100%)
R 85 of 285 ~ 29.82%
G 92 of 285 ~ 32.28%
B 108 of 285 ~ 37.89'%

%29.82
%32.28
%37.89

CMYK color model

#555C6C color CMYK value is (21,15,0,58).

  • cyan value is 21.30%
  • magenta value is 14.81%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (21,15,0,58)
C21M15Y0K58 (21%, 15%, 0%, 58%)
(0.21 / 0.15 / 0.00 / 0.58)

CMYK percentages

%21.3
%14.81
%0
%57.65

Codes

Color #555C6C in popluar color models

55 5C 6C
RGB 85 92 108
HSL 222° 11.92% 37.84%
HSB/HSV 222° 21.30% 42.35%
CMYK 21.30% 14.81% 0.00%
57.65%

Color #555C6C in popluar number systems.

HEX 55 5C 6C
Decimal 85 92 108
Binary 1010101 1011100 1101100
Octal 125 134 154

Shades and tints

Shades of #555C6C

#555C6C
(85,92,108)
#4E5463
(78,84,99)
#474C5A
(71,76,90)
#404451
(64,68,81)
#393C48
(57,60,72)
#32343F
(50,52,63)
#2B2C36
(43,44,54)
#24242D
(36,36,45)
#1D1C24
(29,28,36)
#16141B
(22,20,27)
#0F0C12
(15,12,18)
#000000
(0,0,0)

Tints of #555C6C

#555C6C
(85,92,108)
#646A79
(100,106,121)
#737886
(115,120,134)
#828693
(130,134,147)
#9194A0
(145,148,160)
#A0A2AD
(160,162,173)
#AFB0BA
(175,176,186)
#BEBEC7
(190,190,199)
#CDCCD4
(205,204,212)
#DCDAE1
(220,218,225)
#EBE8EE
(235,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555C6C color. Also use rgb(85,92,108) instead hex code.

Text Font Color

.myTextColor { color: #555C6C; }

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

This text font color is #555C6C.

Background Color

.myBgColor { background-color: #555C6C; }

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

This div background color is #555C6C.

Border color

.myBorderColor { border: 1px solid #555C6C; }

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

This div border color is #555C6C.

Opacity

.myOpacity80 { color: #555C6C; opacity: 0.8; }

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

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

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

This text has shadow with #555C6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555C6C.

Preview

Color preview on black background

This text has color #555C6C on black background.


Color preview on white background

This text has color #555C6C on white background.


Black color preview on #555C6C background

This text has black color on #555C6C background.


White color preview on #555C6C background

This text has white color on #555C6C background.


Related colors

Complementary color

Complementary color for #hex is #AAA393.


I love getcolorcode.com

Triadic colors

1 #6C555C and #5C6C55 with #555C6C are triadic colors.

2 #6C5C55 and #5C556C with #555C6C are triadic colors.