COLOR #54507F

HEX: #54507F RGB: (84,80,127)

Color info

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

RGB color model

#54507F color RGB value is (84,80,127).

RGB: (84,80,127) (33%, 31%, 50%)

RGB channels and saturation

R 84 of 255 = 33%
G 80 of 255 = 31%
B 127 of 255 = 50%

84
80
127

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

Portions of RGB colors in percentages

R + G + B = 84 + 80 + 127 = 291 (100%)
R 84 of 291 ~ 28.87%
G 80 of 291 ~ 27.49%
B 127 of 291 ~ 43.64'%

%28.87
%27.49
%43.64

CMYK color model

#54507F color CMYK value is (34,37,0,50).

  • cyan value is 33.86%
  • magenta value is 37.01%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (34,37,0,50)
C34M37Y0K50 (34%, 37%, 0%, 50%)
(0.34 / 0.37 / 0.00 / 0.50)

CMYK percentages

%33.86
%37.01
%0
%50.2

Codes

Color #54507F in popluar color models

54 50 7F
RGB 84 80 127
HSL 245° 22.71% 40.59%
HSB/HSV 245° 37.01% 49.80%
CMYK 33.86% 37.01% 0.00%
50.20%

Color #54507F in popluar number systems.

HEX 54 50 7F
Decimal 84 80 127
Binary 1010100 1010000 1111111
Octal 124 120 177

Shades and tints

Shades of #54507F

#54507F
(84,80,127)
#4D4974
(77,73,116)
#464269
(70,66,105)
#3F3B5E
(63,59,94)
#383453
(56,52,83)
#312D48
(49,45,72)
#2A263D
(42,38,61)
#231F32
(35,31,50)
#1C1827
(28,24,39)
#15111C
(21,17,28)
#0E0A11
(14,10,17)
#000000
(0,0,0)

Tints of #54507F

#54507F
(84,80,127)
#635F8A
(99,95,138)
#726E95
(114,110,149)
#817DA0
(129,125,160)
#908CAB
(144,140,171)
#9F9BB6
(159,155,182)
#AEAAC1
(174,170,193)
#BDB9CC
(189,185,204)
#CCC8D7
(204,200,215)
#DBD7E2
(219,215,226)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54507F; }

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

This text font color is #54507F.

Background Color

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

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

This div background color is #54507F.

Border color

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

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

This div border color is #54507F.

Opacity

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

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

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

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

This text has shadow with #54507F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #54507F.

Preview

Color preview on black background

This text has color #54507F on black background.


Color preview on white background

This text has color #54507F on white background.


Black color preview on #54507F background

This text has black color on #54507F background.


White color preview on #54507F background

This text has white color on #54507F background.


Related colors

Complementary color

Complementary color for #hex is #ABAF80.


I love getcolorcode.com

Triadic colors

1 #7F5450 and #507F54 with #54507F are triadic colors.

2 #7F5054 and #50547F with #54507F are triadic colors.