COLOR #555D6C

HEX: #555D6C RGB: (85,93,108)

Color info

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

RGB color model

#555D6C color RGB value is (85,93,108).

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

RGB channels and saturation

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

85
93
108

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

Portions of RGB colors in percentages

R + G + B = 85 + 93 + 108 = 286 (100%)
R 85 of 286 ~ 29.72%
G 93 of 286 ~ 32.52%
B 108 of 286 ~ 37.76'%

%29.72
%32.52
%37.76

CMYK color model

#555D6C color CMYK value is (21,14,0,58).

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

CMYK: (21,14,0,58)
C21M14Y0K58 (21%, 14%, 0%, 58%)
(0.21 / 0.14 / 0.00 / 0.58)

CMYK percentages

%21.3
%13.89
%0
%57.65

Codes

Color #555D6C in popluar color models

55 5D 6C
RGB 85 93 108
HSL 219° 11.92% 37.84%
HSB/HSV 219° 21.30% 42.35%
CMYK 21.30% 13.89% 0.00%
57.65%

Color #555D6C in popluar number systems.

HEX 55 5D 6C
Decimal 85 93 108
Binary 1010101 1011101 1101100
Octal 125 135 154

Shades and tints

Shades of #555D6C

#555D6C
(85,93,108)
#4E5563
(78,85,99)
#474D5A
(71,77,90)
#404551
(64,69,81)
#393D48
(57,61,72)
#32353F
(50,53,63)
#2B2D36
(43,45,54)
#24252D
(36,37,45)
#1D1D24
(29,29,36)
#16151B
(22,21,27)
#0F0D12
(15,13,18)
#000000
(0,0,0)

Tints of #555D6C

#555D6C
(85,93,108)
#646B79
(100,107,121)
#737986
(115,121,134)
#828793
(130,135,147)
#9195A0
(145,149,160)
#A0A3AD
(160,163,173)
#AFB1BA
(175,177,186)
#BEBFC7
(190,191,199)
#CDCDD4
(205,205,212)
#DCDBE1
(220,219,225)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555D6C; }

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

This text font color is #555D6C.

Background Color

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

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

This div background color is #555D6C.

Border color

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

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

This div border color is #555D6C.

Opacity

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

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

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

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

This text has shadow with #555D6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555D6C.

Preview

Color preview on black background

This text has color #555D6C on black background.


Color preview on white background

This text has color #555D6C on white background.


Black color preview on #555D6C background

This text has black color on #555D6C background.


White color preview on #555D6C background

This text has white color on #555D6C background.


Related colors

Complementary color

Complementary color for #hex is #AAA293.


I love getcolorcode.com

Triadic colors

1 #6C555D and #5D6C55 with #555D6C are triadic colors.

2 #6C5D55 and #5D556C with #555D6C are triadic colors.