COLOR #54498B

HEX: #54498B
RGB: (84,73,139)

Color info

#54498B contains mainly red and blue colors. Web safe color of #54498B is #663399 (or #639).

RGB color model

#54498B color RGB value is (84,73,139).

  • red value is 84;
  • green value is 73;
  • blue value is 139.
RGB:
(84,73,139)
(33%,29%,55%)

RGB channels and saturation

R 84 of 255 = 33%
G 73 of 255 = 29%
B 139 of 255 = 55%

84
73
139

R + G + B ~ 39%. #54498B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
84 + 73 + 139 = 296 (100%)
R 84 of 296 ~ 28.38%
G 73 of 296 ~ 24.66%
B 139 of 296 ~ 46.96%

%28.38
%24.66
%46.96

CMYK color model

#54498B color CMYK value is (40,47,0,45).

  • cyan value is 39.57%
  • magenta value is 47.48%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(40,47,0,45)
C40M47Y0K45 
(40%,47%,0%,45%)
(0.40/0.47/0.00/0.45)	

CMYK percentages

%39.57
%47.48
%0
%45.49

Codes

Color #54498B in popluar color models

54498B
RGB8473139
HSL250°31.13%41.57%
HSB/HSV250°47.48%54.51%
CMYK39.57%47.48%0.00%
45.49%

Color #54498B in popluar number systems.

HEX54498B
Decimal8473139
Binary1010100100100110001011
Octal124111213

Shades and tints

Shades of #54498B

#54498B
(84,73,139)
#4D437F
(77,67,127)
#463D73
(70,61,115)
#3F3767
(63,55,103)
#38315B
(56,49,91)
#312B4F
(49,43,79)
#2A2543
(42,37,67)
#231F37
(35,31,55)
#1C192B
(28,25,43)
#15131F
(21,19,31)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #54498B

#54498B
(84,73,139)
#635995
(99,89,149)
#72699F
(114,105,159)
#8179A9
(129,121,169)
#9089B3
(144,137,179)
#9F99BD
(159,153,189)
#AEA9C7
(174,169,199)
#BDB9D1
(189,185,209)
#CCC9DB
(204,201,219)
#DBD9E5
(219,217,229)
#EAE9EF
(234,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54498B color. Also use rgb(84,73,139) instead hex code.

Text Font Color

.myTextColor { color: #54498B; }

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

This text font color is #54498B.


Background Color

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

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

This div background color is #54498B.


Border color

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

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

This div border color is #54498B.


Opacity

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

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

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

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

This text has shadow with #54498B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54498B on black background.


Color preview on white background

This text has color #54498B on white background.



Black color preview on #54498B background

This text has black color on #54498B background.


White color preview on #54498B background

This text has white color on #54498B background.