COLOR #5473AF

HEX: #5473AF
RGB: (84,115,175)

Color info

#5473AF contains mainly blue color. Web safe color of #5473AF is #666699 (or #669).

RGB color model

#5473AF color RGB value is (84,115,175).

  • red value is 84;
  • green value is 115;
  • blue value is 175.
RGB:
(84,115,175)
(33%,45%,69%)

RGB channels and saturation

R 84 of 255 = 33%
G 115 of 255 = 45%
B 175 of 255 = 69%

84
115
175

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

Portions of RGB colors in percentages

R + G + B =
84 + 115 + 175 = 374 (100%)
R 84 of 374 ~ 22.46%
G 115 of 374 ~ 30.75%
B 175 of 374 ~ 46.79%

%22.46
%30.75
%46.79

CMYK color model

#5473AF color CMYK value is (52,34,0,31).

  • cyan value is 52.00%
  • magenta value is 34.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(52,34,0,31)
C52M34Y0K31 
(52%,34%,0%,31%)
(0.52/0.34/0.00/0.31)	

CMYK percentages

%52
%34.29
%0
%31.37

Codes

Color #5473AF in popluar color models

5473AF
RGB84115175
HSL220°36.25%50.78%
HSB/HSV220°52.00%68.63%
CMYK52.00%34.29%0.00%
31.37%

Color #5473AF in popluar number systems.

HEX5473AF
Decimal84115175
Binary1010100111001110101111
Octal124163257

Shades and tints

Shades of #5473AF

#5473AF
(84,115,175)
#4D69A0
(77,105,160)
#465F91
(70,95,145)
#3F5582
(63,85,130)
#384B73
(56,75,115)
#314164
(49,65,100)
#2A3755
(42,55,85)
#232D46
(35,45,70)
#1C2337
(28,35,55)
#151928
(21,25,40)
#0E0F19
(14,15,25)
#000000
(0,0,0)

Tints of #5473AF

#5473AF
(84,115,175)
#637FB6
(99,127,182)
#728BBD
(114,139,189)
#8197C4
(129,151,196)
#90A3CB
(144,163,203)
#9FAFD2
(159,175,210)
#AEBBD9
(174,187,217)
#BDC7E0
(189,199,224)
#CCD3E7
(204,211,231)
#DBDFEE
(219,223,238)
#EAEBF5
(234,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5473AF color. Also use rgb(84,115,175) instead hex code.

Text Font Color

.myTextColor { color: #5473AF; }

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

This text font color is #5473AF.


Background Color

.myBgColor { background-color: #5473AF; }

<div style="background-color:#5473AF">Inner text</div>

This div background color is #5473AF.


Border color

.myBorderColor { border: 1px solid #5473AF; }

<div style="border:3px solid #5473AF">Div</div>

This div border color is #5473AF.


Opacity

.myOpacity80 { color: #5473AF; opacity: 0.8; }

<p style="color:#5473AF;opacity:0.8;">80%</p>

Text with #5473AF 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 #5473AF;}

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

This text has shadow with #5473AF color.

.textShadow {text-shadow: 3px 3px 1px #5473AF, 3px 3px 1px red;}

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

This text has shadow with #5473AF primary color and red secondary color.


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

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

This text has shadow with #5473AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5473AF on black background.


Color preview on white background

This text has color #5473AF on white background.



Black color preview on #5473AF background

This text has black color on #5473AF background.


White color preview on #5473AF background

This text has white color on #5473AF background.