COLOR #5394D4

HEX: #5394D4
RGB: (83,148,212)

Color info

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

RGB color model

#5394D4 color RGB value is (83,148,212).

  • red value is 83;
  • green value is 148;
  • blue value is 212.
RGB:
(83,148,212)
(33%,58%,83%)

RGB channels and saturation

R 83 of 255 = 33%
G 148 of 255 = 58%
B 212 of 255 = 83%

83
148
212

R + G + B ~ 58%. #5394D4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 148 + 212 = 443 (100%)
R 83 of 443 ~ 18.74%
G 148 of 443 ~ 33.41%
B 212 of 443 ~ 47.86%

%18.74
%33.41
%47.86

CMYK color model

#5394D4 color CMYK value is (61,30,0,17).

  • cyan value is 60.85%
  • magenta value is 30.19%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(61,30,0,17)
C61M30Y0K17 
(61%,30%,0%,17%)
(0.61/0.30/0.00/0.17)	

CMYK percentages

%60.85
%30.19
%0
%16.86

Codes

Color #5394D4 in popluar color models

5394D4
RGB83148212
HSL210°60.00%57.84%
HSB/HSV210°60.85%83.14%
CMYK60.85%30.19%0.00%
16.86%

Color #5394D4 in popluar number systems.

HEX5394D4
Decimal83148212
Binary10100111001010011010100
Octal123224324

Shades and tints

Shades of #5394D4

#5394D4
(83,148,212)
#4C87C1
(76,135,193)
#457AAE
(69,122,174)
#3E6D9B
(62,109,155)
#376088
(55,96,136)
#305375
(48,83,117)
#294662
(41,70,98)
#22394F
(34,57,79)
#1B2C3C
(27,44,60)
#141F29
(20,31,41)
#0D1216
(13,18,22)
#000000
(0,0,0)

Tints of #5394D4

#5394D4
(83,148,212)
#629DD7
(98,157,215)
#71A6DA
(113,166,218)
#80AFDD
(128,175,221)
#8FB8E0
(143,184,224)
#9EC1E3
(158,193,227)
#ADCAE6
(173,202,230)
#BCD3E9
(188,211,233)
#CBDCEC
(203,220,236)
#DAE5EF
(218,229,239)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5394D4 color. Also use rgb(83,148,212) instead hex code.

Text Font Color

.myTextColor { color: #5394D4; }

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

This text font color is #5394D4.


Background Color

.myBgColor { background-color: #5394D4; }

<div style="background-color:#5394D4">Inner text</div>

This div background color is #5394D4.


Border color

.myBorderColor { border: 1px solid #5394D4; }

<div style="border:3px solid #5394D4">Div</div>

This div border color is #5394D4.


Opacity

.myOpacity80 { color: #5394D4; opacity: 0.8; }

<p style="color:#5394D4;opacity:0.8;">80%</p>

Text with #5394D4 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 #5394D4;}

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

This text has shadow with #5394D4 color.

.textShadow {text-shadow: 3px 3px 1px #5394D4, 3px 3px 1px red;}

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

This text has shadow with #5394D4 primary color and red secondary color.


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

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

This text has shadow with #5394D4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5394D4 on black background.


Color preview on white background

This text has color #5394D4 on white background.



Black color preview on #5394D4 background

This text has black color on #5394D4 background.


White color preview on #5394D4 background

This text has white color on #5394D4 background.