Shades of Picton Blue #529BCE
Tints of Picton Blue #529BCE
RGB
CMYK
RGB Variations
Color information
#529BCE (or 0x529BCE) is known color: Picton Blue. HEX triplet: 52, 9B and CE. RGB value is (82,155,206). Sum of RGB (Red+Green+Blue) = 82+155+206=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #529BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529BCE is #AD6431. Grayscale: #8A8A8A. Windows color (decimal): -11363378 or 13540178. OLE color: 13540178.
HSL color Cylindrical-coordinate representation of color #529BCE: hue angle of 204.68º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #529BCE is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 155 | 206 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.19 |
| HSL | 204.68º | 0.56% | 0.56% | - |
| HSV(B) | 204.68º | 0.6% | 0.81% | - |
| XYZ | 26.34 | 29.69 | 62.74 | - |
| YUV | 138.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 206 | 0.60 | 0.25 | 0 | 0.19 | 204.68 | 0.56 | 0.56 |
| Hex | 52 | 9B | CE | 3C | 19 | 0 | 13 | CD | 38 | 38 |
| Octal | 122 | 233 | 316 | 74 | 31 | 0 | 23 | 315 | 70 | 70 |
| Binary | 1010010 | 10011011 | 11001110 | 111100 | 11001 | 0 | 10011 | 11001101 | 111000 | 111000 |
Color Harmonies of #529BCE
Complementary color
Monochromatic Colors of #529BCE
Black with #529BCE
Text Example
Text Example
White with #529BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BCE; }
p { color: rgb(82,155,206); }
H1.HeaderClassName
{
color: #529BCE;
}
.AnyTagClassName
{
color: #529BCE;
}
</style>
background-color css
<style>
a { background-color: #529BCE; }
a { background-color: rgb(82,155,206); }
div.DivClassName
{
background-color: #529BCE;
}
.BgClassName
{
background-color: #529BCE;
}
</style>
border-color css
<style>
span { border-color: #529BCE; }
span { border-color: rgb(82,155,206); }
td.TdClassName
{
border-color: #529BCE;
}
.TagClassName
{
border-color: #529BCE;
}
</style>