COLOR #5479DE

HEX: #5479DE
RGB: (84,121,222)

Color info

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

RGB color model

#5479DE color RGB value is (84,121,222).

  • red value is 84;
  • green value is 121;
  • blue value is 222.
RGB:
(84,121,222)
(33%,47%,87%)

RGB channels and saturation

R 84 of 255 = 33%
G 121 of 255 = 47%
B 222 of 255 = 87%

84
121
222

R + G + B ~ 56%. #5479DE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 121 + 222 = 427 (100%)
R 84 of 427 ~ 19.67%
G 121 of 427 ~ 28.34%
B 222 of 427 ~ 51.99%

%19.67
%28.34
%51.99

CMYK color model

#5479DE color CMYK value is (62,45,0,13).

  • cyan value is 62.16%
  • magenta value is 45.50%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(62,45,0,13)
C62M45Y0K13 
(62%,45%,0%,13%)
(0.62/0.45/0.00/0.13)	

CMYK percentages

%62.16
%45.5
%0
%12.94

Codes

Color #5479DE in popluar color models

5479DE
RGB84121222
HSL224°67.65%60.00%
HSB/HSV224°62.16%87.06%
CMYK62.16%45.50%0.00%
12.94%

Color #5479DE in popluar number systems.

HEX5479DE
Decimal84121222
Binary1010100111100111011110
Octal124171336

Shades and tints

Shades of #5479DE

#5479DE
(84,121,222)
#4D6ECA
(77,110,202)
#4663B6
(70,99,182)
#3F58A2
(63,88,162)
#384D8E
(56,77,142)
#31427A
(49,66,122)
#2A3766
(42,55,102)
#232C52
(35,44,82)
#1C213E
(28,33,62)
#15162A
(21,22,42)
#0E0B16
(14,11,22)
#000000
(0,0,0)

Tints of #5479DE

#5479DE
(84,121,222)
#6385E1
(99,133,225)
#7291E4
(114,145,228)
#819DE7
(129,157,231)
#90A9EA
(144,169,234)
#9FB5ED
(159,181,237)
#AEC1F0
(174,193,240)
#BDCDF3
(189,205,243)
#CCD9F6
(204,217,246)
#DBE5F9
(219,229,249)
#EAF1FC
(234,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5479DE color. Also use rgb(84,121,222) instead hex code.

Text Font Color

.myTextColor { color: #5479DE; }

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

This text font color is #5479DE.


Background Color

.myBgColor { background-color: #5479DE; }

<div style="background-color:#5479DE">Inner text</div>

This div background color is #5479DE.


Border color

.myBorderColor { border: 1px solid #5479DE; }

<div style="border:3px solid #5479DE">Div</div>

This div border color is #5479DE.


Opacity

.myOpacity80 { color: #5479DE; opacity: 0.8; }

<p style="color:#5479DE;opacity:0.8;">80%</p>

Text with #5479DE 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 #5479DE;}

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

This text has shadow with #5479DE color.

.textShadow {text-shadow: 3px 3px 1px #5479DE, 3px 3px 1px red;}

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

This text has shadow with #5479DE primary color and red secondary color.


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

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

This text has shadow with #5479DE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5479DE on black background.


Color preview on white background

This text has color #5479DE on white background.



Black color preview on #5479DE background

This text has black color on #5479DE background.


White color preview on #5479DE background

This text has white color on #5479DE background.