COLOR #528591

HEX: #528591
RGB: (82,133,145)

Color info

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

RGB color model

#528591 color RGB value is (82,133,145).

  • red value is 82;
  • green value is 133;
  • blue value is 145.
RGB:
(82,133,145)
(32%,52%,57%)

RGB channels and saturation

R 82 of 255 = 32%
G 133 of 255 = 52%
B 145 of 255 = 57%

82
133
145

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

Portions of RGB colors in percentages

R + G + B =
82 + 133 + 145 = 360 (100%)
R 82 of 360 ~ 22.78%
G 133 of 360 ~ 36.94%
B 145 of 360 ~ 40.28%

%22.78
%36.94
%40.28

CMYK color model

#528591 color CMYK value is (43,8,0,43).

  • cyan value is 43.45%
  • magenta value is 8.28%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(43,8,0,43)
C43M8Y0K43 
(43%,8%,0%,43%)
(0.43/0.08/0.00/0.43)	

CMYK percentages

%43.45
%8.28
%0
%43.14

Codes

Color #528591 in popluar color models

528591
RGB82133145
HSL191°27.75%44.51%
HSB/HSV191°43.45%56.86%
CMYK43.45%8.28%0.00%
43.14%

Color #528591 in popluar number systems.

HEX528591
Decimal82133145
Binary10100101000010110010001
Octal122205221

Shades and tints

Shades of #528591

#528591
(82,133,145)
#4B7984
(75,121,132)
#446D77
(68,109,119)
#3D616A
(61,97,106)
#36555D
(54,85,93)
#2F4950
(47,73,80)
#283D43
(40,61,67)
#213136
(33,49,54)
#1A2529
(26,37,41)
#13191C
(19,25,28)
#0C0D0F
(12,13,15)
#000000
(0,0,0)

Tints of #528591

#528591
(82,133,145)
#61909B
(97,144,155)
#709BA5
(112,155,165)
#7FA6AF
(127,166,175)
#8EB1B9
(142,177,185)
#9DBCC3
(157,188,195)
#ACC7CD
(172,199,205)
#BBD2D7
(187,210,215)
#CADDE1
(202,221,225)
#D9E8EB
(217,232,235)
#E8F3F5
(232,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #528591 color. Also use rgb(82,133,145) instead hex code.

Text Font Color

.myTextColor { color: #528591; }

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

This text font color is #528591.


Background Color

.myBgColor { background-color: #528591; }

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

This div background color is #528591.


Border color

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

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

This div border color is #528591.


Opacity

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

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

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

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

This text has shadow with #528591 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #528591 on black background.


Color preview on white background

This text has color #528591 on white background.



Black color preview on #528591 background

This text has black color on #528591 background.


White color preview on #528591 background

This text has white color on #528591 background.