Shades of Picton Blue #529ADD
Tints of Picton Blue #529ADD
RGB
CMYK
RGB Variations
Color information
#529ADD (or 0x529ADD) is known color: Picton Blue. HEX triplet: 52, 9A and DD. RGB value is (82,154,221). Sum of RGB (Red+Green+Blue) = 82+154+221=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #529ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #529ADD is #AD6522. Grayscale: #8B8B8B. Windows color (decimal): -11363619 or 14522962. OLE color: 14522962.
HSL color Cylindrical-coordinate representation of color #529ADD: hue angle of 208.92º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #529ADD is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 154 | 221 | - |
| CMYK | 0.63 | 0.30 | 0 | 0.13 |
| HSL | 208.92º | 0.67% | 0.59% | - |
| HSV(B) | 208.92º | 0.63% | 0.87% | - |
| XYZ | 28.09 | 30.13 | 72.74 | - |
| YUV | 140.11 | 173.65 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 221 | 0.63 | 0.30 | 0 | 0.13 | 208.92 | 0.67 | 0.59 |
| Hex | 52 | 9A | DD | 3F | 1E | 0 | D | D1 | 43 | 3B |
| Octal | 122 | 232 | 335 | 77 | 36 | 0 | 15 | 321 | 103 | 73 |
| Binary | 1010010 | 10011010 | 11011101 | 111111 | 11110 | 0 | 1101 | 11010001 | 1000011 | 111011 |
Color Harmonies of #529ADD
Complementary color
Monochromatic Colors of #529ADD
Black with #529ADD
Text Example
Text Example
White with #529ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529ADD; }
p { color: rgb(82,154,221); }
H1.HeaderClassName
{
color: #529ADD;
}
.AnyTagClassName
{
color: #529ADD;
}
</style>
background-color css
<style>
a { background-color: #529ADD; }
a { background-color: rgb(82,154,221); }
div.DivClassName
{
background-color: #529ADD;
}
.BgClassName
{
background-color: #529ADD;
}
</style>
border-color css
<style>
span { border-color: #529ADD; }
span { border-color: rgb(82,154,221); }
td.TdClassName
{
border-color: #529ADD;
}
.TagClassName
{
border-color: #529ADD;
}
</style>