COLOR #5496FF

HEX: #5496FF
RGB: (84,150,255)

Color info

#5496FF contains mainly blue color. Web safe color of #5496FF is #6699FF (or #69F).

RGB color model

#5496FF color RGB value is (84,150,255).

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

RGB channels and saturation

R 84 of 255 = 33%
G 150 of 255 = 59%
B 255 of 255 = 100%

84
150
255

R + G + B ~ 64%. #5496FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
84 + 150 + 255 = 489 (100%)
R 84 of 489 ~ 17.18%
G 150 of 489 ~ 30.67%
B 255 of 489 ~ 52.15%

%17.18
%30.67
%52.15

CMYK color model

#5496FF color CMYK value is (67,41,0,0).

  • cyan value is 67.06%
  • magenta value is 41.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(67,41,0,0)
C67M41Y0K0 
(67%,41%,0%,0%)
(0.67/0.41/0.00/0.00)	

CMYK percentages

%67.06
%41.18
%0
%0

Codes

Color #5496FF in popluar color models

5496FF
RGB84150255
HSL217°100.00%66.47%
HSB/HSV217°67.06%100.00%
CMYK67.06%41.18%0.00%
0.00%

Color #5496FF in popluar number systems.

HEX5496FF
Decimal84150255
Binary10101001001011011111111
Octal124226377

Shades and tints

Shades of #5496FF

#5496FF
(84,150,255)
#4D89E8
(77,137,232)
#467CD1
(70,124,209)
#3F6FBA
(63,111,186)
#3862A3
(56,98,163)
#31558C
(49,85,140)
#2A4875
(42,72,117)
#233B5E
(35,59,94)
#1C2E47
(28,46,71)
#152130
(21,33,48)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #5496FF

#5496FF
(84,150,255)
#639FFF
(99,159,255)
#72A8FF
(114,168,255)
#81B1FF
(129,177,255)
#90BAFF
(144,186,255)
#9FC3FF
(159,195,255)
#AECCFF
(174,204,255)
#BDD5FF
(189,213,255)
#CCDEFF
(204,222,255)
#DBE7FF
(219,231,255)
#EAF0FF
(234,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5496FF; }

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

This text font color is #5496FF.


Background Color

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

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

This div background color is #5496FF.


Border color

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

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

This div border color is #5496FF.


Opacity

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

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

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

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

This text has shadow with #5496FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5496FF on black background.


Color preview on white background

This text has color #5496FF on white background.



Black color preview on #5496FF background

This text has black color on #5496FF background.


White color preview on #5496FF background

This text has white color on #5496FF background.