COLOR #54567B

HEX: #54567B RGB: (84,86,123)

Color info

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

RGB color model

#54567B color RGB value is (84,86,123).

RGB: (84,86,123) (33%, 34%, 48%)

RGB channels and saturation

R 84 of 255 = 33%
G 86 of 255 = 34%
B 123 of 255 = 48%

84
86
123

R + G + B ~ 38%. #54567B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 84 + 86 + 123 = 293 (100%)
R 84 of 293 ~ 28.67%
G 86 of 293 ~ 29.35%
B 123 of 293 ~ 41.98'%

%28.67
%29.35
%41.98

CMYK color model

#54567B color CMYK value is (32,30,0,52).

  • cyan value is 31.71%
  • magenta value is 30.08%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (32,30,0,52)
C32M30Y0K52 (32%, 30%, 0%, 52%)
(0.32 / 0.30 / 0.00 / 0.52)

CMYK percentages

%31.71
%30.08
%0
%51.76

Codes

Color #54567B in popluar color models

54 56 7B
RGB 84 86 123
HSL 237° 18.84% 40.59%
HSB/HSV 237° 31.71% 48.24%
CMYK 31.71% 30.08% 0.00%
51.76%

Color #54567B in popluar number systems.

HEX 54 56 7B
Decimal 84 86 123
Binary 1010100 1010110 1111011
Octal 124 126 173

Shades and tints

Shades of #54567B

#54567B
(84,86,123)
#4D4F70
(77,79,112)
#464865
(70,72,101)
#3F415A
(63,65,90)
#383A4F
(56,58,79)
#313344
(49,51,68)
#2A2C39
(42,44,57)
#23252E
(35,37,46)
#1C1E23
(28,30,35)
#151718
(21,23,24)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #54567B

#54567B
(84,86,123)
#636587
(99,101,135)
#727493
(114,116,147)
#81839F
(129,131,159)
#9092AB
(144,146,171)
#9FA1B7
(159,161,183)
#AEB0C3
(174,176,195)
#BDBFCF
(189,191,207)
#CCCEDB
(204,206,219)
#DBDDE7
(219,221,231)
#EAECF3
(234,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54567B color. Also use rgb(84,86,123) instead hex code.

Text Font Color

.myTextColor { color: #54567B; }

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

This text font color is #54567B.

Background Color

.myBgColor { background-color: #54567B; }

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

This div background color is #54567B.

Border color

.myBorderColor { border: 1px solid #54567B; }

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

This div border color is #54567B.

Opacity

.myOpacity80 { color: #54567B; opacity: 0.8; }

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

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

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

This text has shadow with #54567B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54567B.

Preview

Color preview on black background

This text has color #54567B on black background.


Color preview on white background

This text has color #54567B on white background.


Black color preview on #54567B background

This text has black color on #54567B background.


White color preview on #54567B background

This text has white color on #54567B background.


Related colors

Complementary color

Complementary color for #hex is #ABA984.


I love getcolorcode.com

Triadic colors

1 #7B5456 and #567B54 with #54567B are triadic colors.

2 #7B5654 and #56547B with #54567B are triadic colors.