COLOR #5497BD

HEX: #5497BD
RGB: (84,151,189)

Color info

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

RGB color model

#5497BD color RGB value is (84,151,189).

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

RGB channels and saturation

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

84
151
189

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

Portions of RGB colors in percentages

R + G + B =
84 + 151 + 189 = 424 (100%)
R 84 of 424 ~ 19.81%
G 151 of 424 ~ 35.61%
B 189 of 424 ~ 44.58%

%19.81
%35.61
%44.58

CMYK color model

#5497BD color CMYK value is (56,20,0,26).

  • cyan value is 55.56%
  • magenta value is 20.11%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(56,20,0,26)
C56M20Y0K26 
(56%,20%,0%,26%)
(0.56/0.20/0.00/0.26)	

CMYK percentages

%55.56
%20.11
%0
%25.88

Codes

Color #5497BD in popluar color models

5497BD
RGB84151189
HSL202°44.30%53.53%
HSB/HSV202°55.56%74.12%
CMYK55.56%20.11%0.00%
25.88%

Color #5497BD in popluar number systems.

HEX5497BD
Decimal84151189
Binary10101001001011110111101
Octal124227275

Shades and tints

Shades of #5497BD

#5497BD
(84,151,189)
#4D8AAC
(77,138,172)
#467D9B
(70,125,155)
#3F708A
(63,112,138)
#386379
(56,99,121)
#315668
(49,86,104)
#2A4957
(42,73,87)
#233C46
(35,60,70)
#1C2F35
(28,47,53)
#152224
(21,34,36)
#0E1513
(14,21,19)
#000000
(0,0,0)

Tints of #5497BD

#5497BD
(84,151,189)
#63A0C3
(99,160,195)
#72A9C9
(114,169,201)
#81B2CF
(129,178,207)
#90BBD5
(144,187,213)
#9FC4DB
(159,196,219)
#AECDE1
(174,205,225)
#BDD6E7
(189,214,231)
#CCDFED
(204,223,237)
#DBE8F3
(219,232,243)
#EAF1F9
(234,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5497BD; }

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

This text font color is #5497BD.


Background Color

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

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

This div background color is #5497BD.


Border color

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

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

This div border color is #5497BD.


Opacity

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

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

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

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

This text has shadow with #5497BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5497BD on black background.


Color preview on white background

This text has color #5497BD on white background.



Black color preview on #5497BD background

This text has black color on #5497BD background.


White color preview on #5497BD background

This text has white color on #5497BD background.