Shades of Picton Blue #529EE0
Tints of Picton Blue #529EE0
RGB
CMYK
RGB Variations
Color information
#529EE0 (or 0x529EE0) is known color: Picton Blue. HEX triplet: 52, 9E and E0. RGB value is (82,158,224). Sum of RGB (Red+Green+Blue) = 82+158+224=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 224 (87.89% from 255 or 48.28% from 464); Max value from RGB is 224 - color contains mainly: blue. Hex color #529EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EE0 is #AD611F. Grayscale: #8E8E8E. Windows color (decimal): -11362592 or 14720594. OLE color: 14720594.
HSL color Cylindrical-coordinate representation of color #529EE0: hue angle of 207.89º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529EE0 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 158 | 224 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.12 |
| HSL | 207.89º | 0.7% | 0.6% | - |
| HSV(B) | 207.89º | 0.63% | 0.88% | - |
| XYZ | 29.16 | 31.63 | 75.09 | - |
| YUV | 142.8 | 173.82 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 224 | 0.63 | 0.29 | 0 | 0.12 | 207.89 | 0.7 | 0.6 |
| Hex | 52 | 9E | E0 | 3F | 1D | 0 | C | D0 | 46 | 3C |
| Octal | 122 | 236 | 340 | 77 | 35 | 0 | 14 | 320 | 106 | 74 |
| Binary | 1010010 | 10011110 | 11100000 | 111111 | 11101 | 0 | 1100 | 11010000 | 1000110 | 111100 |
Color Harmonies of #529EE0
Complementary color
Monochromatic Colors of #529EE0
Black with #529EE0
Text Example
Text Example
White with #529EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EE0; }
p { color: rgb(82,158,224); }
H1.HeaderClassName
{
color: #529EE0;
}
.AnyTagClassName
{
color: #529EE0;
}
</style>
background-color css
<style>
a { background-color: #529EE0; }
a { background-color: rgb(82,158,224); }
div.DivClassName
{
background-color: #529EE0;
}
.BgClassName
{
background-color: #529EE0;
}
</style>
border-color css
<style>
span { border-color: #529EE0; }
span { border-color: rgb(82,158,224); }
td.TdClassName
{
border-color: #529EE0;
}
.TagClassName
{
border-color: #529EE0;
}
</style>