COLOR #54555E

HEX: #54555E RGB: (84,85,94)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

84
85
94

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

Portions of RGB colors in percentages

R + G + B = 84 + 85 + 94 = 263 (100%)
R 84 of 263 ~ 31.94%
G 85 of 263 ~ 32.32%
B 94 of 263 ~ 35.74'%

%31.94
%32.32
%35.74

CMYK color model

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

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

CMYK: (11,10,0,63)
C11M10Y0K63 (11%, 10%, 0%, 63%)
(0.11 / 0.10 / 0.00 / 0.63)

CMYK percentages

%10.64
%9.57
%0
%63.14

Codes

Color #54555E in popluar color models

54 55 5E
RGB 84 85 94
HSL 234° 5.62% 34.90%
HSB/HSV 234° 10.64% 36.86%
CMYK 10.64% 9.57% 0.00%
63.14%

Color #54555E in popluar number systems.

HEX 54 55 5E
Decimal 84 85 94
Binary 1010100 1010101 1011110
Octal 124 125 136

Shades and tints

Shades of #54555E

#54555E
(84,85,94)
#4D4E56
(77,78,86)
#46474E
(70,71,78)
#3F4046
(63,64,70)
#38393E
(56,57,62)
#313236
(49,50,54)
#2A2B2E
(42,43,46)
#232426
(35,36,38)
#1C1D1E
(28,29,30)
#151616
(21,22,22)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #54555E

#54555E
(84,85,94)
#63646C
(99,100,108)
#72737A
(114,115,122)
#818288
(129,130,136)
#909196
(144,145,150)
#9FA0A4
(159,160,164)
#AEAFB2
(174,175,178)
#BDBEC0
(189,190,192)
#CCCDCE
(204,205,206)
#DBDCDC
(219,220,220)
#EAEBEA
(234,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54555E; }

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

This text font color is #54555E.

Background Color

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

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

This div background color is #54555E.

Border color

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

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

This div border color is #54555E.

Opacity

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

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

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

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

This text has shadow with #54555E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54555E.

Preview

Color preview on black background

This text has color #54555E on black background.


Color preview on white background

This text has color #54555E on white background.


Black color preview on #54555E background

This text has black color on #54555E background.


White color preview on #54555E background

This text has white color on #54555E background.


Related colors

Complementary color

Complementary color for #hex is #ABAAA1.


I love getcolorcode.com

Triadic colors

1 #5E5455 and #555E54 with #54555E are triadic colors.

2 #5E5554 and #55545E with #54555E are triadic colors.