Shades of Picton Blue #529ACF
Tints of Picton Blue #529ACF
RGB
CMYK
RGB Variations
Color information
#529ACF (or 0x529ACF) is known color: Picton Blue. HEX triplet: 52, 9A and CF. RGB value is (82,154,207). Sum of RGB (Red+Green+Blue) = 82+154+207=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #529ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ACF is #AD6530. Grayscale: #8A8A8A. Windows color (decimal): -11363633 or 13605458. OLE color: 13605458.
HSL color Cylindrical-coordinate representation of color #529ACF: hue angle of 205.44º 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 #529ACF is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 154 | 207 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.19 |
| HSL | 205.44º | 0.57% | 0.57% | - |
| HSV(B) | 205.44º | 0.6% | 0.81% | - |
| XYZ | 26.3 | 29.41 | 63.32 | - |
| YUV | 138.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 207 | 0.60 | 0.26 | 0 | 0.19 | 205.44 | 0.57 | 0.57 |
| Hex | 52 | 9A | CF | 3C | 1A | 0 | 13 | CD | 39 | 39 |
| Octal | 122 | 232 | 317 | 74 | 32 | 0 | 23 | 315 | 71 | 71 |
| Binary | 1010010 | 10011010 | 11001111 | 111100 | 11010 | 0 | 10011 | 11001101 | 111001 | 111001 |
Color Harmonies of #529ACF
Complementary color
Monochromatic Colors of #529ACF
Black with #529ACF
Text Example
Text Example
White with #529ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529ACF; }
p { color: rgb(82,154,207); }
H1.HeaderClassName
{
color: #529ACF;
}
.AnyTagClassName
{
color: #529ACF;
}
</style>
background-color css
<style>
a { background-color: #529ACF; }
a { background-color: rgb(82,154,207); }
div.DivClassName
{
background-color: #529ACF;
}
.BgClassName
{
background-color: #529ACF;
}
</style>
border-color css
<style>
span { border-color: #529ACF; }
span { border-color: rgb(82,154,207); }
td.TdClassName
{
border-color: #529ACF;
}
.TagClassName
{
border-color: #529ACF;
}
</style>