COLOR #54517F

HEX: #54517F
RGB: (84,81,127)

Color info

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

RGB color model

#54517F color RGB value is (84,81,127).

  • red value is 84;
  • green value is 81;
  • blue value is 127.
RGB:
(84,81,127)
(33%,32%,50%)

RGB channels and saturation

R 84 of 255 = 33%
G 81 of 255 = 32%
B 127 of 255 = 50%

84
81
127

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

Portions of RGB colors in percentages

R + G + B =
84 + 81 + 127 = 292 (100%)
R 84 of 292 ~ 28.77%
G 81 of 292 ~ 27.74%
B 127 of 292 ~ 43.49%

%28.77
%27.74
%43.49

CMYK color model

#54517F color CMYK value is (34,36,0,50).

  • cyan value is 33.86%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(34,36,0,50)
C34M36Y0K50 
(34%,36%,0%,50%)
(0.34/0.36/0.00/0.50)	

CMYK percentages

%33.86
%36.22
%0
%50.2

Codes

Color #54517F in popluar color models

54517F
RGB8481127
HSL244°22.12%40.78%
HSB/HSV244°36.22%49.80%
CMYK33.86%36.22%0.00%
50.20%

Color #54517F in popluar number systems.

HEX54517F
Decimal8481127
Binary101010010100011111111
Octal124121177

Shades and tints

Shades of #54517F

#54517F
(84,81,127)
#4D4A74
(77,74,116)
#464369
(70,67,105)
#3F3C5E
(63,60,94)
#383553
(56,53,83)
#312E48
(49,46,72)
#2A273D
(42,39,61)
#232032
(35,32,50)
#1C1927
(28,25,39)
#15121C
(21,18,28)
#0E0B11
(14,11,17)
#000000
(0,0,0)

Tints of #54517F

#54517F
(84,81,127)
#63608A
(99,96,138)
#726F95
(114,111,149)
#817EA0
(129,126,160)
#908DAB
(144,141,171)
#9F9CB6
(159,156,182)
#AEABC1
(174,171,193)
#BDBACC
(189,186,204)
#CCC9D7
(204,201,215)
#DBD8E2
(219,216,226)
#EAE7ED
(234,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54517F color. Also use rgb(84,81,127) instead hex code.

Text Font Color

.myTextColor { color: #54517F; }

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

This text font color is #54517F.


Background Color

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

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

This div background color is #54517F.


Border color

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

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

This div border color is #54517F.


Opacity

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

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

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

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

This text has shadow with #54517F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54517F on black background.


Color preview on white background

This text has color #54517F on white background.



Black color preview on #54517F background

This text has black color on #54517F background.


White color preview on #54517F background

This text has white color on #54517F background.