Shades of Picton Blue #529EDF
Tints of Picton Blue #529EDF
RGB
CMYK
RGB Variations
Color information
#529EDF (or 0x529EDF) is known color: Picton Blue. HEX triplet: 52, 9E and DF. RGB value is (82,158,223). Sum of RGB (Red+Green+Blue) = 82+158+223=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #529EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EDF is #AD6120. Grayscale: #8E8E8E. Windows color (decimal): -11362593 or 14655058. OLE color: 14655058.
HSL color Cylindrical-coordinate representation of color #529EDF: hue angle of 207.66º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529EDF is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 158 | 223 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.13 |
| HSL | 207.66º | 0.69% | 0.6% | - |
| HSV(B) | 207.66º | 0.63% | 0.87% | - |
| XYZ | 29.03 | 31.58 | 74.38 | - |
| YUV | 142.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 223 | 0.63 | 0.29 | 0 | 0.13 | 207.66 | 0.69 | 0.6 |
| Hex | 52 | 9E | DF | 3F | 1D | 0 | D | D0 | 45 | 3C |
| Octal | 122 | 236 | 337 | 77 | 35 | 0 | 15 | 320 | 105 | 74 |
| Binary | 1010010 | 10011110 | 11011111 | 111111 | 11101 | 0 | 1101 | 11010000 | 1000101 | 111100 |
Color Harmonies of #529EDF
Complementary color
Monochromatic Colors of #529EDF
Black with #529EDF
Text Example
Text Example
White with #529EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EDF; }
p { color: rgb(82,158,223); }
H1.HeaderClassName
{
color: #529EDF;
}
.AnyTagClassName
{
color: #529EDF;
}
</style>
background-color css
<style>
a { background-color: #529EDF; }
a { background-color: rgb(82,158,223); }
div.DivClassName
{
background-color: #529EDF;
}
.BgClassName
{
background-color: #529EDF;
}
</style>
border-color css
<style>
span { border-color: #529EDF; }
span { border-color: rgb(82,158,223); }
td.TdClassName
{
border-color: #529EDF;
}
.TagClassName
{
border-color: #529EDF;
}
</style>