COLOR #54899D

HEX: #54899D RGB: (84,137,157)

Color info

#54899D contains mainly green and blue colors. Web safe color of #54899D is #669999 (or #699).

RGB color model

#54899D color RGB value is (84,137,157).

RGB: (84,137,157) (33%, 54%, 62%)

RGB channels and saturation

R 84 of 255 = 33%
G 137 of 255 = 54%
B 157 of 255 = 62%

84
137
157

R + G + B ~ 50%. #54899D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 84 + 137 + 157 = 378 (100%)
R 84 of 378 ~ 22.22%
G 137 of 378 ~ 36.24%
B 157 of 378 ~ 41.53'%

%22.22
%36.24
%41.53

CMYK color model

#54899D color CMYK value is (46,13,0,38).

  • cyan value is 46.50%
  • magenta value is 12.74%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (46,13,0,38)
C46M13Y0K38 (46%, 13%, 0%, 38%)
(0.46 / 0.13 / 0.00 / 0.38)

CMYK percentages

%46.5
%12.74
%0
%38.43

Codes

Color #54899D in popluar color models

54 89 9D
RGB 84 137 157
HSL 196° 30.29% 47.25%
HSB/HSV 196° 46.50% 61.57%
CMYK 46.50% 12.74% 0.00%
38.43%

Color #54899D in popluar number systems.

HEX 54 89 9D
Decimal 84 137 157
Binary 1010100 10001001 10011101
Octal 124 211 235

Shades and tints

Shades of #54899D

#54899D
(84,137,157)
#4D7D8F
(77,125,143)
#467181
(70,113,129)
#3F6573
(63,101,115)
#385965
(56,89,101)
#314D57
(49,77,87)
#2A4149
(42,65,73)
#23353B
(35,53,59)
#1C292D
(28,41,45)
#151D1F
(21,29,31)
#0E1111
(14,17,17)
#000000
(0,0,0)

Tints of #54899D

#54899D
(84,137,157)
#6393A5
(99,147,165)
#729DAD
(114,157,173)
#81A7B5
(129,167,181)
#90B1BD
(144,177,189)
#9FBBC5
(159,187,197)
#AEC5CD
(174,197,205)
#BDCFD5
(189,207,213)
#CCD9DD
(204,217,221)
#DBE3E5
(219,227,229)
#EAEDED
(234,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #54899D color. Also use rgb(84,137,157) instead hex code.

Text Font Color

.myTextColor { color: #54899D; }

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

This text font color is #54899D.

Background Color

.myBgColor { background-color: #54899D; }

<div style="background-color:#54899D">Inner text</div>

This div background color is #54899D.

Border color

.myBorderColor { border: 1px solid #54899D; }

<div style="border:3px solid #54899D">Div</div>

This div border color is #54899D.

Opacity

.myOpacity80 { color: #54899D; opacity: 0.8; }

<p style="color:#54899D;opacity:0.8;">80%</p>

Text with #54899D 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 #54899D;}

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

This text has shadow with #54899D color.


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

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

This text has shadow with #54899D primary color and red secondary color.


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

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

This text has shadow with #54899D and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #54899D.

Preview

Color preview on black background

This text has color #54899D on black background.


Color preview on white background

This text has color #54899D on white background.


Black color preview on #54899D background

This text has black color on #54899D background.


White color preview on #54899D background

This text has white color on #54899D background.


Related colors

Complementary color

Complementary color for #hex is #AB7662.


I love getcolorcode.com

Triadic colors

1 #9D5489 and #899D54 with #54899D are triadic colors.

2 #9D8954 and #89549D with #54899D are triadic colors.