Shades of Picton Blue #529BC8
Tints of Picton Blue #529BC8
RGB
CMYK
RGB Variations
Color information
#529BC8 (or 0x529BC8) is known color: Picton Blue. HEX triplet: 52, 9B and C8. RGB value is (82,155,200). Sum of RGB (Red+Green+Blue) = 82+155+200=437 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.76% from 437); Green value is 155 (60.94% from 255 or 35.47% from 437); Blue value is 200 (78.52% from 255 or 45.77% from 437); Max value from RGB is 200 - color contains mainly: blue. Hex color #529BC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BC8 is #AD6437. Grayscale: #8A8A8A. Windows color (decimal): -11363384 or 13146962. OLE color: 13146962.
HSL color Cylindrical-coordinate representation of color #529BC8: hue angle of 202.88º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #529BC8 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 155 | 200 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.22 |
| HSL | 202.88º | 0.52% | 0.55% | - |
| HSV(B) | 202.88º | 0.59% | 0.78% | - |
| XYZ | 25.63 | 29.41 | 58.97 | - |
| YUV | 138.3 | 162.82 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 200 | 0.59 | 0.22 | 0 | 0.22 | 202.88 | 0.52 | 0.55 |
| Hex | 52 | 9B | C8 | 3B | 16 | 0 | 16 | CB | 34 | 37 |
| Octal | 122 | 233 | 310 | 73 | 26 | 0 | 26 | 313 | 64 | 67 |
| Binary | 1010010 | 10011011 | 11001000 | 111011 | 10110 | 0 | 10110 | 11001011 | 110100 | 110111 |
Color Harmonies of #529BC8
Complementary color
Monochromatic Colors of #529BC8
Black with #529BC8
Text Example
Text Example
White with #529BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BC8; }
p { color: rgb(82,155,200); }
H1.HeaderClassName
{
color: #529BC8;
}
.AnyTagClassName
{
color: #529BC8;
}
</style>
background-color css
<style>
a { background-color: #529BC8; }
a { background-color: rgb(82,155,200); }
div.DivClassName
{
background-color: #529BC8;
}
.BgClassName
{
background-color: #529BC8;
}
</style>
border-color css
<style>
span { border-color: #529BC8; }
span { border-color: rgb(82,155,200); }
td.TdClassName
{
border-color: #529BC8;
}
.TagClassName
{
border-color: #529BC8;
}
</style>