COLOR #5489A3

HEX: #5489A3
RGB: (84,137,163)

Color info

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

RGB color model

#5489A3 color RGB value is (84,137,163).

  • red value is 84;
  • green value is 137;
  • blue value is 163.
RGB:
(84,137,163)
(33%,54%,64%)

RGB channels and saturation

R 84 of 255 = 33%
G 137 of 255 = 54%
B 163 of 255 = 64%

84
137
163

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

Portions of RGB colors in percentages

R + G + B =
84 + 137 + 163 = 384 (100%)
R 84 of 384 ~ 21.88%
G 137 of 384 ~ 35.68%
B 163 of 384 ~ 42.45%

%21.88
%35.68
%42.45

CMYK color model

#5489A3 color CMYK value is (48,16,0,36).

  • cyan value is 48.47%
  • magenta value is 15.95%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(48,16,0,36)
C48M16Y0K36 
(48%,16%,0%,36%)
(0.48/0.16/0.00/0.36)	

CMYK percentages

%48.47
%15.95
%0
%36.08

Codes

Color #5489A3 in popluar color models

5489A3
RGB84137163
HSL200°31.98%48.43%
HSB/HSV200°48.47%63.92%
CMYK48.47%15.95%0.00%
36.08%

Color #5489A3 in popluar number systems.

HEX5489A3
Decimal84137163
Binary10101001000100110100011
Octal124211243

Shades and tints

Shades of #5489A3

#5489A3
(84,137,163)
#4D7D95
(77,125,149)
#467187
(70,113,135)
#3F6579
(63,101,121)
#38596B
(56,89,107)
#314D5D
(49,77,93)
#2A414F
(42,65,79)
#233541
(35,53,65)
#1C2933
(28,41,51)
#151D25
(21,29,37)
#0E1117
(14,17,23)
#000000
(0,0,0)

Tints of #5489A3

#5489A3
(84,137,163)
#6393AB
(99,147,171)
#729DB3
(114,157,179)
#81A7BB
(129,167,187)
#90B1C3
(144,177,195)
#9FBBCB
(159,187,203)
#AEC5D3
(174,197,211)
#BDCFDB
(189,207,219)
#CCD9E3
(204,217,227)
#DBE3EB
(219,227,235)
#EAEDF3
(234,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5489A3 color. Also use rgb(84,137,163) instead hex code.

Text Font Color

.myTextColor { color: #5489A3; }

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

This text font color is #5489A3.


Background Color

.myBgColor { background-color: #5489A3; }

<div style="background-color:#5489A3">Inner text</div>

This div background color is #5489A3.


Border color

.myBorderColor { border: 1px solid #5489A3; }

<div style="border:3px solid #5489A3">Div</div>

This div border color is #5489A3.


Opacity

.myOpacity80 { color: #5489A3; opacity: 0.8; }

<p style="color:#5489A3;opacity:0.8;">80%</p>

Text with #5489A3 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 #5489A3;}

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

This text has shadow with #5489A3 color.

.textShadow {text-shadow: 3px 3px 1px #5489A3, 3px 3px 1px red;}

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

This text has shadow with #5489A3 primary color and red secondary color.


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

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

This text has shadow with #5489A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5489A3 on black background.


Color preview on white background

This text has color #5489A3 on white background.



Black color preview on #5489A3 background

This text has black color on #5489A3 background.


White color preview on #5489A3 background

This text has white color on #5489A3 background.