Shades of Picton Blue #52A8DB
Tints of Picton Blue #52A8DB
RGB
CMYK
RGB Variations
Color information
#52A8DB (or 0x52A8DB) is known color: Picton Blue. HEX triplet: 52, A8 and DB. RGB value is (82,168,219). Sum of RGB (Red+Green+Blue) = 82+168+219=469 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.48% from 469); Green value is 168 (66.02% from 255 or 35.82% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #52A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8DB is #AD5724. Grayscale: #939393. Windows color (decimal): -11360037 or 14395474. OLE color: 14395474.
HSL color Cylindrical-coordinate representation of color #52A8DB: hue angle of 202.34º 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 #52A8DB is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 168 | 219 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.14 |
| HSL | 202.34º | 0.66% | 0.59% | - |
| HSV(B) | 202.34º | 0.63% | 0.86% | - |
| XYZ | 30.27 | 34.91 | 72.16 | - |
| YUV | 148.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 219 | 0.63 | 0.23 | 0 | 0.14 | 202.34 | 0.66 | 0.59 |
| Hex | 52 | A8 | DB | 3F | 17 | 0 | E | CA | 42 | 3B |
| Octal | 122 | 250 | 333 | 77 | 27 | 0 | 16 | 312 | 102 | 73 |
| Binary | 1010010 | 10101000 | 11011011 | 111111 | 10111 | 0 | 1110 | 11001010 | 1000010 | 111011 |
Color Harmonies of #52A8DB
Complementary color
Monochromatic Colors of #52A8DB
Black with #52A8DB
Text Example
Text Example
White with #52A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A8DB; }
p { color: rgb(82,168,219); }
H1.HeaderClassName
{
color: #52A8DB;
}
.AnyTagClassName
{
color: #52A8DB;
}
</style>
background-color css
<style>
a { background-color: #52A8DB; }
a { background-color: rgb(82,168,219); }
div.DivClassName
{
background-color: #52A8DB;
}
.BgClassName
{
background-color: #52A8DB;
}
</style>
border-color css
<style>
span { border-color: #52A8DB; }
span { border-color: rgb(82,168,219); }
td.TdClassName
{
border-color: #52A8DB;
}
.TagClassName
{
border-color: #52A8DB;
}
</style>