COLOR #5309EF

HEX: #5309EF
RGB: (83,9,239)

Color info

#5309EF contains mainly blue color. Web safe color of #5309EF is #6600FF (or #60F).

RGB color model

#5309EF color RGB value is (83,9,239).

  • red value is 83;
  • green value is 9;
  • blue value is 239.
RGB:
(83,9,239)
(33%,4%,94%)

RGB channels and saturation

R 83 of 255 = 33%
G 9 of 255 = 4%
B 239 of 255 = 94%

83
9
239

R + G + B ~ 44%. #5309EF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
83 + 9 + 239 = 331 (100%)
R 83 of 331 ~ 25.08%
G 9 of 331 ~ 2.72%
B 239 of 331 ~ 72.21%

%25.08
%72.21

CMYK color model

#5309EF color CMYK value is (65,96,0,6).

  • cyan value is 65.27%
  • magenta value is 96.23%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(65,96,0,6)
C65M96Y0K6 
(65%,96%,0%,6%)
(0.65/0.96/0.00/0.06)	

CMYK percentages

%65.27
%96.23
%0
%6.27

Codes

Color #5309EF in popluar color models

5309EF
RGB839239
HSL259°92.74%48.63%
HSB/HSV259°96.23%93.73%
CMYK65.27%96.23%0.00%
6.27%

Color #5309EF in popluar number systems.

HEX5309EF
Decimal839239
Binary1010011100111101111
Octal12311357

Shades and tints

Shades of #5309EF

#5309EF
(83,9,239)
#4C09DA
(76,9,218)
#4509C5
(69,9,197)
#3E09B0
(62,9,176)
#37099B
(55,9,155)
#300986
(48,9,134)
#290971
(41,9,113)
#22095C
(34,9,92)
#1B0947
(27,9,71)
#140932
(20,9,50)
#0D091D
(13,9,29)
#000000
(0,0,0)

Tints of #5309EF

#5309EF
(83,9,239)
#621FF0
(98,31,240)
#7135F1
(113,53,241)
#804BF2
(128,75,242)
#8F61F3
(143,97,243)
#9E77F4
(158,119,244)
#AD8DF5
(173,141,245)
#BCA3F6
(188,163,246)
#CBB9F7
(203,185,247)
#DACFF8
(218,207,248)
#E9E5F9
(233,229,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5309EF color. Also use rgb(83,9,239) instead hex code.

Text Font Color

.myTextColor { color: #5309EF; }

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

This text font color is #5309EF.


Background Color

.myBgColor { background-color: #5309EF; }

<div style="background-color:#5309EF">Inner text</div>

This div background color is #5309EF.


Border color

.myBorderColor { border: 1px solid #5309EF; }

<div style="border:3px solid #5309EF">Div</div>

This div border color is #5309EF.


Opacity

.myOpacity80 { color: #5309EF; opacity: 0.8; }

<p style="color:#5309EF;opacity:0.8;">80%</p>

Text with #5309EF 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 #5309EF;}

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

This text has shadow with #5309EF color.

.textShadow {text-shadow: 3px 3px 1px #5309EF, 3px 3px 1px red;}

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

This text has shadow with #5309EF primary color and red secondary color.


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

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

This text has shadow with #5309EF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5309EF on black background.


Color preview on white background

This text has color #5309EF on white background.



Black color preview on #5309EF background

This text has black color on #5309EF background.


White color preview on #5309EF background

This text has white color on #5309EF background.