COLOR #5496AD

HEX: #5496AD
RGB: (84,150,173)

Color info

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

RGB color model

#5496AD color RGB value is (84,150,173).

  • red value is 84;
  • green value is 150;
  • blue value is 173.
RGB:
(84,150,173)
(33%,59%,68%)

RGB channels and saturation

R 84 of 255 = 33%
G 150 of 255 = 59%
B 173 of 255 = 68%

84
150
173

R + G + B ~ 53%. #5496AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 150 + 173 = 407 (100%)
R 84 of 407 ~ 20.64%
G 150 of 407 ~ 36.86%
B 173 of 407 ~ 42.51%

%20.64
%36.86
%42.51

CMYK color model

#5496AD color CMYK value is (51,13,0,32).

  • cyan value is 51.45%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(51,13,0,32)
C51M13Y0K32 
(51%,13%,0%,32%)
(0.51/0.13/0.00/0.32)	

CMYK percentages

%51.45
%13.29
%0
%32.16

Codes

Color #5496AD in popluar color models

5496AD
RGB84150173
HSL196°35.18%50.39%
HSB/HSV196°51.45%67.84%
CMYK51.45%13.29%0.00%
32.16%

Color #5496AD in popluar number systems.

HEX5496AD
Decimal84150173
Binary10101001001011010101101
Octal124226255

Shades and tints

Shades of #5496AD

#5496AD
(84,150,173)
#4D899E
(77,137,158)
#467C8F
(70,124,143)
#3F6F80
(63,111,128)
#386271
(56,98,113)
#315562
(49,85,98)
#2A4853
(42,72,83)
#233B44
(35,59,68)
#1C2E35
(28,46,53)
#152126
(21,33,38)
#0E1417
(14,20,23)
#000000
(0,0,0)

Tints of #5496AD

#5496AD
(84,150,173)
#639FB4
(99,159,180)
#72A8BB
(114,168,187)
#81B1C2
(129,177,194)
#90BAC9
(144,186,201)
#9FC3D0
(159,195,208)
#AECCD7
(174,204,215)
#BDD5DE
(189,213,222)
#CCDEE5
(204,222,229)
#DBE7EC
(219,231,236)
#EAF0F3
(234,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5496AD color. Also use rgb(84,150,173) instead hex code.

Text Font Color

.myTextColor { color: #5496AD; }

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

This text font color is #5496AD.


Background Color

.myBgColor { background-color: #5496AD; }

<div style="background-color:#5496AD">Inner text</div>

This div background color is #5496AD.


Border color

.myBorderColor { border: 1px solid #5496AD; }

<div style="border:3px solid #5496AD">Div</div>

This div border color is #5496AD.


Opacity

.myOpacity80 { color: #5496AD; opacity: 0.8; }

<p style="color:#5496AD;opacity:0.8;">80%</p>

Text with #5496AD 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 #5496AD;}

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

This text has shadow with #5496AD color.

.textShadow {text-shadow: 3px 3px 1px #5496AD, 3px 3px 1px red;}

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

This text has shadow with #5496AD primary color and red secondary color.


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

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

This text has shadow with #5496AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5496AD on black background.


Color preview on white background

This text has color #5496AD on white background.



Black color preview on #5496AD background

This text has black color on #5496AD background.


White color preview on #5496AD background

This text has white color on #5496AD background.