Shades of Picton Blue #529EDC
Tints of Picton Blue #529EDC
RGB
CMYK
RGB Variations
Color information
#529EDC (or 0x529EDC) is known color: Picton Blue. HEX triplet: 52, 9E and DC. RGB value is (82,158,220). Sum of RGB (Red+Green+Blue) = 82+158+220=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #529EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529EDC is #AD6123. Grayscale: #8E8E8E. Windows color (decimal): -11362596 or 14458450. OLE color: 14458450.
HSL color Cylindrical-coordinate representation of color #529EDC: hue angle of 206.96º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529EDC is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 158 | 220 | - |
| CMYK | 0.63 | 0.28 | 0 | 0.14 |
| HSL | 206.96º | 0.66% | 0.59% | - |
| HSV(B) | 206.96º | 0.63% | 0.86% | - |
| XYZ | 28.62 | 31.41 | 72.27 | - |
| YUV | 142.34 | 171.82 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 158 | 220 | 0.63 | 0.28 | 0 | 0.14 | 206.96 | 0.66 | 0.59 |
| Hex | 52 | 9E | DC | 3F | 1C | 0 | E | CF | 42 | 3B |
| Octal | 122 | 236 | 334 | 77 | 34 | 0 | 16 | 317 | 102 | 73 |
| Binary | 1010010 | 10011110 | 11011100 | 111111 | 11100 | 0 | 1110 | 11001111 | 1000010 | 111011 |
Color Harmonies of #529EDC
Complementary color
Monochromatic Colors of #529EDC
Black with #529EDC
Text Example
Text Example
White with #529EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529EDC; }
p { color: rgb(82,158,220); }
H1.HeaderClassName
{
color: #529EDC;
}
.AnyTagClassName
{
color: #529EDC;
}
</style>
background-color css
<style>
a { background-color: #529EDC; }
a { background-color: rgb(82,158,220); }
div.DivClassName
{
background-color: #529EDC;
}
.BgClassName
{
background-color: #529EDC;
}
</style>
border-color css
<style>
span { border-color: #529EDC; }
span { border-color: rgb(82,158,220); }
td.TdClassName
{
border-color: #529EDC;
}
.TagClassName
{
border-color: #529EDC;
}
</style>