COLOR #55556D

HEX: #55556D RGB: (85,85,109)

Color info

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

RGB color model

#55556D color RGB value is (85,85,109).

RGB: (85,85,109) (33%, 33%, 43%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 109 of 255 = 43%

85
85
109

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

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 109 = 279 (100%)
R 85 of 279 ~ 30.47%
G 85 of 279 ~ 30.47%
B 109 of 279 ~ 39.07'%

%30.47
%30.47
%39.07

CMYK color model

#55556D color CMYK value is (22,22,0,57).

  • cyan value is 22.02%
  • magenta value is 22.02%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (22,22,0,57)
C22M22Y0K57 (22%, 22%, 0%, 57%)
(0.22 / 0.22 / 0.00 / 0.57)

CMYK percentages

%22.02
%22.02
%0
%57.25

Codes

Color #55556D in popluar color models

55 55 6D
RGB 85 85 109
HSL 240° 12.37% 38.04%
HSB/HSV 240° 22.02% 42.75%
CMYK 22.02% 22.02% 0.00%
57.25%

Color #55556D in popluar number systems.

HEX 55 55 6D
Decimal 85 85 109
Binary 1010101 1010101 1101101
Octal 125 125 155

Shades and tints

Shades of #55556D

#55556D
(85,85,109)
#4E4E64
(78,78,100)
#47475B
(71,71,91)
#404052
(64,64,82)
#393949
(57,57,73)
#323240
(50,50,64)
#2B2B37
(43,43,55)
#24242E
(36,36,46)
#1D1D25
(29,29,37)
#16161C
(22,22,28)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #55556D

#55556D
(85,85,109)
#64647A
(100,100,122)
#737387
(115,115,135)
#828294
(130,130,148)
#9191A1
(145,145,161)
#A0A0AE
(160,160,174)
#AFAFBB
(175,175,187)
#BEBEC8
(190,190,200)
#CDCDD5
(205,205,213)
#DCDCE2
(220,220,226)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55556D color. Also use rgb(85,85,109) instead hex code.

Text Font Color

.myTextColor { color: #55556D; }

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

This text font color is #55556D.

Background Color

.myBgColor { background-color: #55556D; }

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

This div background color is #55556D.

Border color

.myBorderColor { border: 1px solid #55556D; }

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

This div border color is #55556D.

Opacity

.myOpacity80 { color: #55556D; opacity: 0.8; }

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

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

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

This text has shadow with #55556D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55556D.

Preview

Color preview on black background

This text has color #55556D on black background.


Color preview on white background

This text has color #55556D on white background.


Black color preview on #55556D background

This text has black color on #55556D background.


White color preview on #55556D background

This text has white color on #55556D background.


Related colors

Complementary color

Complementary color for #hex is #AAAA92.


I love getcolorcode.com