Shades of Picton Blue #569ADD
Tints of Picton Blue #569ADD
RGB
CMYK
RGB Variations
Color information
#569ADD (or 0x569ADD) is known color: Picton Blue. HEX triplet: 56, 9A and DD. RGB value is (86,154,221). Sum of RGB (Red+Green+Blue) = 86+154+221=461 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.66% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #569ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ADD is #A96522. Grayscale: #8C8C8C. Windows color (decimal): -11101475 or 14522966. OLE color: 14522966.
HSL color Cylindrical-coordinate representation of color #569ADD: hue angle of 209.78º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569ADD is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 154 | 221 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.13 |
| HSL | 209.78º | 0.67% | 0.6% | - |
| HSV(B) | 209.78º | 0.61% | 0.87% | - |
| XYZ | 28.44 | 30.31 | 72.76 | - |
| YUV | 141.31 | 172.97 | 88.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 221 | 0.61 | 0.30 | 0 | 0.13 | 209.78 | 0.67 | 0.6 |
| Hex | 56 | 9A | DD | 3D | 1E | 0 | D | D2 | 43 | 3C |
| Octal | 126 | 232 | 335 | 75 | 36 | 0 | 15 | 322 | 103 | 74 |
| Binary | 1010110 | 10011010 | 11011101 | 111101 | 11110 | 0 | 1101 | 11010010 | 1000011 | 111100 |
Color Harmonies of #569ADD
Complementary color
Monochromatic Colors of #569ADD
Black with #569ADD
Text Example
Text Example
White with #569ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569ADD; }
p { color: rgb(86,154,221); }
H1.HeaderClassName
{
color: #569ADD;
}
.AnyTagClassName
{
color: #569ADD;
}
</style>
background-color css
<style>
a { background-color: #569ADD; }
a { background-color: rgb(86,154,221); }
div.DivClassName
{
background-color: #569ADD;
}
.BgClassName
{
background-color: #569ADD;
}
</style>
border-color css
<style>
span { border-color: #569ADD; }
span { border-color: rgb(86,154,221); }
td.TdClassName
{
border-color: #569ADD;
}
.TagClassName
{
border-color: #569ADD;
}
</style>