COLOR #5379EC

HEX: #5379EC
RGB: (83,121,236)

Color info

#5379EC contains mainly blue color. Web safe color of #5379EC is #6666FF (or #66F).

RGB color model

#5379EC color RGB value is (83,121,236).

  • red value is 83;
  • green value is 121;
  • blue value is 236.
RGB:
(83,121,236)
(33%,47%,93%)

RGB channels and saturation

R 83 of 255 = 33%
G 121 of 255 = 47%
B 236 of 255 = 93%

83
121
236

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

Portions of RGB colors in percentages

R + G + B =
83 + 121 + 236 = 440 (100%)
R 83 of 440 ~ 18.86%
G 121 of 440 ~ 27.5%
B 236 of 440 ~ 53.64%

%18.86
%27.5
%53.64

CMYK color model

#5379EC color CMYK value is (65,49,0,7).

  • cyan value is 64.83%
  • magenta value is 48.73%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(65,49,0,7)
C65M49Y0K7 
(65%,49%,0%,7%)
(0.65/0.49/0.00/0.07)	

CMYK percentages

%64.83
%48.73
%0
%7.45

Codes

Color #5379EC in popluar color models

5379EC
RGB83121236
HSL225°80.10%62.55%
HSB/HSV225°64.83%92.55%
CMYK64.83%48.73%0.00%
7.45%

Color #5379EC in popluar number systems.

HEX5379EC
Decimal83121236
Binary1010011111100111101100
Octal123171354

Shades and tints

Shades of #5379EC

#5379EC
(83,121,236)
#4C6ED7
(76,110,215)
#4563C2
(69,99,194)
#3E58AD
(62,88,173)
#374D98
(55,77,152)
#304283
(48,66,131)
#29376E
(41,55,110)
#222C59
(34,44,89)
#1B2144
(27,33,68)
#14162F
(20,22,47)
#0D0B1A
(13,11,26)
#000000
(0,0,0)

Tints of #5379EC

#5379EC
(83,121,236)
#6285ED
(98,133,237)
#7191EE
(113,145,238)
#809DEF
(128,157,239)
#8FA9F0
(143,169,240)
#9EB5F1
(158,181,241)
#ADC1F2
(173,193,242)
#BCCDF3
(188,205,243)
#CBD9F4
(203,217,244)
#DAE5F5
(218,229,245)
#E9F1F6
(233,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5379EC color. Also use rgb(83,121,236) instead hex code.

Text Font Color

.myTextColor { color: #5379EC; }

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

This text font color is #5379EC.


Background Color

.myBgColor { background-color: #5379EC; }

<div style="background-color:#5379EC">Inner text</div>

This div background color is #5379EC.


Border color

.myBorderColor { border: 1px solid #5379EC; }

<div style="border:3px solid #5379EC">Div</div>

This div border color is #5379EC.


Opacity

.myOpacity80 { color: #5379EC; opacity: 0.8; }

<p style="color:#5379EC;opacity:0.8;">80%</p>

Text with #5379EC 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 #5379EC;}

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

This text has shadow with #5379EC color.

.textShadow {text-shadow: 3px 3px 1px #5379EC, 3px 3px 1px red;}

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

This text has shadow with #5379EC primary color and red secondary color.


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

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

This text has shadow with #5379EC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5379EC on black background.


Color preview on white background

This text has color #5379EC on white background.



Black color preview on #5379EC background

This text has black color on #5379EC background.


White color preview on #5379EC background

This text has white color on #5379EC background.