COLOR #5297A6

HEX: #5297A6 RGB: (82,151,166)

Color info

#5297A6 contains mainly green and blue colors. Web safe color of #5297A6 is #669999 (or #699).

RGB color model

#5297A6 color RGB value is (82,151,166).

RGB: (82,151,166) (32%, 59%, 65%)

RGB channels and saturation

R 82 of 255 = 32%
G 151 of 255 = 59%
B 166 of 255 = 65%

82
151
166

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

Portions of RGB colors in percentages

R + G + B = 82 + 151 + 166 = 399 (100%)
R 82 of 399 ~ 20.55%
G 151 of 399 ~ 37.84%
B 166 of 399 ~ 41.6'%

%20.55
%37.84
%41.6

CMYK color model

#5297A6 color CMYK value is (51,9,0,35).

  • cyan value is 50.60%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 34.90%

CMYK: (51,9,0,35)
C51M9Y0K35 (51%, 9%, 0%, 35%)
(0.51 / 0.09 / 0.00 / 0.35)

CMYK percentages

%50.6
%9.04
%0
%34.9

Codes

Color #5297A6 in popluar color models

52 97 A6
RGB 82 151 166
HSL 191° 33.87% 48.63%
HSB/HSV 191° 50.60% 65.10%
CMYK 50.60% 9.04% 0.00%
34.90%

Color #5297A6 in popluar number systems.

HEX 52 97 A6
Decimal 82 151 166
Binary 1010010 10010111 10100110
Octal 122 227 246

Shades and tints

Shades of #5297A6

#5297A6
(82,151,166)
#4B8A97
(75,138,151)
#447D88
(68,125,136)
#3D7079
(61,112,121)
#36636A
(54,99,106)
#2F565B
(47,86,91)
#28494C
(40,73,76)
#213C3D
(33,60,61)
#1A2F2E
(26,47,46)
#13221F
(19,34,31)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #5297A6

#5297A6
(82,151,166)
#61A0AE
(97,160,174)
#70A9B6
(112,169,182)
#7FB2BE
(127,178,190)
#8EBBC6
(142,187,198)
#9DC4CE
(157,196,206)
#ACCDD6
(172,205,214)
#BBD6DE
(187,214,222)
#CADFE6
(202,223,230)
#D9E8EE
(217,232,238)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5297A6; }

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

This text font color is #5297A6.

Background Color

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

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

This div background color is #5297A6.

Border color

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

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

This div border color is #5297A6.

Opacity

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

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

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

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

This text has shadow with #5297A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5297A6.

Preview

Color preview on black background

This text has color #5297A6 on black background.


Color preview on white background

This text has color #5297A6 on white background.


Black color preview on #5297A6 background

This text has black color on #5297A6 background.


White color preview on #5297A6 background

This text has white color on #5297A6 background.


Related colors

Complementary color

Complementary color for #hex is #AD6859.


I love getcolorcode.com

Triadic colors

1 #A65297 and #97A652 with #5297A6 are triadic colors.

2 #A69752 and #9752A6 with #5297A6 are triadic colors.