Shades of Picton Blue #529FC5
Tints of Picton Blue #529FC5
RGB
CMYK
RGB Variations
Color information
#529FC5 (or 0x529FC5) is known color: Picton Blue. HEX triplet: 52, 9F and C5. RGB value is (82,159,197). Sum of RGB (Red+Green+Blue) = 82+159+197=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 159 (62.5% from 255 or 36.30% from 438); Blue value is 197 (77.34% from 255 or 44.98% from 438); Max value from RGB is 197 - color contains mainly: blue. Hex color #529FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529FC5 is #AD603A. Grayscale: #8C8C8C. Windows color (decimal): -11362363 or 12951378. OLE color: 12951378.
HSL color Cylindrical-coordinate representation of color #529FC5: hue angle of 199.83º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #529FC5 is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 159 | 197 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.23 |
| HSL | 199.83º | 0.5% | 0.55% | - |
| HSV(B) | 199.83º | 0.58% | 0.77% | - |
| XYZ | 25.96 | 30.62 | 57.37 | - |
| YUV | 140.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 197 | 0.58 | 0.19 | 0 | 0.23 | 199.83 | 0.5 | 0.55 |
| Hex | 52 | 9F | C5 | 3A | 13 | 0 | 17 | C8 | 32 | 37 |
| Octal | 122 | 237 | 305 | 72 | 23 | 0 | 27 | 310 | 62 | 67 |
| Binary | 1010010 | 10011111 | 11000101 | 111010 | 10011 | 0 | 10111 | 11001000 | 110010 | 110111 |
Color Harmonies of #529FC5
Complementary color
Monochromatic Colors of #529FC5
Black with #529FC5
Text Example
Text Example
White with #529FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FC5; }
p { color: rgb(82,159,197); }
H1.HeaderClassName
{
color: #529FC5;
}
.AnyTagClassName
{
color: #529FC5;
}
</style>
background-color css
<style>
a { background-color: #529FC5; }
a { background-color: rgb(82,159,197); }
div.DivClassName
{
background-color: #529FC5;
}
.BgClassName
{
background-color: #529FC5;
}
</style>
border-color css
<style>
span { border-color: #529FC5; }
span { border-color: rgb(82,159,197); }
td.TdClassName
{
border-color: #529FC5;
}
.TagClassName
{
border-color: #529FC5;
}
</style>