COLOR #55555E

HEX: #55555E RGB: (85,85,94)

Color info

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

RGB color model

#55555E color RGB value is (85,85,94).

RGB: (85,85,94) (33%, 33%, 37%)

RGB channels and saturation

R 85 of 255 = 33%
G 85 of 255 = 33%
B 94 of 255 = 37%

85
85
94

R + G + B ~ 34%. #55555E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 85 + 85 + 94 = 264 (100%)
R 85 of 264 ~ 32.2%
G 85 of 264 ~ 32.2%
B 94 of 264 ~ 35.61'%

%32.2
%32.2
%35.61

CMYK color model

#55555E color CMYK value is (10,10,0,63).

  • cyan value is 9.57%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (10,10,0,63)
C10M10Y0K63 (10%, 10%, 0%, 63%)
(0.10 / 0.10 / 0.00 / 0.63)

CMYK percentages

%9.57
%9.57
%0
%63.14

Codes

Color #55555E in popluar color models

55 55 5E
RGB 85 85 94
HSL 240° 5.03% 35.10%
HSB/HSV 240° 9.57% 36.86%
CMYK 9.57% 9.57% 0.00%
63.14%

Color #55555E in popluar number systems.

HEX 55 55 5E
Decimal 85 85 94
Binary 1010101 1010101 1011110
Octal 125 125 136

Shades and tints

Shades of #55555E

#55555E
(85,85,94)
#4E4E56
(78,78,86)
#47474E
(71,71,78)
#404046
(64,64,70)
#39393E
(57,57,62)
#323236
(50,50,54)
#2B2B2E
(43,43,46)
#242426
(36,36,38)
#1D1D1E
(29,29,30)
#161616
(22,22,22)
#0F0F0E
(15,15,14)
#000000
(0,0,0)

Tints of #55555E

#55555E
(85,85,94)
#64646C
(100,100,108)
#73737A
(115,115,122)
#828288
(130,130,136)
#919196
(145,145,150)
#A0A0A4
(160,160,164)
#AFAFB2
(175,175,178)
#BEBEC0
(190,190,192)
#CDCDCE
(205,205,206)
#DCDCDC
(220,220,220)
#EBEBEA
(235,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55555E color. Also use rgb(85,85,94) instead hex code.

Text Font Color

.myTextColor { color: #55555E; }

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

This text font color is #55555E.

Background Color

.myBgColor { background-color: #55555E; }

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

This div background color is #55555E.

Border color

.myBorderColor { border: 1px solid #55555E; }

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

This div border color is #55555E.

Opacity

.myOpacity80 { color: #55555E; opacity: 0.8; }

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

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

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

This text has shadow with #55555E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55555E.

Preview

Color preview on black background

This text has color #55555E on black background.


Color preview on white background

This text has color #55555E on white background.


Black color preview on #55555E background

This text has black color on #55555E background.


White color preview on #55555E background

This text has white color on #55555E background.


Related colors

Complementary color

Complementary color for #hex is #AAAAA1.


I love getcolorcode.com