COLOR #5492A9

HEX: #5492A9
RGB: (84,146,169)

Color info

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

RGB color model

#5492A9 color RGB value is (84,146,169).

  • red value is 84;
  • green value is 146;
  • blue value is 169.
RGB:
(84,146,169)
(33%,57%,66%)

RGB channels and saturation

R 84 of 255 = 33%
G 146 of 255 = 57%
B 169 of 255 = 66%

84
146
169

R + G + B ~ 52%. #5492A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 146 + 169 = 399 (100%)
R 84 of 399 ~ 21.05%
G 146 of 399 ~ 36.59%
B 169 of 399 ~ 42.36%

%21.05
%36.59
%42.36

CMYK color model

#5492A9 color CMYK value is (50,14,0,34).

  • cyan value is 50.30%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(50,14,0,34)
C50M14Y0K34 
(50%,14%,0%,34%)
(0.50/0.14/0.00/0.34)	

CMYK percentages

%50.3
%13.61
%0
%33.73

Codes

Color #5492A9 in popluar color models

5492A9
RGB84146169
HSL196°33.60%49.61%
HSB/HSV196°50.30%66.27%
CMYK50.30%13.61%0.00%
33.73%

Color #5492A9 in popluar number systems.

HEX5492A9
Decimal84146169
Binary10101001001001010101001
Octal124222251

Shades and tints

Shades of #5492A9

#5492A9
(84,146,169)
#4D859A
(77,133,154)
#46788B
(70,120,139)
#3F6B7C
(63,107,124)
#385E6D
(56,94,109)
#31515E
(49,81,94)
#2A444F
(42,68,79)
#233740
(35,55,64)
#1C2A31
(28,42,49)
#151D22
(21,29,34)
#0E1013
(14,16,19)
#000000
(0,0,0)

Tints of #5492A9

#5492A9
(84,146,169)
#639BB0
(99,155,176)
#72A4B7
(114,164,183)
#81ADBE
(129,173,190)
#90B6C5
(144,182,197)
#9FBFCC
(159,191,204)
#AEC8D3
(174,200,211)
#BDD1DA
(189,209,218)
#CCDAE1
(204,218,225)
#DBE3E8
(219,227,232)
#EAECEF
(234,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5492A9 color. Also use rgb(84,146,169) instead hex code.

Text Font Color

.myTextColor { color: #5492A9; }

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

This text font color is #5492A9.


Background Color

.myBgColor { background-color: #5492A9; }

<div style="background-color:#5492A9">Inner text</div>

This div background color is #5492A9.


Border color

.myBorderColor { border: 1px solid #5492A9; }

<div style="border:3px solid #5492A9">Div</div>

This div border color is #5492A9.


Opacity

.myOpacity80 { color: #5492A9; opacity: 0.8; }

<p style="color:#5492A9;opacity:0.8;">80%</p>

Text with #5492A9 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 #5492A9;}

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

This text has shadow with #5492A9 color.

.textShadow {text-shadow: 3px 3px 1px #5492A9, 3px 3px 1px red;}

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

This text has shadow with #5492A9 primary color and red secondary color.


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

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

This text has shadow with #5492A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5492A9 on black background.


Color preview on white background

This text has color #5492A9 on white background.



Black color preview on #5492A9 background

This text has black color on #5492A9 background.


White color preview on #5492A9 background

This text has white color on #5492A9 background.