Shades of Picton Blue #529FD0
Tints of Picton Blue #529FD0
RGB
CMYK
RGB Variations
Color information
#529FD0 (or 0x529FD0) is known color: Picton Blue. HEX triplet: 52, 9F and D0. RGB value is (82,159,208). Sum of RGB (Red+Green+Blue) = 82+159+208=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 208 (81.64% from 255 or 46.33% from 449); Max value from RGB is 208 - color contains mainly: blue. Hex color #529FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FD0 is #AD602F. Grayscale: #8D8D8D. Windows color (decimal): -11362352 or 13672274. OLE color: 13672274.
HSL color Cylindrical-coordinate representation of color #529FD0: hue angle of 203.33º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #529FD0 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 159 | 208 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.18 |
| HSL | 203.33º | 0.57% | 0.57% | - |
| HSV(B) | 203.33º | 0.61% | 0.82% | - |
| XYZ | 27.26 | 31.14 | 64.25 | - |
| YUV | 141.56 | 165.49 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 208 | 0.61 | 0.24 | 0 | 0.18 | 203.33 | 0.57 | 0.57 |
| Hex | 52 | 9F | D0 | 3D | 18 | 0 | 12 | CB | 39 | 39 |
| Octal | 122 | 237 | 320 | 75 | 30 | 0 | 22 | 313 | 71 | 71 |
| Binary | 1010010 | 10011111 | 11010000 | 111101 | 11000 | 0 | 10010 | 11001011 | 111001 | 111001 |
Color Harmonies of #529FD0
Complementary color
Monochromatic Colors of #529FD0
Black with #529FD0
Text Example
Text Example
White with #529FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FD0; }
p { color: rgb(82,159,208); }
H1.HeaderClassName
{
color: #529FD0;
}
.AnyTagClassName
{
color: #529FD0;
}
</style>
background-color css
<style>
a { background-color: #529FD0; }
a { background-color: rgb(82,159,208); }
div.DivClassName
{
background-color: #529FD0;
}
.BgClassName
{
background-color: #529FD0;
}
</style>
border-color css
<style>
span { border-color: #529FD0; }
span { border-color: rgb(82,159,208); }
td.TdClassName
{
border-color: #529FD0;
}
.TagClassName
{
border-color: #529FD0;
}
</style>