Shades of Picton Blue #529ADC
Tints of Picton Blue #529ADC
RGB
CMYK
RGB Variations
Color information
#529ADC (or 0x529ADC) is known color: Picton Blue. HEX triplet: 52, 9A and DC. RGB value is (82,154,220). Sum of RGB (Red+Green+Blue) = 82+154+220=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #529ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ADC is #AD6523. Grayscale: #8B8B8B. Windows color (decimal): -11363620 or 14457426. OLE color: 14457426.
HSL color Cylindrical-coordinate representation of color #529ADC: hue angle of 208.7º 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 #529ADC is Cyan = 0.63, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 154 | 220 | - |
| CMYK | 0.63 | 0.3 | 0 | 0.14 |
| HSL | 208.7º | 0.66% | 0.59% | - |
| HSV(B) | 208.7º | 0.63% | 0.86% | - |
| XYZ | 27.95 | 30.07 | 72.04 | - |
| YUV | 140 | 173.15 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 220 | 0.63 | 0.3 | 0 | 0.14 | 208.7 | 0.66 | 0.59 |
| Hex | 52 | 9A | DC | 3F | 1E | 0 | E | D1 | 42 | 3B |
| Octal | 122 | 232 | 334 | 77 | 36 | 0 | 16 | 321 | 102 | 73 |
| Binary | 1010010 | 10011010 | 11011100 | 111111 | 11110 | 0 | 1110 | 11010001 | 1000010 | 111011 |
Color Harmonies of #529ADC
Complementary color
Monochromatic Colors of #529ADC
Black with #529ADC
Text Example
Text Example
White with #529ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529ADC; }
p { color: rgb(82,154,220); }
H1.HeaderClassName
{
color: #529ADC;
}
.AnyTagClassName
{
color: #529ADC;
}
</style>
background-color css
<style>
a { background-color: #529ADC; }
a { background-color: rgb(82,154,220); }
div.DivClassName
{
background-color: #529ADC;
}
.BgClassName
{
background-color: #529ADC;
}
</style>
border-color css
<style>
span { border-color: #529ADC; }
span { border-color: rgb(82,154,220); }
td.TdClassName
{
border-color: #529ADC;
}
.TagClassName
{
border-color: #529ADC;
}
</style>