Shades of Picton Blue #529FDD
Tints of Picton Blue #529FDD
RGB
CMYK
RGB Variations
Color information
#529FDD (or 0x529FDD) is known color: Picton Blue. HEX triplet: 52, 9F and DD. RGB value is (82,159,221). Sum of RGB (Red+Green+Blue) = 82+159+221=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #529FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FDD is #AD6022. Grayscale: #8E8E8E. Windows color (decimal): -11362339 or 14524242. OLE color: 14524242.
HSL color Cylindrical-coordinate representation of color #529FDD: hue angle of 206.76º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529FDD is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 159 | 221 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.13 |
| HSL | 206.76º | 0.67% | 0.59% | - |
| HSV(B) | 206.76º | 0.63% | 0.87% | - |
| XYZ | 28.93 | 31.81 | 73.02 | - |
| YUV | 143.05 | 171.99 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 221 | 0.63 | 0.28 | 0 | 0.13 | 206.76 | 0.67 | 0.59 |
| Hex | 52 | 9F | DD | 3F | 1C | 0 | D | CF | 43 | 3B |
| Octal | 122 | 237 | 335 | 77 | 34 | 0 | 15 | 317 | 103 | 73 |
| Binary | 1010010 | 10011111 | 11011101 | 111111 | 11100 | 0 | 1101 | 11001111 | 1000011 | 111011 |
Color Harmonies of #529FDD
Complementary color
Monochromatic Colors of #529FDD
Black with #529FDD
Text Example
Text Example
White with #529FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FDD; }
p { color: rgb(82,159,221); }
H1.HeaderClassName
{
color: #529FDD;
}
.AnyTagClassName
{
color: #529FDD;
}
</style>
background-color css
<style>
a { background-color: #529FDD; }
a { background-color: rgb(82,159,221); }
div.DivClassName
{
background-color: #529FDD;
}
.BgClassName
{
background-color: #529FDD;
}
</style>
border-color css
<style>
span { border-color: #529FDD; }
span { border-color: rgb(82,159,221); }
td.TdClassName
{
border-color: #529FDD;
}
.TagClassName
{
border-color: #529FDD;
}
</style>