COLOR #5470B1

HEX: #5470B1
RGB: (84,112,177)

Color info

#5470B1 contains mainly blue color. Web safe color of #5470B1 is #666699 (or #669).

RGB color model

#5470B1 color RGB value is (84,112,177).

  • red value is 84;
  • green value is 112;
  • blue value is 177.
RGB:
(84,112,177)
(33%,44%,69%)

RGB channels and saturation

R 84 of 255 = 33%
G 112 of 255 = 44%
B 177 of 255 = 69%

84
112
177

R + G + B ~ 49%. #5470B1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 112 + 177 = 373 (100%)
R 84 of 373 ~ 22.52%
G 112 of 373 ~ 30.03%
B 177 of 373 ~ 47.45%

%22.52
%30.03
%47.45

CMYK color model

#5470B1 color CMYK value is (53,37,0,31).

  • cyan value is 52.54%
  • magenta value is 36.72%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(53,37,0,31)
C53M37Y0K31 
(53%,37%,0%,31%)
(0.53/0.37/0.00/0.31)	

CMYK percentages

%52.54
%36.72
%0
%30.59

Codes

Color #5470B1 in popluar color models

5470B1
RGB84112177
HSL222°37.35%51.18%
HSB/HSV222°52.54%69.41%
CMYK52.54%36.72%0.00%
30.59%

Color #5470B1 in popluar number systems.

HEX5470B1
Decimal84112177
Binary1010100111000010110001
Octal124160261

Shades and tints

Shades of #5470B1

#5470B1
(84,112,177)
#4D66A1
(77,102,161)
#465C91
(70,92,145)
#3F5281
(63,82,129)
#384871
(56,72,113)
#313E61
(49,62,97)
#2A3451
(42,52,81)
#232A41
(35,42,65)
#1C2031
(28,32,49)
#151621
(21,22,33)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #5470B1

#5470B1
(84,112,177)
#637DB8
(99,125,184)
#728ABF
(114,138,191)
#8197C6
(129,151,198)
#90A4CD
(144,164,205)
#9FB1D4
(159,177,212)
#AEBEDB
(174,190,219)
#BDCBE2
(189,203,226)
#CCD8E9
(204,216,233)
#DBE5F0
(219,229,240)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5470B1 color. Also use rgb(84,112,177) instead hex code.

Text Font Color

.myTextColor { color: #5470B1; }

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

This text font color is #5470B1.


Background Color

.myBgColor { background-color: #5470B1; }

<div style="background-color:#5470B1">Inner text</div>

This div background color is #5470B1.


Border color

.myBorderColor { border: 1px solid #5470B1; }

<div style="border:3px solid #5470B1">Div</div>

This div border color is #5470B1.


Opacity

.myOpacity80 { color: #5470B1; opacity: 0.8; }

<p style="color:#5470B1;opacity:0.8;">80%</p>

Text with #5470B1 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 #5470B1;}

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

This text has shadow with #5470B1 color.

.textShadow {text-shadow: 3px 3px 1px #5470B1, 3px 3px 1px red;}

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

This text has shadow with #5470B1 primary color and red secondary color.


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

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

This text has shadow with #5470B1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5470B1 on black background.


Color preview on white background

This text has color #5470B1 on white background.



Black color preview on #5470B1 background

This text has black color on #5470B1 background.


White color preview on #5470B1 background

This text has white color on #5470B1 background.