COLOR #529E88

HEX: #529E88 RGB: (82,158,136)

Color info

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

RGB color model

#529E88 color RGB value is (82,158,136).

RGB: (82,158,136) (32%, 62%, 53%)

RGB channels and saturation

R 82 of 255 = 32%
G 158 of 255 = 62%
B 136 of 255 = 53%

82
158
136

R + G + B ~ 49%. #529E88 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 82 + 158 + 136 = 376 (100%)
R 82 of 376 ~ 21.81%
G 158 of 376 ~ 42.02%
B 136 of 376 ~ 36.17'%

%21.81
%42.02
%36.17

CMYK color model

#529E88 color CMYK value is (48,0,14,38).

  • cyan value is 48.10%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 38.04%

CMYK: (48,0,14,38)
C48M0Y14K38 (48%, 0%, 14%, 38%)
(0.48 / 0.00 / 0.14 / 0.38)

CMYK percentages

%48.1
%0
%13.92
%38.04

Codes

Color #529E88 in popluar color models

52 9E 88
RGB 82 158 136
HSL 163° 31.67% 47.06%
HSB/HSV 163° 48.10% 61.96%
CMYK 48.10% 0.00% 13.92%
38.04%

Color #529E88 in popluar number systems.

HEX 52 9E 88
Decimal 82 158 136
Binary 1010010 10011110 10001000
Octal 122 236 210

Shades and tints

Shades of #529E88

#529E88
(82,158,136)
#4B907C
(75,144,124)
#448270
(68,130,112)
#3D7464
(61,116,100)
#366658
(54,102,88)
#2F584C
(47,88,76)
#284A40
(40,74,64)
#213C34
(33,60,52)
#1A2E28
(26,46,40)
#13201C
(19,32,28)
#0C1210
(12,18,16)
#000000
(0,0,0)

Tints of #529E88

#529E88
(82,158,136)
#61A692
(97,166,146)
#70AE9C
(112,174,156)
#7FB6A6
(127,182,166)
#8EBEB0
(142,190,176)
#9DC6BA
(157,198,186)
#ACCEC4
(172,206,196)
#BBD6CE
(187,214,206)
#CADED8
(202,222,216)
#D9E6E2
(217,230,226)
#E8EEEC
(232,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529E88 color. Also use rgb(82,158,136) instead hex code.

Text Font Color

.myTextColor { color: #529E88; }

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

This text font color is #529E88.

Background Color

.myBgColor { background-color: #529E88; }

<div style="background-color:#529E88">Inner text</div>

This div background color is #529E88.

Border color

.myBorderColor { border: 1px solid #529E88; }

<div style="border:3px solid #529E88">Div</div>

This div border color is #529E88.

Opacity

.myOpacity80 { color: #529E88; opacity: 0.8; }

<p style="color:#529E88;opacity:0.8;">80%</p>

Text with #529E88 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 #529E88;}

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

This text has shadow with #529E88 color.


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

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

This text has shadow with #529E88 primary color and red secondary color.


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

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

This text has shadow with #529E88 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #529E88.

Preview

Color preview on black background

This text has color #529E88 on black background.


Color preview on white background

This text has color #529E88 on white background.


Black color preview on #529E88 background

This text has black color on #529E88 background.


White color preview on #529E88 background

This text has white color on #529E88 background.


Related colors

Complementary color

Complementary color for #hex is #AD6177.


I love getcolorcode.com

Triadic colors

1 #88529E and #9E8852 with #529E88 are triadic colors.

2 #889E52 and #9E5288 with #529E88 are triadic colors.