COLOR #5472C4

HEX: #5472C4
RGB: (84,114,196)

Color info

#5472C4 contains mainly blue color. Web safe color of #5472C4 is #6666CC (or #66C).

RGB color model

#5472C4 color RGB value is (84,114,196).

  • red value is 84;
  • green value is 114;
  • blue value is 196.
RGB:
(84,114,196)
(33%,45%,77%)

RGB channels and saturation

R 84 of 255 = 33%
G 114 of 255 = 45%
B 196 of 255 = 77%

84
114
196

R + G + B ~ 52%. #5472C4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 114 + 196 = 394 (100%)
R 84 of 394 ~ 21.32%
G 114 of 394 ~ 28.93%
B 196 of 394 ~ 49.75%

%21.32
%28.93
%49.75

CMYK color model

#5472C4 color CMYK value is (57,42,0,23).

  • cyan value is 57.14%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(57,42,0,23)
C57M42Y0K23 
(57%,42%,0%,23%)
(0.57/0.42/0.00/0.23)	

CMYK percentages

%57.14
%41.84
%0
%23.14

Codes

Color #5472C4 in popluar color models

5472C4
RGB84114196
HSL224°48.70%54.90%
HSB/HSV224°57.14%76.86%
CMYK57.14%41.84%0.00%
23.14%

Color #5472C4 in popluar number systems.

HEX5472C4
Decimal84114196
Binary1010100111001011000100
Octal124162304

Shades and tints

Shades of #5472C4

#5472C4
(84,114,196)
#4D68B3
(77,104,179)
#465EA2
(70,94,162)
#3F5491
(63,84,145)
#384A80
(56,74,128)
#31406F
(49,64,111)
#2A365E
(42,54,94)
#232C4D
(35,44,77)
#1C223C
(28,34,60)
#15182B
(21,24,43)
#0E0E1A
(14,14,26)
#000000
(0,0,0)

Tints of #5472C4

#5472C4
(84,114,196)
#637EC9
(99,126,201)
#728ACE
(114,138,206)
#8196D3
(129,150,211)
#90A2D8
(144,162,216)
#9FAEDD
(159,174,221)
#AEBAE2
(174,186,226)
#BDC6E7
(189,198,231)
#CCD2EC
(204,210,236)
#DBDEF1
(219,222,241)
#EAEAF6
(234,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5472C4 color. Also use rgb(84,114,196) instead hex code.

Text Font Color

.myTextColor { color: #5472C4; }

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

This text font color is #5472C4.


Background Color

.myBgColor { background-color: #5472C4; }

<div style="background-color:#5472C4">Inner text</div>

This div background color is #5472C4.


Border color

.myBorderColor { border: 1px solid #5472C4; }

<div style="border:3px solid #5472C4">Div</div>

This div border color is #5472C4.


Opacity

.myOpacity80 { color: #5472C4; opacity: 0.8; }

<p style="color:#5472C4;opacity:0.8;">80%</p>

Text with #5472C4 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 #5472C4;}

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

This text has shadow with #5472C4 color.

.textShadow {text-shadow: 3px 3px 1px #5472C4, 3px 3px 1px red;}

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

This text has shadow with #5472C4 primary color and red secondary color.


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

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

This text has shadow with #5472C4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5472C4 on black background.


Color preview on white background

This text has color #5472C4 on white background.



Black color preview on #5472C4 background

This text has black color on #5472C4 background.


White color preview on #5472C4 background

This text has white color on #5472C4 background.