Shades of Picton Blue #529CCD
Tints of Picton Blue #529CCD
RGB
CMYK
RGB Variations
Color information
#529CCD (or 0x529CCD) is known color: Picton Blue. HEX triplet: 52, 9C and CD. RGB value is (82,156,205). Sum of RGB (Red+Green+Blue) = 82+156+205=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 156 (61.33% from 255 or 35.21% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #529CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CCD is #AD6332. Grayscale: #8B8B8B. Windows color (decimal): -11363123 or 13474898. OLE color: 13474898.
HSL color Cylindrical-coordinate representation of color #529CCD: hue angle of 203.9º degrees, saturation: 0.55, 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 #529CCD is Cyan = 0.6, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 156 | 205 | - |
| CMYK | 0.6 | 0.24 | 0 | 0.20 |
| HSL | 203.9º | 0.55% | 0.56% | - |
| HSV(B) | 203.9º | 0.6% | 0.8% | - |
| XYZ | 26.39 | 29.98 | 62.15 | - |
| YUV | 139.46 | 164.98 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 205 | 0.6 | 0.24 | 0 | 0.20 | 203.9 | 0.55 | 0.56 |
| Hex | 52 | 9C | CD | 3C | 18 | 0 | 14 | CC | 37 | 38 |
| Octal | 122 | 234 | 315 | 74 | 30 | 0 | 24 | 314 | 67 | 70 |
| Binary | 1010010 | 10011100 | 11001101 | 111100 | 11000 | 0 | 10100 | 11001100 | 110111 | 111000 |
Color Harmonies of #529CCD
Complementary color
Monochromatic Colors of #529CCD
Black with #529CCD
Text Example
Text Example
White with #529CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CCD; }
p { color: rgb(82,156,205); }
H1.HeaderClassName
{
color: #529CCD;
}
.AnyTagClassName
{
color: #529CCD;
}
</style>
background-color css
<style>
a { background-color: #529CCD; }
a { background-color: rgb(82,156,205); }
div.DivClassName
{
background-color: #529CCD;
}
.BgClassName
{
background-color: #529CCD;
}
</style>
border-color css
<style>
span { border-color: #529CCD; }
span { border-color: rgb(82,156,205); }
td.TdClassName
{
border-color: #529CCD;
}
.TagClassName
{
border-color: #529CCD;
}
</style>