COLOR #5263BA

HEX: #5263BA
RGB: (82,99,186)

Color info

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

RGB color model

#5263BA color RGB value is (82,99,186).

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

RGB channels and saturation

R 82 of 255 = 32%
G 99 of 255 = 39%
B 186 of 255 = 73%

82
99
186

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

Portions of RGB colors in percentages

R + G + B =
82 + 99 + 186 = 367 (100%)
R 82 of 367 ~ 22.34%
G 99 of 367 ~ 26.98%
B 186 of 367 ~ 50.68%

%22.34
%26.98
%50.68

CMYK color model

#5263BA color CMYK value is (56,47,0,27).

  • cyan value is 55.91%
  • magenta value is 46.77%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(56,47,0,27)
C56M47Y0K27 
(56%,47%,0%,27%)
(0.56/0.47/0.00/0.27)	

CMYK percentages

%55.91
%46.77
%0
%27.06

Codes

Color #5263BA in popluar color models

5263BA
RGB8299186
HSL230°42.98%52.55%
HSB/HSV230°55.91%72.94%
CMYK55.91%46.77%0.00%
27.06%

Color #5263BA in popluar number systems.

HEX5263BA
Decimal8299186
Binary1010010110001110111010
Octal122143272

Shades and tints

Shades of #5263BA

#5263BA
(82,99,186)
#4B5AAA
(75,90,170)
#44519A
(68,81,154)
#3D488A
(61,72,138)
#363F7A
(54,63,122)
#2F366A
(47,54,106)
#282D5A
(40,45,90)
#21244A
(33,36,74)
#1A1B3A
(26,27,58)
#13122A
(19,18,42)
#0C091A
(12,9,26)
#000000
(0,0,0)

Tints of #5263BA

#5263BA
(82,99,186)
#6171C0
(97,113,192)
#707FC6
(112,127,198)
#7F8DCC
(127,141,204)
#8E9BD2
(142,155,210)
#9DA9D8
(157,169,216)
#ACB7DE
(172,183,222)
#BBC5E4
(187,197,228)
#CAD3EA
(202,211,234)
#D9E1F0
(217,225,240)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5263BA; }

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

This text font color is #5263BA.


Background Color

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

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

This div background color is #5263BA.


Border color

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

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

This div border color is #5263BA.


Opacity

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

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

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

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

This text has shadow with #5263BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5263BA on black background.


Color preview on white background

This text has color #5263BA on white background.



Black color preview on #5263BA background

This text has black color on #5263BA background.


White color preview on #5263BA background

This text has white color on #5263BA background.