COLOR #52A6DC

HEX: #52A6DC RGB: (82,166,220)

Color info

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

RGB color model

#52A6DC color RGB value is (82,166,220).

RGB: (82,166,220) (32%, 65%, 86%)

RGB channels and saturation

R 82 of 255 = 32%
G 166 of 255 = 65%
B 220 of 255 = 86%

82
166
220

R + G + B ~ 61%. #52A6DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 82 + 166 + 220 = 468 (100%)
R 82 of 468 ~ 17.52%
G 166 of 468 ~ 35.47%
B 220 of 468 ~ 47.01'%

%17.52
%35.47
%47.01

CMYK color model

#52A6DC color CMYK value is (63,25,0,14).

  • cyan value is 62.73%
  • magenta value is 24.55%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK: (63,25,0,14) C63M25Y0K14 (63%,25%,0%,14%) (0.63/0.25/0.00/0.14) 

CMYK percentages

%62.73
%24.55
%0
%13.73

Codes

Color #52A6DC in popluar color models

52 A6 DC
RGB 82 166 220
HSL 203° 66.35% 59.22%
HSB/HSV 203° 62.73% 86.27%
CMYK 62.73% 24.55% 0.00%
13.73%

Color #52A6DC in popluar number systems.

HEX 52 A6 DC
Decimal 82 166 220
Binary 1010010 10100110 11011100
Octal 122 246 334

Shades and tints

Shades of #52A6DC

#52A6DC
(82,166,220)
#4B97C8
(75,151,200)
#4488B4
(68,136,180)
#3D79A0
(61,121,160)
#366A8C
(54,106,140)
#2F5B78
(47,91,120)
#284C64
(40,76,100)
#213D50
(33,61,80)
#1A2E3C
(26,46,60)
#131F28
(19,31,40)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #52A6DC

#52A6DC
(82,166,220)
#61AEDF
(97,174,223)
#70B6E2
(112,182,226)
#7FBEE5
(127,190,229)
#8EC6E8
(142,198,232)
#9DCEEB
(157,206,235)
#ACD6EE
(172,214,238)
#BBDEF1
(187,222,241)
#CAE6F4
(202,230,244)
#D9EEF7
(217,238,247)
#E8F6FA
(232,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #52A6DC color. Also use rgb(82,166,220) instead hex code.

Text Font Color

.myTextColor { color: #52A6DC; }

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

This text font color is #52A6DC.

Background Color

.myBgColor { background-color: #52A6DC; }

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

This div background color is #52A6DC.

Border color

.myBorderColor { border: 1px solid #52A6DC; }

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

This div border color is #52A6DC.

Opacity

.myOpacity80 { color: #52A6DC; opacity: 0.8; }

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

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

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

This text has shadow with #52A6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #52A6DC.

Preview

Color preview on black background

This text has color #52A6DC on black background.


Color preview on white background

This text has color #52A6DC on white background.


Black color preview on #52A6DC background

This text has black color on #52A6DC background.


White color preview on #52A6DC background

This text has white color on #52A6DC background.


Related colors

Complementary color

Complementary color for #hex is #AD5923.


I love getcolorcode.com

Triadic colors

1 #DC52A6 and #A6DC52 with #52A6DC are triadic colors.

2 #DCA652 and #A652DC with #52A6DC are triadic colors.