COLOR #528AA9

HEX: #528AA9 RGB: (82,138,169)

Color info

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

RGB color model

#528AA9 color RGB value is (82,138,169).

RGB: (82,138,169) (32%, 54%, 66%)

RGB channels and saturation

R 82 of 255 = 32%
G 138 of 255 = 54%
B 169 of 255 = 66%

82
138
169

R + G + B ~ 51%. #528AA9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 138 + 169 = 389 (100%)
R 82 of 389 ~ 21.08%
G 138 of 389 ~ 35.48%
B 169 of 389 ~ 43.44'%

%21.08
%35.48
%43.44

CMYK color model

#528AA9 color CMYK value is (51,18,0,34).

  • cyan value is 51.48%
  • magenta value is 18.34%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (51,18,0,34)
C51M18Y0K34 (51%, 18%, 0%, 34%)
(0.51 / 0.18 / 0.00 / 0.34)

CMYK percentages

%51.48
%18.34
%0
%33.73

Codes

Color #528AA9 in popluar color models

52 8A A9
RGB 82 138 169
HSL 201° 34.66% 49.22%
HSB/HSV 201° 51.48% 66.27%
CMYK 51.48% 18.34% 0.00%
33.73%

Color #528AA9 in popluar number systems.

HEX 52 8A A9
Decimal 82 138 169
Binary 1010010 10001010 10101001
Octal 122 212 251

Shades and tints

Shades of #528AA9

#528AA9
(82,138,169)
#4B7E9A
(75,126,154)
#44728B
(68,114,139)
#3D667C
(61,102,124)
#365A6D
(54,90,109)
#2F4E5E
(47,78,94)
#28424F
(40,66,79)
#213640
(33,54,64)
#1A2A31
(26,42,49)
#131E22
(19,30,34)
#0C1213
(12,18,19)
#000000
(0,0,0)

Tints of #528AA9

#528AA9
(82,138,169)
#6194B0
(97,148,176)
#709EB7
(112,158,183)
#7FA8BE
(127,168,190)
#8EB2C5
(142,178,197)
#9DBCCC
(157,188,204)
#ACC6D3
(172,198,211)
#BBD0DA
(187,208,218)
#CADAE1
(202,218,225)
#D9E4E8
(217,228,232)
#E8EEEF
(232,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528AA9 color. Also use rgb(82,138,169) instead hex code.

Text Font Color

.myTextColor { color: #528AA9; }

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

This text font color is #528AA9.

Background Color

.myBgColor { background-color: #528AA9; }

<div style="background-color:#528AA9">Inner text</div>

This div background color is #528AA9.

Border color

.myBorderColor { border: 1px solid #528AA9; }

<div style="border:3px solid #528AA9">Div</div>

This div border color is #528AA9.

Opacity

.myOpacity80 { color: #528AA9; opacity: 0.8; }

<p style="color:#528AA9;opacity:0.8;">80%</p>

Text with #528AA9 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 #528AA9;}

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

This text has shadow with #528AA9 color.


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

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

This text has shadow with #528AA9 primary color and red secondary color.


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

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

This text has shadow with #528AA9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #528AA9.

Preview

Color preview on black background

This text has color #528AA9 on black background.


Color preview on white background

This text has color #528AA9 on white background.


Black color preview on #528AA9 background

This text has black color on #528AA9 background.


White color preview on #528AA9 background

This text has white color on #528AA9 background.


Related colors

Complementary color

Complementary color for #hex is #AD7556.


I love getcolorcode.com

Triadic colors

1 #A9528A and #8AA952 with #528AA9 are triadic colors.

2 #A98A52 and #8A52A9 with #528AA9 are triadic colors.