Shades of Picton Blue #52A2DB
Tints of Picton Blue #52A2DB
RGB
CMYK
RGB Variations
Color information
#52A2DB (or 0x52A2DB) is known color: Picton Blue. HEX triplet: 52, A2 and DB. RGB value is (82,162,219). Sum of RGB (Red+Green+Blue) = 82+162+219=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #52A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A2DB is #AD5D24. Grayscale: #909090. Windows color (decimal): -11361573 or 14393938. OLE color: 14393938.
HSL color Cylindrical-coordinate representation of color #52A2DB: hue angle of 204.96º 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 #52A2DB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 162 | 219 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.14 |
| HSL | 204.96º | 0.66% | 0.59% | - |
| HSV(B) | 204.96º | 0.63% | 0.86% | - |
| XYZ | 29.19 | 32.75 | 71.8 | - |
| YUV | 144.58 | 170 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 219 | 0.63 | 0.26 | 0 | 0.14 | 204.96 | 0.66 | 0.59 |
| Hex | 52 | A2 | DB | 3F | 1A | 0 | E | CD | 42 | 3B |
| Octal | 122 | 242 | 333 | 77 | 32 | 0 | 16 | 315 | 102 | 73 |
| Binary | 1010010 | 10100010 | 11011011 | 111111 | 11010 | 0 | 1110 | 11001101 | 1000010 | 111011 |
Color Harmonies of #52A2DB
Complementary color
Monochromatic Colors of #52A2DB
Black with #52A2DB
Text Example
Text Example
White with #52A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A2DB; }
p { color: rgb(82,162,219); }
H1.HeaderClassName
{
color: #52A2DB;
}
.AnyTagClassName
{
color: #52A2DB;
}
</style>
background-color css
<style>
a { background-color: #52A2DB; }
a { background-color: rgb(82,162,219); }
div.DivClassName
{
background-color: #52A2DB;
}
.BgClassName
{
background-color: #52A2DB;
}
</style>
border-color css
<style>
span { border-color: #52A2DB; }
span { border-color: rgb(82,162,219); }
td.TdClassName
{
border-color: #52A2DB;
}
.TagClassName
{
border-color: #52A2DB;
}
</style>