COLOR #54565D

HEX: #54565D RGB: (84,86,93)

Color info

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

RGB color model

#54565D color RGB value is (84,86,93).

RGB: (84,86,93) (33%, 34%, 36%)

RGB channels and saturation

R 84 of 255 = 33%
G 86 of 255 = 34%
B 93 of 255 = 36%

84
86
93

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

Portions of RGB colors in percentages

R + G + B = 84 + 86 + 93 = 263 (100%)
R 84 of 263 ~ 31.94%
G 86 of 263 ~ 32.7%
B 93 of 263 ~ 35.36'%

%31.94
%32.7
%35.36

CMYK color model

#54565D color CMYK value is (10,8,0,64).

  • cyan value is 9.68%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (10,8,0,64)
C10M8Y0K64 (10%, 8%, 0%, 64%)
(0.10 / 0.08 / 0.00 / 0.64)

CMYK percentages

%9.68
%7.53
%0
%63.53

Codes

Color #54565D in popluar color models

54 56 5D
RGB 84 86 93
HSL 227° 5.08% 34.71%
HSB/HSV 227° 9.68% 36.47%
CMYK 9.68% 7.53% 0.00%
63.53%

Color #54565D in popluar number systems.

HEX 54 56 5D
Decimal 84 86 93
Binary 1010100 1010110 1011101
Octal 124 126 135

Shades and tints

Shades of #54565D

#54565D
(84,86,93)
#4D4F55
(77,79,85)
#46484D
(70,72,77)
#3F4145
(63,65,69)
#383A3D
(56,58,61)
#313335
(49,51,53)
#2A2C2D
(42,44,45)
#232525
(35,37,37)
#1C1E1D
(28,30,29)
#151715
(21,23,21)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #54565D

#54565D
(84,86,93)
#63656B
(99,101,107)
#727479
(114,116,121)
#818387
(129,131,135)
#909295
(144,146,149)
#9FA1A3
(159,161,163)
#AEB0B1
(174,176,177)
#BDBFBF
(189,191,191)
#CCCECD
(204,206,205)
#DBDDDB
(219,221,219)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54565D color. Also use rgb(84,86,93) instead hex code.

Text Font Color

.myTextColor { color: #54565D; }

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

This text font color is #54565D.

Background Color

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

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

This div background color is #54565D.

Border color

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

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

This div border color is #54565D.

Opacity

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

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

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

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

This text has shadow with #54565D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54565D.

Preview

Color preview on black background

This text has color #54565D on black background.


Color preview on white background

This text has color #54565D on white background.


Black color preview on #54565D background

This text has black color on #54565D background.


White color preview on #54565D background

This text has white color on #54565D background.


Related colors

Complementary color

Complementary color for #hex is #ABA9A2.


I love getcolorcode.com

Triadic colors

1 #5D5456 and #565D54 with #54565D are triadic colors.

2 #5D5654 and #56545D with #54565D are triadic colors.