COLOR #529BD1

HEX: #529BD1 RGB: (82,155,209)

Color info

#529BD1 contains mainly green and blue colors. Web safe color of #529BD1 is #6699CC (or #69C).

RGB color model

#529BD1 color RGB value is (82,155,209).

RGB: (82,155,209) (32%, 61%, 82%)

RGB channels and saturation

R 82 of 255 = 32%
G 155 of 255 = 61%
B 209 of 255 = 82%

82
155
209

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

Portions of RGB colors in percentages

R + G + B = 82 + 155 + 209 = 446 (100%)
R 82 of 446 ~ 18.39%
G 155 of 446 ~ 34.75%
B 209 of 446 ~ 46.86'%

%18.39
%34.75
%46.86

CMYK color model

#529BD1 color CMYK value is (61,26,0,18).

  • cyan value is 60.77%
  • magenta value is 25.84%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (61,26,0,18)
C61M26Y0K18 (61%, 26%, 0%, 18%)
(0.61 / 0.26 / 0.00 / 0.18)

CMYK percentages

%60.77
%25.84
%0
%18.04

Codes

Color #529BD1 in popluar color models

52 9B D1
RGB 82 155 209
HSL 206° 57.99% 57.06%
HSB/HSV 206° 60.77% 81.96%
CMYK 60.77% 25.84% 0.00%
18.04%

Color #529BD1 in popluar number systems.

HEX 52 9B D1
Decimal 82 155 209
Binary 1010010 10011011 11010001
Octal 122 233 321

Shades and tints

Shades of #529BD1

#529BD1
(82,155,209)
#4B8DBE
(75,141,190)
#447FAB
(68,127,171)
#3D7198
(61,113,152)
#366385
(54,99,133)
#2F5572
(47,85,114)
#28475F
(40,71,95)
#21394C
(33,57,76)
#1A2B39
(26,43,57)
#131D26
(19,29,38)
#0C0F13
(12,15,19)
#000000
(0,0,0)

Tints of #529BD1

#529BD1
(82,155,209)
#61A4D5
(97,164,213)
#70ADD9
(112,173,217)
#7FB6DD
(127,182,221)
#8EBFE1
(142,191,225)
#9DC8E5
(157,200,229)
#ACD1E9
(172,209,233)
#BBDAED
(187,218,237)
#CAE3F1
(202,227,241)
#D9ECF5
(217,236,245)
#E8F5F9
(232,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #529BD1; }

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

This text font color is #529BD1.

Background Color

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

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

This div background color is #529BD1.

Border color

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

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

This div border color is #529BD1.

Opacity

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

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

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

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

This text has shadow with #529BD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #529BD1.

Preview

Color preview on black background

This text has color #529BD1 on black background.


Color preview on white background

This text has color #529BD1 on white background.


Black color preview on #529BD1 background

This text has black color on #529BD1 background.


White color preview on #529BD1 background

This text has white color on #529BD1 background.


Related colors

Complementary color

Complementary color for #hex is #AD642E.


I love getcolorcode.com

Triadic colors

1 #D1529B and #9BD152 with #529BD1 are triadic colors.

2 #D19B52 and #9B52D1 with #529BD1 are triadic colors.