COLOR #5296D2

HEX: #5296D2
RGB: (82,150,210)

Color info

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

RGB color model

#5296D2 color RGB value is (82,150,210).

  • red value is 82;
  • green value is 150;
  • blue value is 210.
RGB:
(82,150,210)
(32%,59%,82%)

RGB channels and saturation

R 82 of 255 = 32%
G 150 of 255 = 59%
B 210 of 255 = 82%

82
150
210

R + G + B ~ 58%. #5296D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 150 + 210 = 442 (100%)
R 82 of 442 ~ 18.55%
G 150 of 442 ~ 33.94%
B 210 of 442 ~ 47.51%

%18.55
%33.94
%47.51

CMYK color model

#5296D2 color CMYK value is (61,29,0,18).

  • cyan value is 60.95%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(61,29,0,18)
C61M29Y0K18 
(61%,29%,0%,18%)
(0.61/0.29/0.00/0.18)	

CMYK percentages

%60.95
%28.57
%0
%17.65

Codes

Color #5296D2 in popluar color models

5296D2
RGB82150210
HSL208°58.72%57.25%
HSB/HSV208°60.95%82.35%
CMYK60.95%28.57%0.00%
17.65%

Color #5296D2 in popluar number systems.

HEX5296D2
Decimal82150210
Binary10100101001011011010010
Octal122226322

Shades and tints

Shades of #5296D2

#5296D2
(82,150,210)
#4B89BF
(75,137,191)
#447CAC
(68,124,172)
#3D6F99
(61,111,153)
#366286
(54,98,134)
#2F5573
(47,85,115)
#284860
(40,72,96)
#213B4D
(33,59,77)
#1A2E3A
(26,46,58)
#132127
(19,33,39)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #5296D2

#5296D2
(82,150,210)
#619FD6
(97,159,214)
#70A8DA
(112,168,218)
#7FB1DE
(127,177,222)
#8EBAE2
(142,186,226)
#9DC3E6
(157,195,230)
#ACCCEA
(172,204,234)
#BBD5EE
(187,213,238)
#CADEF2
(202,222,242)
#D9E7F6
(217,231,246)
#E8F0FA
(232,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5296D2 color. Also use rgb(82,150,210) instead hex code.

Text Font Color

.myTextColor { color: #5296D2; }

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

This text font color is #5296D2.


Background Color

.myBgColor { background-color: #5296D2; }

<div style="background-color:#5296D2">Inner text</div>

This div background color is #5296D2.


Border color

.myBorderColor { border: 1px solid #5296D2; }

<div style="border:3px solid #5296D2">Div</div>

This div border color is #5296D2.


Opacity

.myOpacity80 { color: #5296D2; opacity: 0.8; }

<p style="color:#5296D2;opacity:0.8;">80%</p>

Text with #5296D2 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 #5296D2;}

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

This text has shadow with #5296D2 color.

.textShadow {text-shadow: 3px 3px 1px #5296D2, 3px 3px 1px red;}

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

This text has shadow with #5296D2 primary color and red secondary color.


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

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

This text has shadow with #5296D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5296D2 on black background.


Color preview on white background

This text has color #5296D2 on white background.



Black color preview on #5296D2 background

This text has black color on #5296D2 background.


White color preview on #5296D2 background

This text has white color on #5296D2 background.