Shades of Picton Blue #52A3DB
Tints of Picton Blue #52A3DB
RGB
CMYK
RGB Variations
Color information
#52A3DB (or 0x52A3DB) is known color: Picton Blue. HEX triplet: 52, A3 and DB. RGB value is (82,163,219). Sum of RGB (Red+Green+Blue) = 82+163+219=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #52A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A3DB is #AD5C24. Grayscale: #909090. Windows color (decimal): -11361317 or 14394194. OLE color: 14394194.
HSL color Cylindrical-coordinate representation of color #52A3DB: hue angle of 204.53º 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 #52A3DB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 163 | 219 | - |
| CMYK | 0.63 | 0.26 | 0 | 0.14 |
| HSL | 204.53º | 0.66% | 0.59% | - |
| HSV(B) | 204.53º | 0.63% | 0.86% | - |
| XYZ | 29.36 | 33.1 | 71.86 | - |
| YUV | 145.17 | 169.66 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 163 | 219 | 0.63 | 0.26 | 0 | 0.14 | 204.53 | 0.66 | 0.59 |
| Hex | 52 | A3 | DB | 3F | 1A | 0 | E | CD | 42 | 3B |
| Octal | 122 | 243 | 333 | 77 | 32 | 0 | 16 | 315 | 102 | 73 |
| Binary | 1010010 | 10100011 | 11011011 | 111111 | 11010 | 0 | 1110 | 11001101 | 1000010 | 111011 |
Color Harmonies of #52A3DB
Complementary color
Monochromatic Colors of #52A3DB
Black with #52A3DB
Text Example
Text Example
White with #52A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A3DB; }
p { color: rgb(82,163,219); }
H1.HeaderClassName
{
color: #52A3DB;
}
.AnyTagClassName
{
color: #52A3DB;
}
</style>
background-color css
<style>
a { background-color: #52A3DB; }
a { background-color: rgb(82,163,219); }
div.DivClassName
{
background-color: #52A3DB;
}
.BgClassName
{
background-color: #52A3DB;
}
</style>
border-color css
<style>
span { border-color: #52A3DB; }
span { border-color: rgb(82,163,219); }
td.TdClassName
{
border-color: #52A3DB;
}
.TagClassName
{
border-color: #52A3DB;
}
</style>