Shades of Picton Blue #529FDE
Tints of Picton Blue #529FDE
RGB
CMYK
RGB Variations
Color information
#529FDE (or 0x529FDE) is known color: Picton Blue. HEX triplet: 52, 9F and DE. RGB value is (82,159,222). Sum of RGB (Red+Green+Blue) = 82+159+222=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #529FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FDE is #AD6021. Grayscale: #8E8E8E. Windows color (decimal): -11362338 or 14589778. OLE color: 14589778.
HSL color Cylindrical-coordinate representation of color #529FDE: hue angle of 207º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529FDE is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 159 | 222 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.13 |
| HSL | 207º | 0.68% | 0.6% | - |
| HSV(B) | 207º | 0.63% | 0.87% | - |
| XYZ | 29.06 | 31.86 | 73.73 | - |
| YUV | 143.16 | 172.49 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 222 | 0.63 | 0.28 | 0 | 0.13 | 207 | 0.68 | 0.6 |
| Hex | 52 | 9F | DE | 3F | 1C | 0 | D | CF | 44 | 3C |
| Octal | 122 | 237 | 336 | 77 | 34 | 0 | 15 | 317 | 104 | 74 |
| Binary | 1010010 | 10011111 | 11011110 | 111111 | 11100 | 0 | 1101 | 11001111 | 1000100 | 111100 |
Color Harmonies of #529FDE
Complementary color
Monochromatic Colors of #529FDE
Black with #529FDE
Text Example
Text Example
White with #529FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FDE; }
p { color: rgb(82,159,222); }
H1.HeaderClassName
{
color: #529FDE;
}
.AnyTagClassName
{
color: #529FDE;
}
</style>
background-color css
<style>
a { background-color: #529FDE; }
a { background-color: rgb(82,159,222); }
div.DivClassName
{
background-color: #529FDE;
}
.BgClassName
{
background-color: #529FDE;
}
</style>
border-color css
<style>
span { border-color: #529FDE; }
span { border-color: rgb(82,159,222); }
td.TdClassName
{
border-color: #529FDE;
}
.TagClassName
{
border-color: #529FDE;
}
</style>