COLOR #528E9B

HEX: #528E9B
RGB: (82,142,155)

Color info

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

RGB color model

#528E9B color RGB value is (82,142,155).

  • red value is 82;
  • green value is 142;
  • blue value is 155.
RGB:
(82,142,155)
(32%,56%,61%)

RGB channels and saturation

R 82 of 255 = 32%
G 142 of 255 = 56%
B 155 of 255 = 61%

82
142
155

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

Portions of RGB colors in percentages

R + G + B =
82 + 142 + 155 = 379 (100%)
R 82 of 379 ~ 21.64%
G 142 of 379 ~ 37.47%
B 155 of 379 ~ 40.9%

%21.64
%37.47
%40.9

CMYK color model

#528E9B color CMYK value is (47,8,0,39).

  • cyan value is 47.10%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(47,8,0,39)
C47M8Y0K39 
(47%,8%,0%,39%)
(0.47/0.08/0.00/0.39)	

CMYK percentages

%47.1
%8.39
%0
%39.22

Codes

Color #528E9B in popluar color models

528E9B
RGB82142155
HSL191°30.80%46.47%
HSB/HSV191°47.10%60.78%
CMYK47.10%8.39%0.00%
39.22%

Color #528E9B in popluar number systems.

HEX528E9B
Decimal82142155
Binary10100101000111010011011
Octal122216233

Shades and tints

Shades of #528E9B

#528E9B
(82,142,155)
#4B828D
(75,130,141)
#44767F
(68,118,127)
#3D6A71
(61,106,113)
#365E63
(54,94,99)
#2F5255
(47,82,85)
#284647
(40,70,71)
#213A39
(33,58,57)
#1A2E2B
(26,46,43)
#13221D
(19,34,29)
#0C160F
(12,22,15)
#000000
(0,0,0)

Tints of #528E9B

#528E9B
(82,142,155)
#6198A4
(97,152,164)
#70A2AD
(112,162,173)
#7FACB6
(127,172,182)
#8EB6BF
(142,182,191)
#9DC0C8
(157,192,200)
#ACCAD1
(172,202,209)
#BBD4DA
(187,212,218)
#CADEE3
(202,222,227)
#D9E8EC
(217,232,236)
#E8F2F5
(232,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528E9B color. Also use rgb(82,142,155) instead hex code.

Text Font Color

.myTextColor { color: #528E9B; }

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

This text font color is #528E9B.


Background Color

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

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

This div background color is #528E9B.


Border color

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

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

This div border color is #528E9B.


Opacity

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

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

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

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

This text has shadow with #528E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528E9B on black background.


Color preview on white background

This text has color #528E9B on white background.



Black color preview on #528E9B background

This text has black color on #528E9B background.


White color preview on #528E9B background

This text has white color on #528E9B background.