Shades of Picton Blue #529BD7
Tints of Picton Blue #529BD7
RGB
CMYK
RGB Variations
Color information
#529BD7 (or 0x529BD7) is known color: Picton Blue. HEX triplet: 52, 9B and D7. RGB value is (82,155,215). Sum of RGB (Red+Green+Blue) = 82+155+215=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #529BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BD7 is #AD6428. Grayscale: #8B8B8B. Windows color (decimal): -11363369 or 14130002. OLE color: 14130002.
HSL color Cylindrical-coordinate representation of color #529BD7: hue angle of 207.07º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #529BD7 is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 155 | 215 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.16 |
| HSL | 207.07º | 0.62% | 0.58% | - |
| HSV(B) | 207.07º | 0.62% | 0.84% | - |
| XYZ | 27.47 | 30.14 | 68.66 | - |
| YUV | 140.01 | 170.32 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 215 | 0.62 | 0.28 | 0 | 0.16 | 207.07 | 0.62 | 0.58 |
| Hex | 52 | 9B | D7 | 3E | 1C | 0 | 10 | CF | 3E | 3A |
| Octal | 122 | 233 | 327 | 76 | 34 | 0 | 20 | 317 | 76 | 72 |
| Binary | 1010010 | 10011011 | 11010111 | 111110 | 11100 | 0 | 10000 | 11001111 | 111110 | 111010 |
Color Harmonies of #529BD7
Complementary color
Monochromatic Colors of #529BD7
Black with #529BD7
Text Example
Text Example
White with #529BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BD7; }
p { color: rgb(82,155,215); }
H1.HeaderClassName
{
color: #529BD7;
}
.AnyTagClassName
{
color: #529BD7;
}
</style>
background-color css
<style>
a { background-color: #529BD7; }
a { background-color: rgb(82,155,215); }
div.DivClassName
{
background-color: #529BD7;
}
.BgClassName
{
background-color: #529BD7;
}
</style>
border-color css
<style>
span { border-color: #529BD7; }
span { border-color: rgb(82,155,215); }
td.TdClassName
{
border-color: #529BD7;
}
.TagClassName
{
border-color: #529BD7;
}
</style>