COLOR #5295D5

HEX: #5295D5
RGB: (82,149,213)

Color info

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

RGB color model

#5295D5 color RGB value is (82,149,213).

  • red value is 82;
  • green value is 149;
  • blue value is 213.
RGB:
(82,149,213)
(32%,58%,84%)

RGB channels and saturation

R 82 of 255 = 32%
G 149 of 255 = 58%
B 213 of 255 = 84%

82
149
213

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

Portions of RGB colors in percentages

R + G + B =
82 + 149 + 213 = 444 (100%)
R 82 of 444 ~ 18.47%
G 149 of 444 ~ 33.56%
B 213 of 444 ~ 47.97%

%18.47
%33.56
%47.97

CMYK color model

#5295D5 color CMYK value is (62,30,0,16).

  • cyan value is 61.50%
  • magenta value is 30.05%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(62,30,0,16)
C62M30Y0K16 
(62%,30%,0%,16%)
(0.62/0.30/0.00/0.16)	

CMYK percentages

%61.5
%30.05
%0
%16.47

Codes

Color #5295D5 in popluar color models

5295D5
RGB82149213
HSL209°60.93%57.84%
HSB/HSV209°61.50%83.53%
CMYK61.50%30.05%0.00%
16.47%

Color #5295D5 in popluar number systems.

HEX5295D5
Decimal82149213
Binary10100101001010111010101
Octal122225325

Shades and tints

Shades of #5295D5

#5295D5
(82,149,213)
#4B88C2
(75,136,194)
#447BAF
(68,123,175)
#3D6E9C
(61,110,156)
#366189
(54,97,137)
#2F5476
(47,84,118)
#284763
(40,71,99)
#213A50
(33,58,80)
#1A2D3D
(26,45,61)
#13202A
(19,32,42)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #5295D5

#5295D5
(82,149,213)
#619ED8
(97,158,216)
#70A7DB
(112,167,219)
#7FB0DE
(127,176,222)
#8EB9E1
(142,185,225)
#9DC2E4
(157,194,228)
#ACCBE7
(172,203,231)
#BBD4EA
(187,212,234)
#CADDED
(202,221,237)
#D9E6F0
(217,230,240)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5295D5 color. Also use rgb(82,149,213) instead hex code.

Text Font Color

.myTextColor { color: #5295D5; }

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

This text font color is #5295D5.


Background Color

.myBgColor { background-color: #5295D5; }

<div style="background-color:#5295D5">Inner text</div>

This div background color is #5295D5.


Border color

.myBorderColor { border: 1px solid #5295D5; }

<div style="border:3px solid #5295D5">Div</div>

This div border color is #5295D5.


Opacity

.myOpacity80 { color: #5295D5; opacity: 0.8; }

<p style="color:#5295D5;opacity:0.8;">80%</p>

Text with #5295D5 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 #5295D5;}

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

This text has shadow with #5295D5 color.

.textShadow {text-shadow: 3px 3px 1px #5295D5, 3px 3px 1px red;}

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

This text has shadow with #5295D5 primary color and red secondary color.


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

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

This text has shadow with #5295D5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5295D5 on black background.


Color preview on white background

This text has color #5295D5 on white background.



Black color preview on #5295D5 background

This text has black color on #5295D5 background.


White color preview on #5295D5 background

This text has white color on #5295D5 background.