COLOR #54688A

HEX: #54688A RGB: (84,104,138)

Color info

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

RGB color model

#54688A color RGB value is (84,104,138).

RGB: (84,104,138) (33%, 41%, 54%)

RGB channels and saturation

R 84 of 255 = 33%
G 104 of 255 = 41%
B 138 of 255 = 54%

84
104
138

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

Portions of RGB colors in percentages

R + G + B = 84 + 104 + 138 = 326 (100%)
R 84 of 326 ~ 25.77%
G 104 of 326 ~ 31.9%
B 138 of 326 ~ 42.33'%

%25.77
%31.9
%42.33

CMYK color model

#54688A color CMYK value is (39,25,0,46).

  • cyan value is 39.13%
  • magenta value is 24.64%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (39,25,0,46)
C39M25Y0K46 (39%, 25%, 0%, 46%)
(0.39 / 0.25 / 0.00 / 0.46)

CMYK percentages

%39.13
%24.64
%0
%45.88

Codes

Color #54688A in popluar color models

54 68 8A
RGB 84 104 138
HSL 218° 24.32% 43.53%
HSB/HSV 218° 39.13% 54.12%
CMYK 39.13% 24.64% 0.00%
45.88%

Color #54688A in popluar number systems.

HEX 54 68 8A
Decimal 84 104 138
Binary 1010100 1101000 10001010
Octal 124 150 212

Shades and tints

Shades of #54688A

#54688A
(84,104,138)
#4D5F7E
(77,95,126)
#465672
(70,86,114)
#3F4D66
(63,77,102)
#38445A
(56,68,90)
#313B4E
(49,59,78)
#2A3242
(42,50,66)
#232936
(35,41,54)
#1C202A
(28,32,42)
#15171E
(21,23,30)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #54688A

#54688A
(84,104,138)
#637594
(99,117,148)
#72829E
(114,130,158)
#818FA8
(129,143,168)
#909CB2
(144,156,178)
#9FA9BC
(159,169,188)
#AEB6C6
(174,182,198)
#BDC3D0
(189,195,208)
#CCD0DA
(204,208,218)
#DBDDE4
(219,221,228)
#EAEAEE
(234,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54688A color. Also use rgb(84,104,138) instead hex code.

Text Font Color

.myTextColor { color: #54688A; }

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

This text font color is #54688A.

Background Color

.myBgColor { background-color: #54688A; }

<div style="background-color:#54688A">Inner text</div>

This div background color is #54688A.

Border color

.myBorderColor { border: 1px solid #54688A; }

<div style="border:3px solid #54688A">Div</div>

This div border color is #54688A.

Opacity

.myOpacity80 { color: #54688A; opacity: 0.8; }

<p style="color:#54688A;opacity:0.8;">80%</p>

Text with #54688A 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 #54688A;}

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

This text has shadow with #54688A color.


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

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

This text has shadow with #54688A primary color and red secondary color.


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

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

This text has shadow with #54688A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54688A.

Preview

Color preview on black background

This text has color #54688A on black background.


Color preview on white background

This text has color #54688A on white background.


Black color preview on #54688A background

This text has black color on #54688A background.


White color preview on #54688A background

This text has white color on #54688A background.


Related colors

Complementary color

Complementary color for #hex is #AB9775.


I love getcolorcode.com

Triadic colors

1 #8A5468 and #688A54 with #54688A are triadic colors.

2 #8A6854 and #68548A with #54688A are triadic colors.