Shades of Picton Blue #529CCB
Tints of Picton Blue #529CCB
RGB
CMYK
RGB Variations
Color information
#529CCB (or 0x529CCB) is known color: Picton Blue. HEX triplet: 52, 9C and CB. RGB value is (82,156,203). Sum of RGB (Red+Green+Blue) = 82+156+203=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #529CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529CCB is #AD6334. Grayscale: #8A8A8A. Windows color (decimal): -11363125 or 13343826. OLE color: 13343826.
HSL color Cylindrical-coordinate representation of color #529CCB: hue angle of 203.31º 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 #529CCB is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 156 | 203 | - |
| CMYK | 0.60 | 0.23 | 0 | 0.20 |
| HSL | 203.31º | 0.54% | 0.56% | - |
| HSV(B) | 203.31º | 0.6% | 0.8% | - |
| XYZ | 26.15 | 29.88 | 60.89 | - |
| YUV | 139.23 | 163.98 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 203 | 0.60 | 0.23 | 0 | 0.20 | 203.31 | 0.54 | 0.56 |
| Hex | 52 | 9C | CB | 3C | 17 | 0 | 14 | CB | 36 | 38 |
| Octal | 122 | 234 | 313 | 74 | 27 | 0 | 24 | 313 | 66 | 70 |
| Binary | 1010010 | 10011100 | 11001011 | 111100 | 10111 | 0 | 10100 | 11001011 | 110110 | 111000 |
Color Harmonies of #529CCB
Complementary color
Monochromatic Colors of #529CCB
Black with #529CCB
Text Example
Text Example
White with #529CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CCB; }
p { color: rgb(82,156,203); }
H1.HeaderClassName
{
color: #529CCB;
}
.AnyTagClassName
{
color: #529CCB;
}
</style>
background-color css
<style>
a { background-color: #529CCB; }
a { background-color: rgb(82,156,203); }
div.DivClassName
{
background-color: #529CCB;
}
.BgClassName
{
background-color: #529CCB;
}
</style>
border-color css
<style>
span { border-color: #529CCB; }
span { border-color: rgb(82,156,203); }
td.TdClassName
{
border-color: #529CCB;
}
.TagClassName
{
border-color: #529CCB;
}
</style>