COLOR #5494E6

HEX: #5494E6
RGB: (84,148,230)

Color info

#5494E6 contains mainly blue color. Web safe color of #5494E6 is #6699CC (or #69C).

RGB color model

#5494E6 color RGB value is (84,148,230).

  • red value is 84;
  • green value is 148;
  • blue value is 230.
RGB:
(84,148,230)
(33%,58%,90%)

RGB channels and saturation

R 84 of 255 = 33%
G 148 of 255 = 58%
B 230 of 255 = 90%

84
148
230

R + G + B ~ 60%. #5494E6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
84 + 148 + 230 = 462 (100%)
R 84 of 462 ~ 18.18%
G 148 of 462 ~ 32.03%
B 230 of 462 ~ 49.78%

%18.18
%32.03
%49.78

CMYK color model

#5494E6 color CMYK value is (63,36,0,10).

  • cyan value is 63.48%
  • magenta value is 35.65%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(63,36,0,10)
C63M36Y0K10 
(63%,36%,0%,10%)
(0.63/0.36/0.00/0.10)	

CMYK percentages

%63.48
%35.65
%0
%9.8

Codes

Color #5494E6 in popluar color models

5494E6
RGB84148230
HSL214°74.49%61.57%
HSB/HSV214°63.48%90.20%
CMYK63.48%35.65%0.00%
9.80%

Color #5494E6 in popluar number systems.

HEX5494E6
Decimal84148230
Binary10101001001010011100110
Octal124224346

Shades and tints

Shades of #5494E6

#5494E6
(84,148,230)
#4D87D2
(77,135,210)
#467ABE
(70,122,190)
#3F6DAA
(63,109,170)
#386096
(56,96,150)
#315382
(49,83,130)
#2A466E
(42,70,110)
#23395A
(35,57,90)
#1C2C46
(28,44,70)
#151F32
(21,31,50)
#0E121E
(14,18,30)
#000000
(0,0,0)

Tints of #5494E6

#5494E6
(84,148,230)
#639DE8
(99,157,232)
#72A6EA
(114,166,234)
#81AFEC
(129,175,236)
#90B8EE
(144,184,238)
#9FC1F0
(159,193,240)
#AECAF2
(174,202,242)
#BDD3F4
(189,211,244)
#CCDCF6
(204,220,246)
#DBE5F8
(219,229,248)
#EAEEFA
(234,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5494E6 color. Also use rgb(84,148,230) instead hex code.

Text Font Color

.myTextColor { color: #5494E6; }

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

This text font color is #5494E6.


Background Color

.myBgColor { background-color: #5494E6; }

<div style="background-color:#5494E6">Inner text</div>

This div background color is #5494E6.


Border color

.myBorderColor { border: 1px solid #5494E6; }

<div style="border:3px solid #5494E6">Div</div>

This div border color is #5494E6.


Opacity

.myOpacity80 { color: #5494E6; opacity: 0.8; }

<p style="color:#5494E6;opacity:0.8;">80%</p>

Text with #5494E6 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 #5494E6;}

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

This text has shadow with #5494E6 color.

.textShadow {text-shadow: 3px 3px 1px #5494E6, 3px 3px 1px red;}

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

This text has shadow with #5494E6 primary color and red secondary color.


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

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

This text has shadow with #5494E6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5494E6 on black background.


Color preview on white background

This text has color #5494E6 on white background.



Black color preview on #5494E6 background

This text has black color on #5494E6 background.


White color preview on #5494E6 background

This text has white color on #5494E6 background.