COLOR #5276C7

HEX: #5276C7
RGB: (82,118,199)

Color info

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

RGB color model

#5276C7 color RGB value is (82,118,199).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 199 of 255 = 78%

82
118
199

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 199 = 399 (100%)
R 82 of 399 ~ 20.55%
G 118 of 399 ~ 29.57%
B 199 of 399 ~ 49.87%

%20.55
%29.57
%49.87

CMYK color model

#5276C7 color CMYK value is (59,41,0,22).

  • cyan value is 58.79%
  • magenta value is 40.70%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(59,41,0,22)
C59M41Y0K22 
(59%,41%,0%,22%)
(0.59/0.41/0.00/0.22)	

CMYK percentages

%58.79
%40.7
%0
%21.96

Codes

Color #5276C7 in popluar color models

5276C7
RGB82118199
HSL222°51.09%55.10%
HSB/HSV222°58.79%78.04%
CMYK58.79%40.70%0.00%
21.96%

Color #5276C7 in popluar number systems.

HEX5276C7
Decimal82118199
Binary1010010111011011000111
Octal122166307

Shades and tints

Shades of #5276C7

#5276C7
(82,118,199)
#4B6CB5
(75,108,181)
#4462A3
(68,98,163)
#3D5891
(61,88,145)
#364E7F
(54,78,127)
#2F446D
(47,68,109)
#283A5B
(40,58,91)
#213049
(33,48,73)
#1A2637
(26,38,55)
#131C25
(19,28,37)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #5276C7

#5276C7
(82,118,199)
#6182CC
(97,130,204)
#708ED1
(112,142,209)
#7F9AD6
(127,154,214)
#8EA6DB
(142,166,219)
#9DB2E0
(157,178,224)
#ACBEE5
(172,190,229)
#BBCAEA
(187,202,234)
#CAD6EF
(202,214,239)
#D9E2F4
(217,226,244)
#E8EEF9
(232,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5276C7; }

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

This text font color is #5276C7.


Background Color

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

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

This div background color is #5276C7.


Border color

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

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

This div border color is #5276C7.


Opacity

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

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

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

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

This text has shadow with #5276C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5276C7 on black background.


Color preview on white background

This text has color #5276C7 on white background.



Black color preview on #5276C7 background

This text has black color on #5276C7 background.


White color preview on #5276C7 background

This text has white color on #5276C7 background.