COLOR #528990

HEX: #528990
RGB: (82,137,144)

Color info

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

RGB color model

#528990 color RGB value is (82,137,144).

  • red value is 82;
  • green value is 137;
  • blue value is 144.
RGB:
(82,137,144)
(32%,54%,56%)

RGB channels and saturation

R 82 of 255 = 32%
G 137 of 255 = 54%
B 144 of 255 = 56%

82
137
144

R + G + B ~ 47%. #528990 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
82 + 137 + 144 = 363 (100%)
R 82 of 363 ~ 22.59%
G 137 of 363 ~ 37.74%
B 144 of 363 ~ 39.67%

%22.59
%37.74
%39.67

CMYK color model

#528990 color CMYK value is (43,5,0,44).

  • cyan value is 43.06%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(43,5,0,44)
C43M5Y0K44 
(43%,5%,0%,44%)
(0.43/0.05/0.00/0.44)	

CMYK percentages

%43.06
%4.86
%0
%43.53

Codes

Color #528990 in popluar color models

528990
RGB82137144
HSL187°27.43%44.31%
HSB/HSV187°43.06%56.47%
CMYK43.06%4.86%0.00%
43.53%

Color #528990 in popluar number systems.

HEX528990
Decimal82137144
Binary10100101000100110010000
Octal122211220

Shades and tints

Shades of #528990

#528990
(82,137,144)
#4B7D83
(75,125,131)
#447176
(68,113,118)
#3D6569
(61,101,105)
#36595C
(54,89,92)
#2F4D4F
(47,77,79)
#284142
(40,65,66)
#213535
(33,53,53)
#1A2928
(26,41,40)
#131D1B
(19,29,27)
#0C110E
(12,17,14)
#000000
(0,0,0)

Tints of #528990

#528990
(82,137,144)
#61939A
(97,147,154)
#709DA4
(112,157,164)
#7FA7AE
(127,167,174)
#8EB1B8
(142,177,184)
#9DBBC2
(157,187,194)
#ACC5CC
(172,197,204)
#BBCFD6
(187,207,214)
#CAD9E0
(202,217,224)
#D9E3EA
(217,227,234)
#E8EDF4
(232,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528990 color. Also use rgb(82,137,144) instead hex code.

Text Font Color

.myTextColor { color: #528990; }

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

This text font color is #528990.


Background Color

.myBgColor { background-color: #528990; }

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

This div background color is #528990.


Border color

.myBorderColor { border: 1px solid #528990; }

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

This div border color is #528990.


Opacity

.myOpacity80 { color: #528990; opacity: 0.8; }

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

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

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

This text has shadow with #528990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528990 on black background.


Color preview on white background

This text has color #528990 on white background.



Black color preview on #528990 background

This text has black color on #528990 background.


White color preview on #528990 background

This text has white color on #528990 background.