Shades of Picton Blue #529FDC
Tints of Picton Blue #529FDC
RGB
CMYK
RGB Variations
Color information
#529FDC (or 0x529FDC) is known color: Picton Blue. HEX triplet: 52, 9F and DC. RGB value is (82,159,220). Sum of RGB (Red+Green+Blue) = 82+159+220=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #529FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FDC is #AD6023. Grayscale: #8E8E8E. Windows color (decimal): -11362340 or 14458706. OLE color: 14458706.
HSL color Cylindrical-coordinate representation of color #529FDC: hue angle of 206.52º 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 #529FDC is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 159 | 220 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.14 |
| HSL | 206.52º | 0.66% | 0.59% | - |
| HSV(B) | 206.52º | 0.63% | 0.86% | - |
| XYZ | 28.8 | 31.76 | 72.32 | - |
| YUV | 142.93 | 171.49 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 220 | 0.63 | 0.28 | 0 | 0.14 | 206.52 | 0.66 | 0.59 |
| Hex | 52 | 9F | DC | 3F | 1C | 0 | E | CF | 42 | 3B |
| Octal | 122 | 237 | 334 | 77 | 34 | 0 | 16 | 317 | 102 | 73 |
| Binary | 1010010 | 10011111 | 11011100 | 111111 | 11100 | 0 | 1110 | 11001111 | 1000010 | 111011 |
Color Harmonies of #529FDC
Complementary color
Monochromatic Colors of #529FDC
Black with #529FDC
Text Example
Text Example
White with #529FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FDC; }
p { color: rgb(82,159,220); }
H1.HeaderClassName
{
color: #529FDC;
}
.AnyTagClassName
{
color: #529FDC;
}
</style>
background-color css
<style>
a { background-color: #529FDC; }
a { background-color: rgb(82,159,220); }
div.DivClassName
{
background-color: #529FDC;
}
.BgClassName
{
background-color: #529FDC;
}
</style>
border-color css
<style>
span { border-color: #529FDC; }
span { border-color: rgb(82,159,220); }
td.TdClassName
{
border-color: #529FDC;
}
.TagClassName
{
border-color: #529FDC;
}
</style>