COLOR #5496BD

HEX: #5496BD
RGB: (84,150,189)

Color info

#5496BD contains mainly green and blue colors. Web safe color of #5496BD is #6699CC (or #69C).

RGB color model

#5496BD color RGB value is (84,150,189).

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

RGB channels and saturation

R 84 of 255 = 33%
G 150 of 255 = 59%
B 189 of 255 = 74%

84
150
189

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

Portions of RGB colors in percentages

R + G + B =
84 + 150 + 189 = 423 (100%)
R 84 of 423 ~ 19.86%
G 150 of 423 ~ 35.46%
B 189 of 423 ~ 44.68%

%19.86
%35.46
%44.68

CMYK color model

#5496BD color CMYK value is (56,21,0,26).

  • cyan value is 55.56%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(56,21,0,26)
C56M21Y0K26 
(56%,21%,0%,26%)
(0.56/0.21/0.00/0.26)	

CMYK percentages

%55.56
%20.63
%0
%25.88

Codes

Color #5496BD in popluar color models

5496BD
RGB84150189
HSL202°44.30%53.53%
HSB/HSV202°55.56%74.12%
CMYK55.56%20.63%0.00%
25.88%

Color #5496BD in popluar number systems.

HEX5496BD
Decimal84150189
Binary10101001001011010111101
Octal124226275

Shades and tints

Shades of #5496BD

#5496BD
(84,150,189)
#4D89AC
(77,137,172)
#467C9B
(70,124,155)
#3F6F8A
(63,111,138)
#386279
(56,98,121)
#315568
(49,85,104)
#2A4857
(42,72,87)
#233B46
(35,59,70)
#1C2E35
(28,46,53)
#152124
(21,33,36)
#0E1413
(14,20,19)
#000000
(0,0,0)

Tints of #5496BD

#5496BD
(84,150,189)
#639FC3
(99,159,195)
#72A8C9
(114,168,201)
#81B1CF
(129,177,207)
#90BAD5
(144,186,213)
#9FC3DB
(159,195,219)
#AECCE1
(174,204,225)
#BDD5E7
(189,213,231)
#CCDEED
(204,222,237)
#DBE7F3
(219,231,243)
#EAF0F9
(234,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5496BD; }

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

This text font color is #5496BD.


Background Color

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

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

This div background color is #5496BD.


Border color

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

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

This div border color is #5496BD.


Opacity

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

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

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

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

This text has shadow with #5496BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5496BD on black background.


Color preview on white background

This text has color #5496BD on white background.



Black color preview on #5496BD background

This text has black color on #5496BD background.


White color preview on #5496BD background

This text has white color on #5496BD background.