COLOR #555954

HEX: #555954 RGB: (85,89,84)

Color info

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

RGB color model

#555954 color RGB value is (85,89,84).

RGB: (85,89,84) (33%, 35%, 33%)

RGB channels and saturation

R 85 of 255 = 33%
G 89 of 255 = 35%
B 84 of 255 = 33%

85
89
84

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

Portions of RGB colors in percentages

R + G + B = 85 + 89 + 84 = 258 (100%)
R 85 of 258 ~ 32.95%
G 89 of 258 ~ 34.5%
B 84 of 258 ~ 32.56'%

%32.95
%34.5
%32.56

CMYK color model

#555954 color CMYK value is (4,0,6,65).

  • cyan value is 4.49%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 65.10%

CMYK: (4,0,6,65)
C4M0Y6K65 (4%, 0%, 6%, 65%)
(0.04 / 0.00 / 0.06 / 0.65)

CMYK percentages

%4.49
%0
%5.62
%65.1

Codes

Color #555954 in popluar color models

55 59 54
RGB 85 89 84
HSL 108° 2.89% 33.92%
HSB/HSV 108° 5.62% 34.90%
CMYK 4.49% 0.00% 5.62%
65.10%

Color #555954 in popluar number systems.

HEX 55 59 54
Decimal 85 89 84
Binary 1010101 1011001 1010100
Octal 125 131 124

Shades and tints

Shades of #555954

#555954
(85,89,84)
#4E514D
(78,81,77)
#474946
(71,73,70)
#40413F
(64,65,63)
#393938
(57,57,56)
#323131
(50,49,49)
#2B292A
(43,41,42)
#242123
(36,33,35)
#1D191C
(29,25,28)
#161115
(22,17,21)
#0F090E
(15,9,14)
#000000
(0,0,0)

Tints of #555954

#555954
(85,89,84)
#646863
(100,104,99)
#737772
(115,119,114)
#828681
(130,134,129)
#919590
(145,149,144)
#A0A49F
(160,164,159)
#AFB3AE
(175,179,174)
#BEC2BD
(190,194,189)
#CDD1CC
(205,209,204)
#DCE0DB
(220,224,219)
#EBEFEA
(235,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #555954 color. Also use rgb(85,89,84) instead hex code.

Text Font Color

.myTextColor { color: #555954; }

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

This text font color is #555954.

Background Color

.myBgColor { background-color: #555954; }

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

This div background color is #555954.

Border color

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

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

This div border color is #555954.

Opacity

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

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

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

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

This text has shadow with #555954 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555954.

Preview

Color preview on black background

This text has color #555954 on black background.


Color preview on white background

This text has color #555954 on white background.


Black color preview on #555954 background

This text has black color on #555954 background.


White color preview on #555954 background

This text has white color on #555954 background.


Related colors

Complementary color

Complementary color for #hex is #AAA6AB.


I love getcolorcode.com

Triadic colors

1 #545559 and #595455 with #555954 are triadic colors.

2 #545955 and #595554 with #555954 are triadic colors.