Shades of Picton Blue #529FD1
Tints of Picton Blue #529FD1
RGB
CMYK
RGB Variations
Color information
#529FD1 (or 0x529FD1) is known color: Picton Blue. HEX triplet: 52, 9F and D1. RGB value is (82,159,209). Sum of RGB (Red+Green+Blue) = 82+159+209=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #529FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FD1 is #AD602E. Grayscale: #8D8D8D. Windows color (decimal): -11362351 or 13737810. OLE color: 13737810.
HSL color Cylindrical-coordinate representation of color #529FD1: hue angle of 203.62º degrees, saturation: 0.58, 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 #529FD1 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 159 | 209 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.18 |
| HSL | 203.62º | 0.58% | 0.57% | - |
| HSV(B) | 203.62º | 0.61% | 0.82% | - |
| XYZ | 27.39 | 31.19 | 64.9 | - |
| YUV | 141.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 209 | 0.61 | 0.24 | 0 | 0.18 | 203.62 | 0.58 | 0.57 |
| Hex | 52 | 9F | D1 | 3D | 18 | 0 | 12 | CC | 3A | 39 |
| Octal | 122 | 237 | 321 | 75 | 30 | 0 | 22 | 314 | 72 | 71 |
| Binary | 1010010 | 10011111 | 11010001 | 111101 | 11000 | 0 | 10010 | 11001100 | 111010 | 111001 |
Color Harmonies of #529FD1
Complementary color
Monochromatic Colors of #529FD1
Black with #529FD1
Text Example
Text Example
White with #529FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FD1; }
p { color: rgb(82,159,209); }
H1.HeaderClassName
{
color: #529FD1;
}
.AnyTagClassName
{
color: #529FD1;
}
</style>
background-color css
<style>
a { background-color: #529FD1; }
a { background-color: rgb(82,159,209); }
div.DivClassName
{
background-color: #529FD1;
}
.BgClassName
{
background-color: #529FD1;
}
</style>
border-color css
<style>
span { border-color: #529FD1; }
span { border-color: rgb(82,159,209); }
td.TdClassName
{
border-color: #529FD1;
}
.TagClassName
{
border-color: #529FD1;
}
</style>