COLOR #528BA3

HEX: #528BA3 RGB: (82,139,163)

Color info

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

RGB color model

#528BA3 color RGB value is (82,139,163).

RGB: (82,139,163) (32%, 55%, 64%)

RGB channels and saturation

R 82 of 255 = 32%
G 139 of 255 = 55%
B 163 of 255 = 64%

82
139
163

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

Portions of RGB colors in percentages

R + G + B = 82 + 139 + 163 = 384 (100%)
R 82 of 384 ~ 21.35%
G 139 of 384 ~ 36.2%
B 163 of 384 ~ 42.45'%

%21.35
%36.2
%42.45

CMYK color model

#528BA3 color CMYK value is (50,15,0,36).

  • cyan value is 49.69%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (50,15,0,36)
C50M15Y0K36 (50%, 15%, 0%, 36%)
(0.50 / 0.15 / 0.00 / 0.36)

CMYK percentages

%49.69
%14.72
%0
%36.08

Codes

Color #528BA3 in popluar color models

52 8B A3
RGB 82 139 163
HSL 198° 33.06% 48.04%
HSB/HSV 198° 49.69% 63.92%
CMYK 49.69% 14.72% 0.00%
36.08%

Color #528BA3 in popluar number systems.

HEX 52 8B A3
Decimal 82 139 163
Binary 1010010 10001011 10100011
Octal 122 213 243

Shades and tints

Shades of #528BA3

#528BA3
(82,139,163)
#4B7F95
(75,127,149)
#447387
(68,115,135)
#3D6779
(61,103,121)
#365B6B
(54,91,107)
#2F4F5D
(47,79,93)
#28434F
(40,67,79)
#213741
(33,55,65)
#1A2B33
(26,43,51)
#131F25
(19,31,37)
#0C1317
(12,19,23)
#000000
(0,0,0)

Tints of #528BA3

#528BA3
(82,139,163)
#6195AB
(97,149,171)
#709FB3
(112,159,179)
#7FA9BB
(127,169,187)
#8EB3C3
(142,179,195)
#9DBDCB
(157,189,203)
#ACC7D3
(172,199,211)
#BBD1DB
(187,209,219)
#CADBE3
(202,219,227)
#D9E5EB
(217,229,235)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528BA3 color. Also use rgb(82,139,163) instead hex code.

Text Font Color

.myTextColor { color: #528BA3; }

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

This text font color is #528BA3.

Background Color

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

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

This div background color is #528BA3.

Border color

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

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

This div border color is #528BA3.

Opacity

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

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

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

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

This text has shadow with #528BA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #528BA3.

Preview

Color preview on black background

This text has color #528BA3 on black background.


Color preview on white background

This text has color #528BA3 on white background.


Black color preview on #528BA3 background

This text has black color on #528BA3 background.


White color preview on #528BA3 background

This text has white color on #528BA3 background.


Related colors

Complementary color

Complementary color for #hex is #AD745C.


I love getcolorcode.com

Triadic colors

1 #A3528B and #8BA352 with #528BA3 are triadic colors.

2 #A38B52 and #8B52A3 with #528BA3 are triadic colors.