COLOR #54556F

HEX: #54556F
RGB: (84,85,111)

Color info

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

RGB color model

#54556F color RGB value is (84,85,111).

  • red value is 84;
  • green value is 85;
  • blue value is 111.
RGB:
(84,85,111)
(33%,33%,44%)

RGB channels and saturation

R 84 of 255 = 33%
G 85 of 255 = 33%
B 111 of 255 = 44%

84
85
111

R + G + B ~ 37%. #54556F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 85 + 111 = 280 (100%)
R 84 of 280 ~ 30%
G 85 of 280 ~ 30.36%
B 111 of 280 ~ 39.64%

%30
%30.36
%39.64

CMYK color model

#54556F color CMYK value is (24,23,0,56).

  • cyan value is 24.32%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(24,23,0,56)
C24M23Y0K56 
(24%,23%,0%,56%)
(0.24/0.23/0.00/0.56)	

CMYK percentages

%24.32
%23.42
%0
%56.47

Codes

Color #54556F in popluar color models

54556F
RGB8485111
HSL238°13.85%38.24%
HSB/HSV238°24.32%43.53%
CMYK24.32%23.42%0.00%
56.47%

Color #54556F in popluar number systems.

HEX54556F
Decimal8485111
Binary101010010101011101111
Octal124125157

Shades and tints

Shades of #54556F

#54556F
(84,85,111)
#4D4E65
(77,78,101)
#46475B
(70,71,91)
#3F4051
(63,64,81)
#383947
(56,57,71)
#31323D
(49,50,61)
#2A2B33
(42,43,51)
#232429
(35,36,41)
#1C1D1F
(28,29,31)
#151615
(21,22,21)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #54556F

#54556F
(84,85,111)
#63647C
(99,100,124)
#727389
(114,115,137)
#818296
(129,130,150)
#9091A3
(144,145,163)
#9FA0B0
(159,160,176)
#AEAFBD
(174,175,189)
#BDBECA
(189,190,202)
#CCCDD7
(204,205,215)
#DBDCE4
(219,220,228)
#EAEBF1
(234,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54556F color. Also use rgb(84,85,111) instead hex code.

Text Font Color

.myTextColor { color: #54556F; }

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

This text font color is #54556F.


Background Color

.myBgColor { background-color: #54556F; }

<div style="background-color:#54556F">Inner text</div>

This div background color is #54556F.


Border color

.myBorderColor { border: 1px solid #54556F; }

<div style="border:3px solid #54556F">Div</div>

This div border color is #54556F.


Opacity

.myOpacity80 { color: #54556F; opacity: 0.8; }

<p style="color:#54556F;opacity:0.8;">80%</p>

Text with #54556F 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 #54556F;}

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

This text has shadow with #54556F color.

.textShadow {text-shadow: 3px 3px 1px #54556F, 3px 3px 1px red;}

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

This text has shadow with #54556F primary color and red secondary color.


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

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

This text has shadow with #54556F and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #54556F;
-webkit-box-shadow: 1px 1px 3px 2px #54556F;
box-shadow:1px 1px 3px 2px #54556F;">
Div content here</div>
This div box has shadow with color #54556F.

Preview

Color preview on black background

This text has color #54556F on black background.


Color preview on white background

This text has color #54556F on white background.



Black color preview on #54556F background

This text has black color on #54556F background.


White color preview on #54556F background

This text has white color on #54556F background.