COLOR #54566C

HEX: #54566C RGB: (84,86,108)

Color info

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

RGB color model

#54566C color RGB value is (84,86,108).

RGB: (84,86,108) (33%, 34%, 42%)

RGB channels and saturation

R 84 of 255 = 33%
G 86 of 255 = 34%
B 108 of 255 = 42%

84
86
108

R + G + B ~ 36%. #54566C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 86 + 108 = 278 (100%)
R 84 of 278 ~ 30.22%
G 86 of 278 ~ 30.94%
B 108 of 278 ~ 38.85'%

%30.22
%30.94
%38.85

CMYK color model

#54566C color CMYK value is (22,20,0,58).

  • cyan value is 22.22%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (22,20,0,58)
C22M20Y0K58 (22%, 20%, 0%, 58%)
(0.22 / 0.20 / 0.00 / 0.58)

CMYK percentages

%22.22
%20.37
%0
%57.65

Codes

Color #54566C in popluar color models

54 56 6C
RGB 84 86 108
HSL 235° 12.50% 37.65%
HSB/HSV 235° 22.22% 42.35%
CMYK 22.22% 20.37% 0.00%
57.65%

Color #54566C in popluar number systems.

HEX 54 56 6C
Decimal 84 86 108
Binary 1010100 1010110 1101100
Octal 124 126 154

Shades and tints

Shades of #54566C

#54566C
(84,86,108)
#4D4F63
(77,79,99)
#46485A
(70,72,90)
#3F4151
(63,65,81)
#383A48
(56,58,72)
#31333F
(49,51,63)
#2A2C36
(42,44,54)
#23252D
(35,37,45)
#1C1E24
(28,30,36)
#15171B
(21,23,27)
#0E1012
(14,16,18)
#000000
(0,0,0)

Tints of #54566C

#54566C
(84,86,108)
#636579
(99,101,121)
#727486
(114,116,134)
#818393
(129,131,147)
#9092A0
(144,146,160)
#9FA1AD
(159,161,173)
#AEB0BA
(174,176,186)
#BDBFC7
(189,191,199)
#CCCED4
(204,206,212)
#DBDDE1
(219,221,225)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54566C color. Also use rgb(84,86,108) instead hex code.

Text Font Color

.myTextColor { color: #54566C; }

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

This text font color is #54566C.

Background Color

.myBgColor { background-color: #54566C; }

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

This div background color is #54566C.

Border color

.myBorderColor { border: 1px solid #54566C; }

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

This div border color is #54566C.

Opacity

.myOpacity80 { color: #54566C; opacity: 0.8; }

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

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

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

This text has shadow with #54566C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54566C.

Preview

Color preview on black background

This text has color #54566C on black background.


Color preview on white background

This text has color #54566C on white background.


Black color preview on #54566C background

This text has black color on #54566C background.


White color preview on #54566C background

This text has white color on #54566C background.


Related colors

Complementary color

Complementary color for #hex is #ABA993.


I love getcolorcode.com

Triadic colors

1 #6C5456 and #566C54 with #54566C are triadic colors.

2 #6C5654 and #56546C with #54566C are triadic colors.