COLOR #5249EF

HEX: #5249EF
RGB: (82,73,239)

Color info

#5249EF contains mainly blue color. Web safe color of #5249EF is #6633FF (or #63F).

RGB color model

#5249EF color RGB value is (82,73,239).

  • red value is 82;
  • green value is 73;
  • blue value is 239.
RGB:
(82,73,239)
(32%,29%,94%)

RGB channels and saturation

R 82 of 255 = 32%
G 73 of 255 = 29%
B 239 of 255 = 94%

82
73
239

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

Portions of RGB colors in percentages

R + G + B =
82 + 73 + 239 = 394 (100%)
R 82 of 394 ~ 20.81%
G 73 of 394 ~ 18.53%
B 239 of 394 ~ 60.66%

%20.81
%18.53
%60.66

CMYK color model

#5249EF color CMYK value is (66,69,0,6).

  • cyan value is 65.69%
  • magenta value is 69.46%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(66,69,0,6)
C66M69Y0K6 
(66%,69%,0%,6%)
(0.66/0.69/0.00/0.06)	

CMYK percentages

%65.69
%69.46
%0
%6.27

Codes

Color #5249EF in popluar color models

5249EF
RGB8273239
HSL243°83.84%61.18%
HSB/HSV243°69.46%93.73%
CMYK65.69%69.46%0.00%
6.27%

Color #5249EF in popluar number systems.

HEX5249EF
Decimal8273239
Binary1010010100100111101111
Octal122111357

Shades and tints

Shades of #5249EF

#5249EF
(82,73,239)
#4B43DA
(75,67,218)
#443DC5
(68,61,197)
#3D37B0
(61,55,176)
#36319B
(54,49,155)
#2F2B86
(47,43,134)
#282571
(40,37,113)
#211F5C
(33,31,92)
#1A1947
(26,25,71)
#131332
(19,19,50)
#0C0D1D
(12,13,29)
#000000
(0,0,0)

Tints of #5249EF

#5249EF
(82,73,239)
#6159F0
(97,89,240)
#7069F1
(112,105,241)
#7F79F2
(127,121,242)
#8E89F3
(142,137,243)
#9D99F4
(157,153,244)
#ACA9F5
(172,169,245)
#BBB9F6
(187,185,246)
#CAC9F7
(202,201,247)
#D9D9F8
(217,217,248)
#E8E9F9
(232,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5249EF color. Also use rgb(82,73,239) instead hex code.

Text Font Color

.myTextColor { color: #5249EF; }

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

This text font color is #5249EF.


Background Color

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

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

This div background color is #5249EF.


Border color

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

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

This div border color is #5249EF.


Opacity

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

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

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

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

This text has shadow with #5249EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5249EF on black background.


Color preview on white background

This text has color #5249EF on white background.



Black color preview on #5249EF background

This text has black color on #5249EF background.


White color preview on #5249EF background

This text has white color on #5249EF background.