COLOR #54698B

HEX: #54698B
RGB: (84,105,139)

Color info

#54698B contains red, green and blue colors in about the same proportion. Web safe color of #54698B is #666699 (or #669).

RGB color model

#54698B color RGB value is (84,105,139).

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

RGB channels and saturation

R 84 of 255 = 33%
G 105 of 255 = 41%
B 139 of 255 = 55%

84
105
139

R + G + B ~ 43%. #54698B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 105 + 139 = 328 (100%)
R 84 of 328 ~ 25.61%
G 105 of 328 ~ 32.01%
B 139 of 328 ~ 42.38%

%25.61
%32.01
%42.38

CMYK color model

#54698B color CMYK value is (40,24,0,45).

  • cyan value is 39.57%
  • magenta value is 24.46%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(40,24,0,45)
C40M24Y0K45 
(40%,24%,0%,45%)
(0.40/0.24/0.00/0.45)	

CMYK percentages

%39.57
%24.46
%0
%45.49

Codes

Color #54698B in popluar color models

54698B
RGB84105139
HSL217°24.66%43.73%
HSB/HSV217°39.57%54.51%
CMYK39.57%24.46%0.00%
45.49%

Color #54698B in popluar number systems.

HEX54698B
Decimal84105139
Binary1010100110100110001011
Octal124151213

Shades and tints

Shades of #54698B

#54698B
(84,105,139)
#4D607F
(77,96,127)
#465773
(70,87,115)
#3F4E67
(63,78,103)
#38455B
(56,69,91)
#313C4F
(49,60,79)
#2A3343
(42,51,67)
#232A37
(35,42,55)
#1C212B
(28,33,43)
#15181F
(21,24,31)
#0E0F13
(14,15,19)
#000000
(0,0,0)

Tints of #54698B

#54698B
(84,105,139)
#637695
(99,118,149)
#72839F
(114,131,159)
#8190A9
(129,144,169)
#909DB3
(144,157,179)
#9FAABD
(159,170,189)
#AEB7C7
(174,183,199)
#BDC4D1
(189,196,209)
#CCD1DB
(204,209,219)
#DBDEE5
(219,222,229)
#EAEBEF
(234,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54698B; }

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

This text font color is #54698B.


Background Color

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

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

This div background color is #54698B.


Border color

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

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

This div border color is #54698B.


Opacity

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

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

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

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

This text has shadow with #54698B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54698B on black background.


Color preview on white background

This text has color #54698B on white background.



Black color preview on #54698B background

This text has black color on #54698B background.


White color preview on #54698B background

This text has white color on #54698B background.