COLOR #5297B7

HEX: #5297B7
RGB: (82,151,183)

Color info

#5297B7 contains mainly green and blue colors. Web safe color of #5297B7 is #6699CC (or #69C).

RGB color model

#5297B7 color RGB value is (82,151,183).

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

RGB channels and saturation

R 82 of 255 = 32%
G 151 of 255 = 59%
B 183 of 255 = 72%

82
151
183

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

Portions of RGB colors in percentages

R + G + B =
82 + 151 + 183 = 416 (100%)
R 82 of 416 ~ 19.71%
G 151 of 416 ~ 36.3%
B 183 of 416 ~ 43.99%

%19.71
%36.3
%43.99

CMYK color model

#5297B7 color CMYK value is (55,17,0,28).

  • cyan value is 55.19%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(55,17,0,28)
C55M17Y0K28 
(55%,17%,0%,28%)
(0.55/0.17/0.00/0.28)	

CMYK percentages

%55.19
%17.49
%0
%28.24

Codes

Color #5297B7 in popluar color models

5297B7
RGB82151183
HSL199°41.22%51.96%
HSB/HSV199°55.19%71.76%
CMYK55.19%17.49%0.00%
28.24%

Color #5297B7 in popluar number systems.

HEX5297B7
Decimal82151183
Binary10100101001011110110111
Octal122227267

Shades and tints

Shades of #5297B7

#5297B7
(82,151,183)
#4B8AA7
(75,138,167)
#447D97
(68,125,151)
#3D7087
(61,112,135)
#366377
(54,99,119)
#2F5667
(47,86,103)
#284957
(40,73,87)
#213C47
(33,60,71)
#1A2F37
(26,47,55)
#132227
(19,34,39)
#0C1517
(12,21,23)
#000000
(0,0,0)

Tints of #5297B7

#5297B7
(82,151,183)
#61A0BD
(97,160,189)
#70A9C3
(112,169,195)
#7FB2C9
(127,178,201)
#8EBBCF
(142,187,207)
#9DC4D5
(157,196,213)
#ACCDDB
(172,205,219)
#BBD6E1
(187,214,225)
#CADFE7
(202,223,231)
#D9E8ED
(217,232,237)
#E8F1F3
(232,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5297B7; }

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

This text font color is #5297B7.


Background Color

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

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

This div background color is #5297B7.


Border color

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

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

This div border color is #5297B7.


Opacity

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

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

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

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

This text has shadow with #5297B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5297B7 on black background.


Color preview on white background

This text has color #5297B7 on white background.



Black color preview on #5297B7 background

This text has black color on #5297B7 background.


White color preview on #5297B7 background

This text has white color on #5297B7 background.