COLOR #5263E1

HEX: #5263E1
RGB: (82,99,225)

Color info

#5263E1 contains mainly blue color. Web safe color of #5263E1 is #6666CC (or #66C).

RGB color model

#5263E1 color RGB value is (82,99,225).

  • red value is 82;
  • green value is 99;
  • blue value is 225.
RGB:
(82,99,225)
(32%,39%,88%)

RGB channels and saturation

R 82 of 255 = 32%
G 99 of 255 = 39%
B 225 of 255 = 88%

82
99
225

R + G + B ~ 53%. #5263E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 225 = 406 (100%)
R 82 of 406 ~ 20.2%
G 99 of 406 ~ 24.38%
B 225 of 406 ~ 55.42%

%20.2
%24.38
%55.42

CMYK color model

#5263E1 color CMYK value is (64,56,0,12).

  • cyan value is 63.56%
  • magenta value is 56.00%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(64,56,0,12)
C64M56Y0K12 
(64%,56%,0%,12%)
(0.64/0.56/0.00/0.12)	

CMYK percentages

%63.56
%56
%0
%11.76

Codes

Color #5263E1 in popluar color models

5263E1
RGB8299225
HSL233°70.44%60.20%
HSB/HSV233°63.56%88.24%
CMYK63.56%56.00%0.00%
11.76%

Color #5263E1 in popluar number systems.

HEX5263E1
Decimal8299225
Binary1010010110001111100001
Octal122143341

Shades and tints

Shades of #5263E1

#5263E1
(82,99,225)
#4B5ACD
(75,90,205)
#4451B9
(68,81,185)
#3D48A5
(61,72,165)
#363F91
(54,63,145)
#2F367D
(47,54,125)
#282D69
(40,45,105)
#212455
(33,36,85)
#1A1B41
(26,27,65)
#13122D
(19,18,45)
#0C0919
(12,9,25)
#000000
(0,0,0)

Tints of #5263E1

#5263E1
(82,99,225)
#6171E3
(97,113,227)
#707FE5
(112,127,229)
#7F8DE7
(127,141,231)
#8E9BE9
(142,155,233)
#9DA9EB
(157,169,235)
#ACB7ED
(172,183,237)
#BBC5EF
(187,197,239)
#CAD3F1
(202,211,241)
#D9E1F3
(217,225,243)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5263E1 color. Also use rgb(82,99,225) instead hex code.

Text Font Color

.myTextColor { color: #5263E1; }

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

This text font color is #5263E1.


Background Color

.myBgColor { background-color: #5263E1; }

<div style="background-color:#5263E1">Inner text</div>

This div background color is #5263E1.


Border color

.myBorderColor { border: 1px solid #5263E1; }

<div style="border:3px solid #5263E1">Div</div>

This div border color is #5263E1.


Opacity

.myOpacity80 { color: #5263E1; opacity: 0.8; }

<p style="color:#5263E1;opacity:0.8;">80%</p>

Text with #5263E1 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 #5263E1;}

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

This text has shadow with #5263E1 color.

.textShadow {text-shadow: 3px 3px 1px #5263E1, 3px 3px 1px red;}

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

This text has shadow with #5263E1 primary color and red secondary color.


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

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

This text has shadow with #5263E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5263E1 on black background.


Color preview on white background

This text has color #5263E1 on white background.



Black color preview on #5263E1 background

This text has black color on #5263E1 background.


White color preview on #5263E1 background

This text has white color on #5263E1 background.