Shades of Picton Blue #529DCC
Tints of Picton Blue #529DCC
RGB
CMYK
RGB Variations
Color information
#529DCC (or 0x529DCC) is known color: Picton Blue. HEX triplet: 52, 9D and CC. RGB value is (82,157,204). Sum of RGB (Red+Green+Blue) = 82+157+204=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #529DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529DCC is #AD6233. Grayscale: #8B8B8B. Windows color (decimal): -11362868 or 13409618. OLE color: 13409618.
HSL color Cylindrical-coordinate representation of color #529DCC: hue angle of 203.11º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529DCC is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 157 | 204 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.2 |
| HSL | 203.11º | 0.54% | 0.56% | - |
| HSV(B) | 203.11º | 0.6% | 0.8% | - |
| XYZ | 26.44 | 30.27 | 61.58 | - |
| YUV | 139.93 | 164.15 | 86.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 204 | 0.60 | 0.23 | 0 | 0.2 | 203.11 | 0.54 | 0.56 |
| Hex | 52 | 9D | CC | 3C | 17 | 0 | 14 | CB | 36 | 38 |
| Octal | 122 | 235 | 314 | 74 | 27 | 0 | 24 | 313 | 66 | 70 |
| Binary | 1010010 | 10011101 | 11001100 | 111100 | 10111 | 0 | 10100 | 11001011 | 110110 | 111000 |
Color Harmonies of #529DCC
Complementary color
Monochromatic Colors of #529DCC
Black with #529DCC
Text Example
Text Example
White with #529DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DCC; }
p { color: rgb(82,157,204); }
H1.HeaderClassName
{
color: #529DCC;
}
.AnyTagClassName
{
color: #529DCC;
}
</style>
background-color css
<style>
a { background-color: #529DCC; }
a { background-color: rgb(82,157,204); }
div.DivClassName
{
background-color: #529DCC;
}
.BgClassName
{
background-color: #529DCC;
}
</style>
border-color css
<style>
span { border-color: #529DCC; }
span { border-color: rgb(82,157,204); }
td.TdClassName
{
border-color: #529DCC;
}
.TagClassName
{
border-color: #529DCC;
}
</style>