Shades of Picton Blue #52A2D6
Tints of Picton Blue #52A2D6
RGB
CMYK
RGB Variations
Color information
#52A2D6 (or 0x52A2D6) is known color: Picton Blue. HEX triplet: 52, A2 and D6. RGB value is (82,162,214). Sum of RGB (Red+Green+Blue) = 82+162+214=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 214 (83.98% from 255 or 46.72% from 458); Max value from RGB is 214 - color contains mainly: blue. Hex color #52A2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A2D6 is #AD5D29. Grayscale: #8F8F8F. Windows color (decimal): -11361578 or 14066258. OLE color: 14066258.
HSL color Cylindrical-coordinate representation of color #52A2D6: hue angle of 203.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52A2D6 is Cyan = 0.62, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 162 | 214 | - |
| CMYK | 0.62 | 0.24 | 0 | 0.16 |
| HSL | 203.64º | 0.62% | 0.58% | - |
| HSV(B) | 203.64º | 0.62% | 0.84% | - |
| XYZ | 28.54 | 32.49 | 68.39 | - |
| YUV | 144.01 | 167.5 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 162 | 214 | 0.62 | 0.24 | 0 | 0.16 | 203.64 | 0.62 | 0.58 |
| Hex | 52 | A2 | D6 | 3E | 18 | 0 | 10 | CC | 3E | 3A |
| Octal | 122 | 242 | 326 | 76 | 30 | 0 | 20 | 314 | 76 | 72 |
| Binary | 1010010 | 10100010 | 11010110 | 111110 | 11000 | 0 | 10000 | 11001100 | 111110 | 111010 |
Color Harmonies of #52A2D6
Complementary color
Monochromatic Colors of #52A2D6
Black with #52A2D6
Text Example
Text Example
White with #52A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A2D6; }
p { color: rgb(82,162,214); }
H1.HeaderClassName
{
color: #52A2D6;
}
.AnyTagClassName
{
color: #52A2D6;
}
</style>
background-color css
<style>
a { background-color: #52A2D6; }
a { background-color: rgb(82,162,214); }
div.DivClassName
{
background-color: #52A2D6;
}
.BgClassName
{
background-color: #52A2D6;
}
</style>
border-color css
<style>
span { border-color: #52A2D6; }
span { border-color: rgb(82,162,214); }
td.TdClassName
{
border-color: #52A2D6;
}
.TagClassName
{
border-color: #52A2D6;
}
</style>