COLOR #5288D8

HEX: #5288D8
RGB: (82,136,216)

Color info

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

RGB color model

#5288D8 color RGB value is (82,136,216).

  • red value is 82;
  • green value is 136;
  • blue value is 216.
RGB:
(82,136,216)
(32%,53%,85%)

RGB channels and saturation

R 82 of 255 = 32%
G 136 of 255 = 53%
B 216 of 255 = 85%

82
136
216

R + G + B ~ 57%. #5288D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 136 + 216 = 434 (100%)
R 82 of 434 ~ 18.89%
G 136 of 434 ~ 31.34%
B 216 of 434 ~ 49.77%

%18.89
%31.34
%49.77

CMYK color model

#5288D8 color CMYK value is (62,37,0,15).

  • cyan value is 62.04%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(62,37,0,15)
C62M37Y0K15 
(62%,37%,0%,15%)
(0.62/0.37/0.00/0.15)	

CMYK percentages

%62.04
%37.04
%0
%15.29

Codes

Color #5288D8 in popluar color models

5288D8
RGB82136216
HSL216°63.21%58.43%
HSB/HSV216°62.04%84.71%
CMYK62.04%37.04%0.00%
15.29%

Color #5288D8 in popluar number systems.

HEX5288D8
Decimal82136216
Binary10100101000100011011000
Octal122210330

Shades and tints

Shades of #5288D8

#5288D8
(82,136,216)
#4B7CC5
(75,124,197)
#4470B2
(68,112,178)
#3D649F
(61,100,159)
#36588C
(54,88,140)
#2F4C79
(47,76,121)
#284066
(40,64,102)
#213453
(33,52,83)
#1A2840
(26,40,64)
#131C2D
(19,28,45)
#0C101A
(12,16,26)
#000000
(0,0,0)

Tints of #5288D8

#5288D8
(82,136,216)
#6192DB
(97,146,219)
#709CDE
(112,156,222)
#7FA6E1
(127,166,225)
#8EB0E4
(142,176,228)
#9DBAE7
(157,186,231)
#ACC4EA
(172,196,234)
#BBCEED
(187,206,237)
#CAD8F0
(202,216,240)
#D9E2F3
(217,226,243)
#E8ECF6
(232,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5288D8 color. Also use rgb(82,136,216) instead hex code.

Text Font Color

.myTextColor { color: #5288D8; }

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

This text font color is #5288D8.


Background Color

.myBgColor { background-color: #5288D8; }

<div style="background-color:#5288D8">Inner text</div>

This div background color is #5288D8.


Border color

.myBorderColor { border: 1px solid #5288D8; }

<div style="border:3px solid #5288D8">Div</div>

This div border color is #5288D8.


Opacity

.myOpacity80 { color: #5288D8; opacity: 0.8; }

<p style="color:#5288D8;opacity:0.8;">80%</p>

Text with #5288D8 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 #5288D8;}

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

This text has shadow with #5288D8 color.

.textShadow {text-shadow: 3px 3px 1px #5288D8, 3px 3px 1px red;}

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

This text has shadow with #5288D8 primary color and red secondary color.


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

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

This text has shadow with #5288D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5288D8 on black background.


Color preview on white background

This text has color #5288D8 on white background.



Black color preview on #5288D8 background

This text has black color on #5288D8 background.


White color preview on #5288D8 background

This text has white color on #5288D8 background.