Shades of Picton Blue #529FCF
Tints of Picton Blue #529FCF
RGB
CMYK
RGB Variations
Color information
#529FCF (or 0x529FCF) is known color: Picton Blue. HEX triplet: 52, 9F and CF. RGB value is (82,159,207). Sum of RGB (Red+Green+Blue) = 82+159+207=448 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.30% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #529FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FCF is #AD6030. Grayscale: #8D8D8D. Windows color (decimal): -11362353 or 13606738. OLE color: 13606738.
HSL color Cylindrical-coordinate representation of color #529FCF: hue angle of 203.04º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529FCF is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 159 | 207 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.19 |
| HSL | 203.04º | 0.57% | 0.57% | - |
| HSV(B) | 203.04º | 0.6% | 0.81% | - |
| XYZ | 27.14 | 31.1 | 63.6 | - |
| YUV | 141.45 | 164.99 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 207 | 0.60 | 0.23 | 0 | 0.19 | 203.04 | 0.57 | 0.57 |
| Hex | 52 | 9F | CF | 3C | 17 | 0 | 13 | CB | 39 | 39 |
| Octal | 122 | 237 | 317 | 74 | 27 | 0 | 23 | 313 | 71 | 71 |
| Binary | 1010010 | 10011111 | 11001111 | 111100 | 10111 | 0 | 10011 | 11001011 | 111001 | 111001 |
Color Harmonies of #529FCF
Complementary color
Monochromatic Colors of #529FCF
Black with #529FCF
Text Example
Text Example
White with #529FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FCF; }
p { color: rgb(82,159,207); }
H1.HeaderClassName
{
color: #529FCF;
}
.AnyTagClassName
{
color: #529FCF;
}
</style>
background-color css
<style>
a { background-color: #529FCF; }
a { background-color: rgb(82,159,207); }
div.DivClassName
{
background-color: #529FCF;
}
.BgClassName
{
background-color: #529FCF;
}
</style>
border-color css
<style>
span { border-color: #529FCF; }
span { border-color: rgb(82,159,207); }
td.TdClassName
{
border-color: #529FCF;
}
.TagClassName
{
border-color: #529FCF;
}
</style>