Shades of Picton Blue #529FD2
Tints of Picton Blue #529FD2
RGB
CMYK
RGB Variations
Color information
#529FD2 (or 0x529FD2) is known color: Picton Blue. HEX triplet: 52, 9F and D2. RGB value is (82,159,210). Sum of RGB (Red+Green+Blue) = 82+159+210=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 159 (62.5% from 255 or 35.25% from 451); Blue value is 210 (82.42% from 255 or 46.56% from 451); Max value from RGB is 210 - color contains mainly: blue. Hex color #529FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FD2 is #AD602D. Grayscale: #8D8D8D. Windows color (decimal): -11362350 or 13803346. OLE color: 13803346.
HSL color Cylindrical-coordinate representation of color #529FD2: hue angle of 203.91º degrees, saturation: 0.59, 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 #529FD2 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 82 | 159 | 210 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.18 |
| HSL | 203.91º | 0.59% | 0.57% | - |
| HSV(B) | 203.91º | 0.61% | 0.82% | - |
| XYZ | 27.51 | 31.24 | 65.55 | - |
| YUV | 141.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 210 | 0.61 | 0.24 | 0 | 0.18 | 203.91 | 0.59 | 0.57 |
| Hex | 52 | 9F | D2 | 3D | 18 | 0 | 12 | CC | 3B | 39 |
| Octal | 122 | 237 | 322 | 75 | 30 | 0 | 22 | 314 | 73 | 71 |
| Binary | 1010010 | 10011111 | 11010010 | 111101 | 11000 | 0 | 10010 | 11001100 | 111011 | 111001 |
Color Harmonies of #529FD2
Complementary color
Monochromatic Colors of #529FD2
Black with #529FD2
Text Example
Text Example
White with #529FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FD2; }
p { color: rgb(82,159,210); }
H1.HeaderClassName
{
color: #529FD2;
}
.AnyTagClassName
{
color: #529FD2;
}
</style>
background-color css
<style>
a { background-color: #529FD2; }
a { background-color: rgb(82,159,210); }
div.DivClassName
{
background-color: #529FD2;
}
.BgClassName
{
background-color: #529FD2;
}
</style>
border-color css
<style>
span { border-color: #529FD2; }
span { border-color: rgb(82,159,210); }
td.TdClassName
{
border-color: #529FD2;
}
.TagClassName
{
border-color: #529FD2;
}
</style>