Shades of Picton Blue #529DDE
Tints of Picton Blue #529DDE
RGB
CMYK
RGB Variations
Color information
#529DDE (or 0x529DDE) is known color: Picton Blue. HEX triplet: 52, 9D and DE. RGB value is (82,157,222). Sum of RGB (Red+Green+Blue) = 82+157+222=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 157 (61.72% from 255 or 34.06% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #529DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DDE is #AD6221. Grayscale: #8D8D8D. Windows color (decimal): -11362850 or 14589266. OLE color: 14589266.
HSL color Cylindrical-coordinate representation of color #529DDE: hue angle of 207.86º 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 #529DDE is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 157 | 222 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.13 |
| HSL | 207.86º | 0.68% | 0.6% | - |
| HSV(B) | 207.86º | 0.63% | 0.87% | - |
| XYZ | 28.72 | 31.18 | 73.61 | - |
| YUV | 141.99 | 173.15 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 222 | 0.63 | 0.29 | 0 | 0.13 | 207.86 | 0.68 | 0.6 |
| Hex | 52 | 9D | DE | 3F | 1D | 0 | D | D0 | 44 | 3C |
| Octal | 122 | 235 | 336 | 77 | 35 | 0 | 15 | 320 | 104 | 74 |
| Binary | 1010010 | 10011101 | 11011110 | 111111 | 11101 | 0 | 1101 | 11010000 | 1000100 | 111100 |
Color Harmonies of #529DDE
Complementary color
Monochromatic Colors of #529DDE
Black with #529DDE
Text Example
Text Example
White with #529DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DDE; }
p { color: rgb(82,157,222); }
H1.HeaderClassName
{
color: #529DDE;
}
.AnyTagClassName
{
color: #529DDE;
}
</style>
background-color css
<style>
a { background-color: #529DDE; }
a { background-color: rgb(82,157,222); }
div.DivClassName
{
background-color: #529DDE;
}
.BgClassName
{
background-color: #529DDE;
}
</style>
border-color css
<style>
span { border-color: #529DDE; }
span { border-color: rgb(82,157,222); }
td.TdClassName
{
border-color: #529DDE;
}
.TagClassName
{
border-color: #529DDE;
}
</style>