COLOR #54919D

HEX: #54919D
RGB: (84,145,157)

Color info

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

RGB color model

#54919D color RGB value is (84,145,157).

  • red value is 84;
  • green value is 145;
  • blue value is 157.
RGB:
(84,145,157)
(33%,57%,62%)

RGB channels and saturation

R 84 of 255 = 33%
G 145 of 255 = 57%
B 157 of 255 = 62%

84
145
157

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

Portions of RGB colors in percentages

R + G + B =
84 + 145 + 157 = 386 (100%)
R 84 of 386 ~ 21.76%
G 145 of 386 ~ 37.56%
B 157 of 386 ~ 40.67%

%21.76
%37.56
%40.67

CMYK color model

#54919D color CMYK value is (46,8,0,38).

  • cyan value is 46.50%
  • magenta value is 7.64%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(46,8,0,38)
C46M8Y0K38 
(46%,8%,0%,38%)
(0.46/0.08/0.00/0.38)	

CMYK percentages

%46.5
%7.64
%0
%38.43

Codes

Color #54919D in popluar color models

54919D
RGB84145157
HSL190°30.29%47.25%
HSB/HSV190°46.50%61.57%
CMYK46.50%7.64%0.00%
38.43%

Color #54919D in popluar number systems.

HEX54919D
Decimal84145157
Binary10101001001000110011101
Octal124221235

Shades and tints

Shades of #54919D

#54919D
(84,145,157)
#4D848F
(77,132,143)
#467781
(70,119,129)
#3F6A73
(63,106,115)
#385D65
(56,93,101)
#315057
(49,80,87)
#2A4349
(42,67,73)
#23363B
(35,54,59)
#1C292D
(28,41,45)
#151C1F
(21,28,31)
#0E0F11
(14,15,17)
#000000
(0,0,0)

Tints of #54919D

#54919D
(84,145,157)
#639BA5
(99,155,165)
#72A5AD
(114,165,173)
#81AFB5
(129,175,181)
#90B9BD
(144,185,189)
#9FC3C5
(159,195,197)
#AECDCD
(174,205,205)
#BDD7D5
(189,215,213)
#CCE1DD
(204,225,221)
#DBEBE5
(219,235,229)
#EAF5ED
(234,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #54919D; }

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

This text font color is #54919D.


Background Color

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

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

This div background color is #54919D.


Border color

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

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

This div border color is #54919D.


Opacity

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

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

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

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

This text has shadow with #54919D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #54919D on black background.


Color preview on white background

This text has color #54919D on white background.



Black color preview on #54919D background

This text has black color on #54919D background.


White color preview on #54919D background

This text has white color on #54919D background.