COLOR #529BAA

HEX: #529BAA
RGB: (82,155,170)

Color info

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

RGB color model

#529BAA color RGB value is (82,155,170).

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

RGB channels and saturation

R 82 of 255 = 32%
G 155 of 255 = 61%
B 170 of 255 = 67%

82
155
170

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

Portions of RGB colors in percentages

R + G + B =
82 + 155 + 170 = 407 (100%)
R 82 of 407 ~ 20.15%
G 155 of 407 ~ 38.08%
B 170 of 407 ~ 41.77%

%20.15
%38.08
%41.77

CMYK color model

#529BAA color CMYK value is (52,9,0,33).

  • cyan value is 51.76%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(52,9,0,33)
C52M9Y0K33 
(52%,9%,0%,33%)
(0.52/0.09/0.00/0.33)	

CMYK percentages

%51.76
%8.82
%0
%33.33

Codes

Color #529BAA in popluar color models

529BAA
RGB82155170
HSL190°34.92%49.41%
HSB/HSV190°51.76%66.67%
CMYK51.76%8.82%0.00%
33.33%

Color #529BAA in popluar number systems.

HEX529BAA
Decimal82155170
Binary10100101001101110101010
Octal122233252

Shades and tints

Shades of #529BAA

#529BAA
(82,155,170)
#4B8D9B
(75,141,155)
#447F8C
(68,127,140)
#3D717D
(61,113,125)
#36636E
(54,99,110)
#2F555F
(47,85,95)
#284750
(40,71,80)
#213941
(33,57,65)
#1A2B32
(26,43,50)
#131D23
(19,29,35)
#0C0F14
(12,15,20)
#000000
(0,0,0)

Tints of #529BAA

#529BAA
(82,155,170)
#61A4B1
(97,164,177)
#70ADB8
(112,173,184)
#7FB6BF
(127,182,191)
#8EBFC6
(142,191,198)
#9DC8CD
(157,200,205)
#ACD1D4
(172,209,212)
#BBDADB
(187,218,219)
#CAE3E2
(202,227,226)
#D9ECE9
(217,236,233)
#E8F5F0
(232,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529BAA color. Also use rgb(82,155,170) instead hex code.

Text Font Color

.myTextColor { color: #529BAA; }

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

This text font color is #529BAA.


Background Color

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

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

This div background color is #529BAA.


Border color

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

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

This div border color is #529BAA.


Opacity

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

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

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

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

This text has shadow with #529BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529BAA on black background.


Color preview on white background

This text has color #529BAA on white background.



Black color preview on #529BAA background

This text has black color on #529BAA background.


White color preview on #529BAA background

This text has white color on #529BAA background.