Shades of Picton Blue #52A0C8
Tints of Picton Blue #52A0C8
RGB
CMYK
RGB Variations
Color information
#52A0C8 (or 0x52A0C8) is known color: Picton Blue. HEX triplet: 52, A0 and C8. RGB value is (82,160,200). Sum of RGB (Red+Green+Blue) = 82+160+200=442 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.55% from 442); Green value is 160 (62.89% from 255 or 36.20% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #52A0C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A0C8 is #AD5F37. Grayscale: #8D8D8D. Windows color (decimal): -11362104 or 13148242. OLE color: 13148242.
HSL color Cylindrical-coordinate representation of color #52A0C8: hue angle of 200.34º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52A0C8 is Cyan = 0.59, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 160 | 200 | - |
| CMYK | 0.59 | 0.2 | 0 | 0.22 |
| HSL | 200.34º | 0.52% | 0.55% | - |
| HSV(B) | 200.34º | 0.59% | 0.78% | - |
| XYZ | 26.48 | 31.11 | 59.25 | - |
| YUV | 141.24 | 161.16 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 200 | 0.59 | 0.2 | 0 | 0.22 | 200.34 | 0.52 | 0.55 |
| Hex | 52 | A0 | C8 | 3B | 14 | 0 | 16 | C8 | 34 | 37 |
| Octal | 122 | 240 | 310 | 73 | 24 | 0 | 26 | 310 | 64 | 67 |
| Binary | 1010010 | 10100000 | 11001000 | 111011 | 10100 | 0 | 10110 | 11001000 | 110100 | 110111 |
Color Harmonies of #52A0C8
Complementary color
Monochromatic Colors of #52A0C8
Black with #52A0C8
Text Example
Text Example
White with #52A0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A0C8; }
p { color: rgb(82,160,200); }
H1.HeaderClassName
{
color: #52A0C8;
}
.AnyTagClassName
{
color: #52A0C8;
}
</style>
background-color css
<style>
a { background-color: #52A0C8; }
a { background-color: rgb(82,160,200); }
div.DivClassName
{
background-color: #52A0C8;
}
.BgClassName
{
background-color: #52A0C8;
}
</style>
border-color css
<style>
span { border-color: #52A0C8; }
span { border-color: rgb(82,160,200); }
td.TdClassName
{
border-color: #52A0C8;
}
.TagClassName
{
border-color: #52A0C8;
}
</style>