COLOR #528E8B

HEX: #528E8B RGB: (82,142,139)

Color info

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

RGB color model

#528E8B color RGB value is (82,142,139).

RGB: (82,142,139) (32%, 56%, 55%)

RGB channels and saturation

R 82 of 255 = 32%
G 142 of 255 = 56%
B 139 of 255 = 55%

82
142
139

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

Portions of RGB colors in percentages

R + G + B = 82 + 142 + 139 = 363 (100%)
R 82 of 363 ~ 22.59%
G 142 of 363 ~ 39.12%
B 139 of 363 ~ 38.29'%

%22.59
%39.12
%38.29

CMYK color model

#528E8B color CMYK value is (42,0,2,44).

  • cyan value is 42.25%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 44.31%

CMYK: (42,0,2,44)
C42M0Y2K44 (42%, 0%, 2%, 44%)
(0.42 / 0.00 / 0.02 / 0.44)

CMYK percentages

%42.25
%0
%2.11
%44.31

Codes

Color #528E8B in popluar color models

52 8E 8B
RGB 82 142 139
HSL 177° 26.79% 43.92%
HSB/HSV 177° 42.25% 55.69%
CMYK 42.25% 0.00% 2.11%
44.31%

Color #528E8B in popluar number systems.

HEX 52 8E 8B
Decimal 82 142 139
Binary 1010010 10001110 10001011
Octal 122 216 213

Shades and tints

Shades of #528E8B

#528E8B
(82,142,139)
#4B827F
(75,130,127)
#447673
(68,118,115)
#3D6A67
(61,106,103)
#365E5B
(54,94,91)
#2F524F
(47,82,79)
#284643
(40,70,67)
#213A37
(33,58,55)
#1A2E2B
(26,46,43)
#13221F
(19,34,31)
#0C1613
(12,22,19)
#000000
(0,0,0)

Tints of #528E8B

#528E8B
(82,142,139)
#619895
(97,152,149)
#70A29F
(112,162,159)
#7FACA9
(127,172,169)
#8EB6B3
(142,182,179)
#9DC0BD
(157,192,189)
#ACCAC7
(172,202,199)
#BBD4D1
(187,212,209)
#CADEDB
(202,222,219)
#D9E8E5
(217,232,229)
#E8F2EF
(232,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #528E8B; }

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

This text font color is #528E8B.

Background Color

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

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

This div background color is #528E8B.

Border color

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

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

This div border color is #528E8B.

Opacity

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

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

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

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

This text has shadow with #528E8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #528E8B.

Preview

Color preview on black background

This text has color #528E8B on black background.


Color preview on white background

This text has color #528E8B on white background.


Black color preview on #528E8B background

This text has black color on #528E8B background.


White color preview on #528E8B background

This text has white color on #528E8B background.


Related colors

Complementary color

Complementary color for #hex is #AD7174.


I love getcolorcode.com

Triadic colors

1 #8B528E and #8E8B52 with #528E8B are triadic colors.

2 #8B8E52 and #8E528B with #528E8B are triadic colors.