COLOR #5276CA

HEX: #5276CA
RGB: (82,118,202)

Color info

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

RGB color model

#5276CA color RGB value is (82,118,202).

  • red value is 82;
  • green value is 118;
  • blue value is 202.
RGB:
(82,118,202)
(32%,46%,79%)

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 202 of 255 = 79%

82
118
202

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 202 = 402 (100%)
R 82 of 402 ~ 20.4%
G 118 of 402 ~ 29.35%
B 202 of 402 ~ 50.25%

%20.4
%29.35
%50.25

CMYK color model

#5276CA color CMYK value is (59,42,0,21).

  • cyan value is 59.41%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(59,42,0,21)
C59M42Y0K21 
(59%,42%,0%,21%)
(0.59/0.42/0.00/0.21)	

CMYK percentages

%59.41
%41.58
%0
%20.78

Codes

Color #5276CA in popluar color models

5276CA
RGB82118202
HSL222°53.10%55.69%
HSB/HSV222°59.41%79.22%
CMYK59.41%41.58%0.00%
20.78%

Color #5276CA in popluar number systems.

HEX5276CA
Decimal82118202
Binary1010010111011011001010
Octal122166312

Shades and tints

Shades of #5276CA

#5276CA
(82,118,202)
#4B6CB8
(75,108,184)
#4462A6
(68,98,166)
#3D5894
(61,88,148)
#364E82
(54,78,130)
#2F4470
(47,68,112)
#283A5E
(40,58,94)
#21304C
(33,48,76)
#1A263A
(26,38,58)
#131C28
(19,28,40)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #5276CA

#5276CA
(82,118,202)
#6182CE
(97,130,206)
#708ED2
(112,142,210)
#7F9AD6
(127,154,214)
#8EA6DA
(142,166,218)
#9DB2DE
(157,178,222)
#ACBEE2
(172,190,226)
#BBCAE6
(187,202,230)
#CAD6EA
(202,214,234)
#D9E2EE
(217,226,238)
#E8EEF2
(232,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5276CA color. Also use rgb(82,118,202) instead hex code.

Text Font Color

.myTextColor { color: #5276CA; }

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

This text font color is #5276CA.


Background Color

.myBgColor { background-color: #5276CA; }

<div style="background-color:#5276CA">Inner text</div>

This div background color is #5276CA.


Border color

.myBorderColor { border: 1px solid #5276CA; }

<div style="border:3px solid #5276CA">Div</div>

This div border color is #5276CA.


Opacity

.myOpacity80 { color: #5276CA; opacity: 0.8; }

<p style="color:#5276CA;opacity:0.8;">80%</p>

Text with #5276CA 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 #5276CA;}

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

This text has shadow with #5276CA color.

.textShadow {text-shadow: 3px 3px 1px #5276CA, 3px 3px 1px red;}

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

This text has shadow with #5276CA primary color and red secondary color.


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

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

This text has shadow with #5276CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5276CA on black background.


Color preview on white background

This text has color #5276CA on white background.



Black color preview on #5276CA background

This text has black color on #5276CA background.


White color preview on #5276CA background

This text has white color on #5276CA background.