Shades of Picton Blue #52A0DB
Tints of Picton Blue #52A0DB
RGB
CMYK
RGB Variations
Color information
#52A0DB (or 0x52A0DB) is known color: Picton Blue. HEX triplet: 52, A0 and DB. RGB value is (82,160,219). Sum of RGB (Red+Green+Blue) = 82+160+219=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #52A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A0DB is #AD5F24. Grayscale: #8F8F8F. Windows color (decimal): -11362085 or 14393426. OLE color: 14393426.
HSL color Cylindrical-coordinate representation of color #52A0DB: hue angle of 205.84º 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 #52A0DB is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 160 | 219 | - |
| CMYK | 0.63 | 0.27 | 0 | 0.14 |
| HSL | 205.84º | 0.66% | 0.59% | - |
| HSV(B) | 205.84º | 0.63% | 0.86% | - |
| XYZ | 28.84 | 32.05 | 71.68 | - |
| YUV | 143.4 | 170.66 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 219 | 0.63 | 0.27 | 0 | 0.14 | 205.84 | 0.66 | 0.59 |
| Hex | 52 | A0 | DB | 3F | 1B | 0 | E | CE | 42 | 3B |
| Octal | 122 | 240 | 333 | 77 | 33 | 0 | 16 | 316 | 102 | 73 |
| Binary | 1010010 | 10100000 | 11011011 | 111111 | 11011 | 0 | 1110 | 11001110 | 1000010 | 111011 |
Color Harmonies of #52A0DB
Complementary color
Monochromatic Colors of #52A0DB
Black with #52A0DB
Text Example
Text Example
White with #52A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A0DB; }
p { color: rgb(82,160,219); }
H1.HeaderClassName
{
color: #52A0DB;
}
.AnyTagClassName
{
color: #52A0DB;
}
</style>
background-color css
<style>
a { background-color: #52A0DB; }
a { background-color: rgb(82,160,219); }
div.DivClassName
{
background-color: #52A0DB;
}
.BgClassName
{
background-color: #52A0DB;
}
</style>
border-color css
<style>
span { border-color: #52A0DB; }
span { border-color: rgb(82,160,219); }
td.TdClassName
{
border-color: #52A0DB;
}
.TagClassName
{
border-color: #52A0DB;
}
</style>