COLOR #555B54

HEX: #555B54 RGB: (85,91,84)

Color info

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

RGB color model

#555B54 color RGB value is (85,91,84).

RGB: (85,91,84) (33%, 36%, 33%)

RGB channels and saturation

R 85 of 255 = 33%
G 91 of 255 = 36%
B 84 of 255 = 33%

85
91
84

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

Portions of RGB colors in percentages

R + G + B = 85 + 91 + 84 = 260 (100%)
R 85 of 260 ~ 32.69%
G 91 of 260 ~ 35%
B 84 of 260 ~ 32.31'%

%32.69
%35
%32.31

CMYK color model

#555B54 color CMYK value is (7,0,8,64).

  • cyan value is 6.59%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 64.31%

CMYK: (7,0,8,64)
C7M0Y8K64 (7%, 0%, 8%, 64%)
(0.07 / 0.00 / 0.08 / 0.64)

CMYK percentages

%6.59
%0
%7.69
%64.31

Codes

Color #555B54 in popluar color models

55 5B 54
RGB 85 91 84
HSL 111° 4.00% 34.31%
HSB/HSV 111° 7.69% 35.69%
CMYK 6.59% 0.00% 7.69%
64.31%

Color #555B54 in popluar number systems.

HEX 55 5B 54
Decimal 85 91 84
Binary 1010101 1011011 1010100
Octal 125 133 124

Shades and tints

Shades of #555B54

#555B54
(85,91,84)
#4E534D
(78,83,77)
#474B46
(71,75,70)
#40433F
(64,67,63)
#393B38
(57,59,56)
#323331
(50,51,49)
#2B2B2A
(43,43,42)
#242323
(36,35,35)
#1D1B1C
(29,27,28)
#161315
(22,19,21)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #555B54

#555B54
(85,91,84)
#646963
(100,105,99)
#737772
(115,119,114)
#828581
(130,133,129)
#919390
(145,147,144)
#A0A19F
(160,161,159)
#AFAFAE
(175,175,174)
#BEBDBD
(190,189,189)
#CDCBCC
(205,203,204)
#DCD9DB
(220,217,219)
#EBE7EA
(235,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #555B54; }

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

This text font color is #555B54.

Background Color

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

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

This div background color is #555B54.

Border color

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

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

This div border color is #555B54.

Opacity

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

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

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

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

This text has shadow with #555B54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #555B54.

Preview

Color preview on black background

This text has color #555B54 on black background.


Color preview on white background

This text has color #555B54 on white background.


Black color preview on #555B54 background

This text has black color on #555B54 background.


White color preview on #555B54 background

This text has white color on #555B54 background.


Related colors

Complementary color

Complementary color for #hex is #AAA4AB.


I love getcolorcode.com

Triadic colors

1 #54555B and #5B5455 with #555B54 are triadic colors.

2 #545B55 and #5B5554 with #555B54 are triadic colors.