#52AADC

Color #52AADC Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #52AADC

Tints of Picton Blue #52AADC

Color information

#52AADC (or 0x52AADC) is unknown color: approx Picton Blue. HEX triplet: 52, AA and DC. RGB value is (82,170,220). Sum of RGB (Red+Green+Blue) = 82+170+220=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #52AADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AADC is #AD5523. Grayscale: #959595. Windows color (decimal): -11359524 or 14461522. OLE color: 14461522.

HSL color Cylindrical-coordinate representation of color #52AADC: hue angle of 201.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52AADC is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB82170220-
CMYK0.630.2300.14
HSL201.74º66.35%59.22%-
HSV(B)201.74º62.73%86.27%-
XYZ30.7735.7172.98-
YUV149.39167.8579.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 17.37%
GREEN value IS 170 (66.80% from 255) = 36.02%
BLUE value IS 220 (86.33% from 255) = 46.61%
R=17.37%
G=36.02%
B=46.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal821702200.630.2300.14201.7466.3559.22
Hex52AADC3F170Eca423b
Octal122252334772701631210273
Binary101001010101010110111001111111011101110110010101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52AADC; }

 p { color: rgb(82,170,220); }

 H1.HeaderClassName
 {
   color: #52AADC;
 }
 .AnyTagClassName
 {
   color: #52AADC;
 }
</style>
background-color css

<style>
 a { background-color: #52AADC; }

 a { background-color: rgb(82,170,220); }

 div.DivClassName
 {
   background-color: #52AADC;
 }
 .BgClassName
 {
   background-color: #52AADC;
 }
</style>
border-color css

<style>
 span { border-color: #52AADC; }

 span { border-color: rgb(82,170,220); }

 td.TdClassName
 {
   border-color: #52AADC;
 }
 .TagClassName
 {
   border-color: #52AADC;
 }
</style>