Shades of Picton Blue #52ABDA
Tints of Picton Blue #52ABDA
RGB
CMYK
RGB Variations
Color information
#52ABDA (or 0x52ABDA) is known color: Picton Blue. HEX triplet: 52, AB and DA. RGB value is (82,171,218). Sum of RGB (Red+Green+Blue) = 82+171+218=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 171 (67.19% from 255 or 36.31% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #52ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABDA is #AD5425. Grayscale: #959595. Windows color (decimal): -11359270 or 14330706. OLE color: 14330706.
HSL color Cylindrical-coordinate representation of color #52ABDA: hue angle of 200.74º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52ABDA is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 171 | 218 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.15 |
| HSL | 200.74º | 0.65% | 0.59% | - |
| HSV(B) | 200.74º | 0.62% | 0.85% | - |
| XYZ | 30.7 | 35.98 | 71.66 | - |
| YUV | 149.75 | 166.51 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 171 | 218 | 0.62 | 0.22 | 0 | 0.15 | 200.74 | 0.65 | 0.59 |
| Hex | 52 | AB | DA | 3E | 16 | 0 | F | C9 | 41 | 3B |
| Octal | 122 | 253 | 332 | 76 | 26 | 0 | 17 | 311 | 101 | 73 |
| Binary | 1010010 | 10101011 | 11011010 | 111110 | 10110 | 0 | 1111 | 11001001 | 1000001 | 111011 |
Color Harmonies of #52ABDA
Complementary color
Monochromatic Colors of #52ABDA
Black with #52ABDA
Text Example
Text Example
White with #52ABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52ABDA; }
p { color: rgb(82,171,218); }
H1.HeaderClassName
{
color: #52ABDA;
}
.AnyTagClassName
{
color: #52ABDA;
}
</style>
background-color css
<style>
a { background-color: #52ABDA; }
a { background-color: rgb(82,171,218); }
div.DivClassName
{
background-color: #52ABDA;
}
.BgClassName
{
background-color: #52ABDA;
}
</style>
border-color css
<style>
span { border-color: #52ABDA; }
span { border-color: rgb(82,171,218); }
td.TdClassName
{
border-color: #52ABDA;
}
.TagClassName
{
border-color: #52ABDA;
}
</style>