COLOR #5297E2

HEX: #5297E2
RGB: (82,151,226)

Color info

#5297E2 contains mainly blue color. Web safe color of #5297E2 is #6699CC (or #69C).

RGB color model

#5297E2 color RGB value is (82,151,226).

  • red value is 82;
  • green value is 151;
  • blue value is 226.
RGB:
(82,151,226)
(32%,59%,89%)

RGB channels and saturation

R 82 of 255 = 32%
G 151 of 255 = 59%
B 226 of 255 = 89%

82
151
226

R + G + B ~ 60%. #5297E2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 151 + 226 = 459 (100%)
R 82 of 459 ~ 17.86%
G 151 of 459 ~ 32.9%
B 226 of 459 ~ 49.24%

%17.86
%32.9
%49.24

CMYK color model

#5297E2 color CMYK value is (64,33,0,11).

  • cyan value is 63.72%
  • magenta value is 33.19%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(64,33,0,11)
C64M33Y0K11 
(64%,33%,0%,11%)
(0.64/0.33/0.00/0.11)	

CMYK percentages

%63.72
%33.19
%0
%11.37

Codes

Color #5297E2 in popluar color models

5297E2
RGB82151226
HSL211°71.29%60.39%
HSB/HSV211°63.72%88.63%
CMYK63.72%33.19%0.00%
11.37%

Color #5297E2 in popluar number systems.

HEX5297E2
Decimal82151226
Binary10100101001011111100010
Octal122227342

Shades and tints

Shades of #5297E2

#5297E2
(82,151,226)
#4B8ACE
(75,138,206)
#447DBA
(68,125,186)
#3D70A6
(61,112,166)
#366392
(54,99,146)
#2F567E
(47,86,126)
#28496A
(40,73,106)
#213C56
(33,60,86)
#1A2F42
(26,47,66)
#13222E
(19,34,46)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #5297E2

#5297E2
(82,151,226)
#61A0E4
(97,160,228)
#70A9E6
(112,169,230)
#7FB2E8
(127,178,232)
#8EBBEA
(142,187,234)
#9DC4EC
(157,196,236)
#ACCDEE
(172,205,238)
#BBD6F0
(187,214,240)
#CADFF2
(202,223,242)
#D9E8F4
(217,232,244)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5297E2 color. Also use rgb(82,151,226) instead hex code.

Text Font Color

.myTextColor { color: #5297E2; }

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

This text font color is #5297E2.


Background Color

.myBgColor { background-color: #5297E2; }

<div style="background-color:#5297E2">Inner text</div>

This div background color is #5297E2.


Border color

.myBorderColor { border: 1px solid #5297E2; }

<div style="border:3px solid #5297E2">Div</div>

This div border color is #5297E2.


Opacity

.myOpacity80 { color: #5297E2; opacity: 0.8; }

<p style="color:#5297E2;opacity:0.8;">80%</p>

Text with #5297E2 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 #5297E2;}

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

This text has shadow with #5297E2 color.

.textShadow {text-shadow: 3px 3px 1px #5297E2, 3px 3px 1px red;}

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

This text has shadow with #5297E2 primary color and red secondary color.


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

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

This text has shadow with #5297E2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5297E2 on black background.


Color preview on white background

This text has color #5297E2 on white background.



Black color preview on #5297E2 background

This text has black color on #5297E2 background.


White color preview on #5297E2 background

This text has white color on #5297E2 background.