COLOR #529FF6

HEX: #529FF6
RGB: (82,159,246)

Color info

#529FF6 contains mainly blue color. Web safe color of #529FF6 is #6699FF (or #69F).

RGB color model

#529FF6 color RGB value is (82,159,246).

  • red value is 82;
  • green value is 159;
  • blue value is 246.
RGB:
(82,159,246)
(32%,62%,96%)

RGB channels and saturation

R 82 of 255 = 32%
G 159 of 255 = 62%
B 246 of 255 = 96%

82
159
246

R + G + B ~ 63%. #529FF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
82 + 159 + 246 = 487 (100%)
R 82 of 487 ~ 16.84%
G 159 of 487 ~ 32.65%
B 246 of 487 ~ 50.51%

%16.84
%32.65
%50.51

CMYK color model

#529FF6 color CMYK value is (67,35,0,4).

  • cyan value is 66.67%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(67,35,0,4)
C67M35Y0K4 
(67%,35%,0%,4%)
(0.67/0.35/0.00/0.04)	

CMYK percentages

%66.67
%35.37
%0
%3.53

Codes

Color #529FF6 in popluar color models

529FF6
RGB82159246
HSL212°90.11%64.31%
HSB/HSV212°66.67%96.47%
CMYK66.67%35.37%0.00%
3.53%

Color #529FF6 in popluar number systems.

HEX529FF6
Decimal82159246
Binary10100101001111111110110
Octal122237366

Shades and tints

Shades of #529FF6

#529FF6
(82,159,246)
#4B91E0
(75,145,224)
#4483CA
(68,131,202)
#3D75B4
(61,117,180)
#36679E
(54,103,158)
#2F5988
(47,89,136)
#284B72
(40,75,114)
#213D5C
(33,61,92)
#1A2F46
(26,47,70)
#132130
(19,33,48)
#0C131A
(12,19,26)
#000000
(0,0,0)

Tints of #529FF6

#529FF6
(82,159,246)
#61A7F6
(97,167,246)
#70AFF6
(112,175,246)
#7FB7F6
(127,183,246)
#8EBFF6
(142,191,246)
#9DC7F6
(157,199,246)
#ACCFF6
(172,207,246)
#BBD7F6
(187,215,246)
#CADFF6
(202,223,246)
#D9E7F6
(217,231,246)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #529FF6 color. Also use rgb(82,159,246) instead hex code.

Text Font Color

.myTextColor { color: #529FF6; }

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

This text font color is #529FF6.


Background Color

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

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

This div background color is #529FF6.


Border color

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

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

This div border color is #529FF6.


Opacity

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

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

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

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

This text has shadow with #529FF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #529FF6 on black background.


Color preview on white background

This text has color #529FF6 on white background.



Black color preview on #529FF6 background

This text has black color on #529FF6 background.


White color preview on #529FF6 background

This text has white color on #529FF6 background.