COLOR #5276E3

HEX: #5276E3
RGB: (82,118,227)

Color info

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

RGB color model

#5276E3 color RGB value is (82,118,227).

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

RGB channels and saturation

R 82 of 255 = 32%
G 118 of 255 = 46%
B 227 of 255 = 89%

82
118
227

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

Portions of RGB colors in percentages

R + G + B =
82 + 118 + 227 = 427 (100%)
R 82 of 427 ~ 19.2%
G 118 of 427 ~ 27.63%
B 227 of 427 ~ 53.16%

%19.2
%27.63
%53.16

CMYK color model

#5276E3 color CMYK value is (64,48,0,11).

  • cyan value is 63.88%
  • magenta value is 48.02%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(64,48,0,11)
C64M48Y0K11 
(64%,48%,0%,11%)
(0.64/0.48/0.00/0.11)	

CMYK percentages

%63.88
%48.02
%0
%10.98

Codes

Color #5276E3 in popluar color models

5276E3
RGB82118227
HSL225°72.14%60.59%
HSB/HSV225°63.88%89.02%
CMYK63.88%48.02%0.00%
10.98%

Color #5276E3 in popluar number systems.

HEX5276E3
Decimal82118227
Binary1010010111011011100011
Octal122166343

Shades and tints

Shades of #5276E3

#5276E3
(82,118,227)
#4B6CCF
(75,108,207)
#4462BB
(68,98,187)
#3D58A7
(61,88,167)
#364E93
(54,78,147)
#2F447F
(47,68,127)
#283A6B
(40,58,107)
#213057
(33,48,87)
#1A2643
(26,38,67)
#131C2F
(19,28,47)
#0C121B
(12,18,27)
#000000
(0,0,0)

Tints of #5276E3

#5276E3
(82,118,227)
#6182E5
(97,130,229)
#708EE7
(112,142,231)
#7F9AE9
(127,154,233)
#8EA6EB
(142,166,235)
#9DB2ED
(157,178,237)
#ACBEEF
(172,190,239)
#BBCAF1
(187,202,241)
#CAD6F3
(202,214,243)
#D9E2F5
(217,226,245)
#E8EEF7
(232,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5276E3; }

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

This text font color is #5276E3.


Background Color

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

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

This div background color is #5276E3.


Border color

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

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

This div border color is #5276E3.


Opacity

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

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

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

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

This text has shadow with #5276E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5276E3 on black background.


Color preview on white background

This text has color #5276E3 on white background.



Black color preview on #5276E3 background

This text has black color on #5276E3 background.


White color preview on #5276E3 background

This text has white color on #5276E3 background.