COLOR #5296B3

HEX: #5296B3 RGB: (82,150,179)

Color info

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

RGB color model

#5296B3 color RGB value is (82,150,179).

RGB: (82,150,179) (32%, 59%, 70%)

RGB channels and saturation

R 82 of 255 = 32%
G 150 of 255 = 59%
B 179 of 255 = 70%

82
150
179

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

Portions of RGB colors in percentages

R + G + B = 82 + 150 + 179 = 411 (100%)
R 82 of 411 ~ 19.95%
G 150 of 411 ~ 36.5%
B 179 of 411 ~ 43.55'%

%19.95
%36.5
%43.55

CMYK color model

#5296B3 color CMYK value is (54,16,0,30).

  • cyan value is 54.19%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (54,16,0,30)
C54M16Y0K30 (54%, 16%, 0%, 30%)
(0.54 / 0.16 / 0.00 / 0.30)

CMYK percentages

%54.19
%16.2
%0
%29.8

Codes

Color #5296B3 in popluar color models

52 96 B3
RGB 82 150 179
HSL 198° 38.96% 51.18%
HSB/HSV 198° 54.19% 70.20%
CMYK 54.19% 16.20% 0.00%
29.80%

Color #5296B3 in popluar number systems.

HEX 52 96 B3
Decimal 82 150 179
Binary 1010010 10010110 10110011
Octal 122 226 263

Shades and tints

Shades of #5296B3

#5296B3
(82,150,179)
#4B89A3
(75,137,163)
#447C93
(68,124,147)
#3D6F83
(61,111,131)
#366273
(54,98,115)
#2F5563
(47,85,99)
#284853
(40,72,83)
#213B43
(33,59,67)
#1A2E33
(26,46,51)
#132123
(19,33,35)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #5296B3

#5296B3
(82,150,179)
#619FB9
(97,159,185)
#70A8BF
(112,168,191)
#7FB1C5
(127,177,197)
#8EBACB
(142,186,203)
#9DC3D1
(157,195,209)
#ACCCD7
(172,204,215)
#BBD5DD
(187,213,221)
#CADEE3
(202,222,227)
#D9E7E9
(217,231,233)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5296B3; }

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

This text font color is #5296B3.

Background Color

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

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

This div background color is #5296B3.

Border color

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

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

This div border color is #5296B3.

Opacity

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

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

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

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

This text has shadow with #5296B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5296B3.

Preview

Color preview on black background

This text has color #5296B3 on black background.


Color preview on white background

This text has color #5296B3 on white background.


Black color preview on #5296B3 background

This text has black color on #5296B3 background.


White color preview on #5296B3 background

This text has white color on #5296B3 background.


Related colors

Complementary color

Complementary color for #hex is #AD694C.


I love getcolorcode.com

Triadic colors

1 #B35296 and #96B352 with #5296B3 are triadic colors.

2 #B39652 and #9652B3 with #5296B3 are triadic colors.