Shades of Picton Blue #52AADC
Tints of Picton Blue #52AADC
RGB
CMYK
RGB Variations
Color information
#52AADC (or 0x52AADC) is known color: 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
| RGB | 82 | 170 | 220 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.14 |
| HSL | 201.74º | 0.66% | 0.59% | - |
| HSV(B) | 201.74º | 0.63% | 0.86% | - |
| XYZ | 30.77 | 35.71 | 72.98 | - |
| YUV | 149.39 | 167.85 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 220 | 0.63 | 0.23 | 0 | 0.14 | 201.74 | 0.66 | 0.59 |
| Hex | 52 | AA | DC | 3F | 17 | 0 | E | CA | 42 | 3B |
| Octal | 122 | 252 | 334 | 77 | 27 | 0 | 16 | 312 | 102 | 73 |
| Binary | 1010010 | 10101010 | 11011100 | 111111 | 10111 | 0 | 1110 | 11001010 | 1000010 | 111011 |
Color Harmonies of #52AADC
Complementary color
Monochromatic Colors of #52AADC
Black with #52AADC
Text Example
Text Example
White with #52AADC
Text Example
Text Example
HTML Codes & Css Web 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>