COLOR #5470A7

HEX: #5470A7
RGB: (84,112,167)

Color info

#5470A7 contains mainly green and blue colors. Web safe color of #5470A7 is #666699 (or #669).

RGB color model

#5470A7 color RGB value is (84,112,167).

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

RGB channels and saturation

R 84 of 255 = 33%
G 112 of 255 = 44%
B 167 of 255 = 65%

84
112
167

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

Portions of RGB colors in percentages

R + G + B =
84 + 112 + 167 = 363 (100%)
R 84 of 363 ~ 23.14%
G 112 of 363 ~ 30.85%
B 167 of 363 ~ 46.01%

%23.14
%30.85
%46.01

CMYK color model

#5470A7 color CMYK value is (50,33,0,35).

  • cyan value is 49.70%
  • magenta value is 32.93%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(50,33,0,35)
C50M33Y0K35 
(50%,33%,0%,35%)
(0.50/0.33/0.00/0.35)	

CMYK percentages

%49.7
%32.93
%0
%34.51

Codes

Color #5470A7 in popluar color models

5470A7
RGB84112167
HSL220°33.07%49.22%
HSB/HSV220°49.70%65.49%
CMYK49.70%32.93%0.00%
34.51%

Color #5470A7 in popluar number systems.

HEX5470A7
Decimal84112167
Binary1010100111000010100111
Octal124160247

Shades and tints

Shades of #5470A7

#5470A7
(84,112,167)
#4D6698
(77,102,152)
#465C89
(70,92,137)
#3F527A
(63,82,122)
#38486B
(56,72,107)
#313E5C
(49,62,92)
#2A344D
(42,52,77)
#232A3E
(35,42,62)
#1C202F
(28,32,47)
#151620
(21,22,32)
#0E0C11
(14,12,17)
#000000
(0,0,0)

Tints of #5470A7

#5470A7
(84,112,167)
#637DAF
(99,125,175)
#728AB7
(114,138,183)
#8197BF
(129,151,191)
#90A4C7
(144,164,199)
#9FB1CF
(159,177,207)
#AEBED7
(174,190,215)
#BDCBDF
(189,203,223)
#CCD8E7
(204,216,231)
#DBE5EF
(219,229,239)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5470A7; }

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

This text font color is #5470A7.


Background Color

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

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

This div background color is #5470A7.


Border color

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

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

This div border color is #5470A7.


Opacity

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

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

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

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

This text has shadow with #5470A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5470A7 on black background.


Color preview on white background

This text has color #5470A7 on white background.



Black color preview on #5470A7 background

This text has black color on #5470A7 background.


White color preview on #5470A7 background

This text has white color on #5470A7 background.