Shades of Picton Blue #52A0DA
Tints of Picton Blue #52A0DA
RGB
CMYK
RGB Variations
Color information
#52A0DA (or 0x52A0DA) is known color: Picton Blue. HEX triplet: 52, A0 and DA. RGB value is (82,160,218). Sum of RGB (Red+Green+Blue) = 82+160+218=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #52A0DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A0DA is #AD5F25. Grayscale: #8E8E8E. Windows color (decimal): -11362086 or 14327890. OLE color: 14327890.
HSL color Cylindrical-coordinate representation of color #52A0DA: hue angle of 205.59º 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 #52A0DA is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 160 | 218 | - |
| CMYK | 0.62 | 0.27 | 0 | 0.15 |
| HSL | 205.59º | 0.65% | 0.59% | - |
| HSV(B) | 205.59º | 0.62% | 0.85% | - |
| XYZ | 28.71 | 32 | 70.99 | - |
| YUV | 143.29 | 170.16 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 218 | 0.62 | 0.27 | 0 | 0.15 | 205.59 | 0.65 | 0.59 |
| Hex | 52 | A0 | DA | 3E | 1B | 0 | F | CE | 41 | 3B |
| Octal | 122 | 240 | 332 | 76 | 33 | 0 | 17 | 316 | 101 | 73 |
| Binary | 1010010 | 10100000 | 11011010 | 111110 | 11011 | 0 | 1111 | 11001110 | 1000001 | 111011 |
Color Harmonies of #52A0DA
Complementary color
Monochromatic Colors of #52A0DA
Black with #52A0DA
Text Example
Text Example
White with #52A0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A0DA; }
p { color: rgb(82,160,218); }
H1.HeaderClassName
{
color: #52A0DA;
}
.AnyTagClassName
{
color: #52A0DA;
}
</style>
background-color css
<style>
a { background-color: #52A0DA; }
a { background-color: rgb(82,160,218); }
div.DivClassName
{
background-color: #52A0DA;
}
.BgClassName
{
background-color: #52A0DA;
}
</style>
border-color css
<style>
span { border-color: #52A0DA; }
span { border-color: rgb(82,160,218); }
td.TdClassName
{
border-color: #52A0DA;
}
.TagClassName
{
border-color: #52A0DA;
}
</style>