COLOR #5496A8

HEX: #5496A8
RGB: (84,150,168)

Color info

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

RGB color model

#5496A8 color RGB value is (84,150,168).

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

RGB channels and saturation

R 84 of 255 = 33%
G 150 of 255 = 59%
B 168 of 255 = 66%

84
150
168

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

Portions of RGB colors in percentages

R + G + B =
84 + 150 + 168 = 402 (100%)
R 84 of 402 ~ 20.9%
G 150 of 402 ~ 37.31%
B 168 of 402 ~ 41.79%

%20.9
%37.31
%41.79

CMYK color model

#5496A8 color CMYK value is (50,11,0,34).

  • cyan value is 50.00%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(50,11,0,34)
C50M11Y0K34 
(50%,11%,0%,34%)
(0.50/0.11/0.00/0.34)	

CMYK percentages

%50
%10.71
%0
%34.12

Codes

Color #5496A8 in popluar color models

5496A8
RGB84150168
HSL193°33.33%49.41%
HSB/HSV193°50.00%65.88%
CMYK50.00%10.71%0.00%
34.12%

Color #5496A8 in popluar number systems.

HEX5496A8
Decimal84150168
Binary10101001001011010101000
Octal124226250

Shades and tints

Shades of #5496A8

#5496A8
(84,150,168)
#4D8999
(77,137,153)
#467C8A
(70,124,138)
#3F6F7B
(63,111,123)
#38626C
(56,98,108)
#31555D
(49,85,93)
#2A484E
(42,72,78)
#233B3F
(35,59,63)
#1C2E30
(28,46,48)
#152121
(21,33,33)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #5496A8

#5496A8
(84,150,168)
#639FAF
(99,159,175)
#72A8B6
(114,168,182)
#81B1BD
(129,177,189)
#90BAC4
(144,186,196)
#9FC3CB
(159,195,203)
#AECCD2
(174,204,210)
#BDD5D9
(189,213,217)
#CCDEE0
(204,222,224)
#DBE7E7
(219,231,231)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5496A8; }

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

This text font color is #5496A8.


Background Color

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

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

This div background color is #5496A8.


Border color

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

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

This div border color is #5496A8.


Opacity

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

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

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

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

This text has shadow with #5496A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5496A8 on black background.


Color preview on white background

This text has color #5496A8 on white background.



Black color preview on #5496A8 background

This text has black color on #5496A8 background.


White color preview on #5496A8 background

This text has white color on #5496A8 background.