Shades of Picton Blue #52AADD
Tints of Picton Blue #52AADD
RGB
CMYK
RGB Variations
Color information
#52AADD (or 0x52AADD) is known color: Picton Blue. HEX triplet: 52, AA and DD. RGB value is (82,170,221). Sum of RGB (Red+Green+Blue) = 82+170+221=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #52AADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AADD is #AD5522. Grayscale: #959595. Windows color (decimal): -11359523 or 14527058. OLE color: 14527058.
HSL color Cylindrical-coordinate representation of color #52AADD: hue angle of 202.01º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52AADD is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 170 | 221 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.13 |
| HSL | 202.01º | 0.67% | 0.59% | - |
| HSV(B) | 202.01º | 0.63% | 0.87% | - |
| XYZ | 30.91 | 35.76 | 73.68 | - |
| YUV | 149.5 | 168.35 | 79.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 170 | 221 | 0.63 | 0.23 | 0 | 0.13 | 202.01 | 0.67 | 0.59 |
| Hex | 52 | AA | DD | 3F | 17 | 0 | D | CA | 43 | 3B |
| Octal | 122 | 252 | 335 | 77 | 27 | 0 | 15 | 312 | 103 | 73 |
| Binary | 1010010 | 10101010 | 11011101 | 111111 | 10111 | 0 | 1101 | 11001010 | 1000011 | 111011 |
Color Harmonies of #52AADD
Complementary color
Monochromatic Colors of #52AADD
Black with #52AADD
Text Example
Text Example
White with #52AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AADD; }
p { color: rgb(82,170,221); }
H1.HeaderClassName
{
color: #52AADD;
}
.AnyTagClassName
{
color: #52AADD;
}
</style>
background-color css
<style>
a { background-color: #52AADD; }
a { background-color: rgb(82,170,221); }
div.DivClassName
{
background-color: #52AADD;
}
.BgClassName
{
background-color: #52AADD;
}
</style>
border-color css
<style>
span { border-color: #52AADD; }
span { border-color: rgb(82,170,221); }
td.TdClassName
{
border-color: #52AADD;
}
.TagClassName
{
border-color: #52AADD;
}
</style>