Shades of Picton Blue #569AD1
Tints of Picton Blue #569AD1
RGB
CMYK
RGB Variations
Color information
#569AD1 (or 0x569AD1) is known color: Picton Blue. HEX triplet: 56, 9A and D1. RGB value is (86,154,209). Sum of RGB (Red+Green+Blue) = 86+154+209=449 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.15% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 209 (82.03% from 255 or 46.55% from 449); Max value from RGB is 209 - color contains mainly: blue. Hex color #569AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569AD1 is #A9652E. Grayscale: #8B8B8B. Windows color (decimal): -11101487 or 13736534. OLE color: 13736534.
HSL color Cylindrical-coordinate representation of color #569AD1: hue angle of 206.83º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #569AD1 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 154 | 209 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.18 |
| HSL | 206.83º | 0.57% | 0.58% | - |
| HSV(B) | 206.83º | 0.59% | 0.82% | - |
| XYZ | 26.9 | 29.69 | 64.64 | - |
| YUV | 139.94 | 166.97 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 209 | 0.59 | 0.26 | 0 | 0.18 | 206.83 | 0.57 | 0.58 |
| Hex | 56 | 9A | D1 | 3B | 1A | 0 | 12 | CF | 39 | 3A |
| Octal | 126 | 232 | 321 | 73 | 32 | 0 | 22 | 317 | 71 | 72 |
| Binary | 1010110 | 10011010 | 11010001 | 111011 | 11010 | 0 | 10010 | 11001111 | 111001 | 111010 |
Color Harmonies of #569AD1
Complementary color
Monochromatic Colors of #569AD1
Black with #569AD1
Text Example
Text Example
White with #569AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569AD1; }
p { color: rgb(86,154,209); }
H1.HeaderClassName
{
color: #569AD1;
}
.AnyTagClassName
{
color: #569AD1;
}
</style>
background-color css
<style>
a { background-color: #569AD1; }
a { background-color: rgb(86,154,209); }
div.DivClassName
{
background-color: #569AD1;
}
.BgClassName
{
background-color: #569AD1;
}
</style>
border-color css
<style>
span { border-color: #569AD1; }
span { border-color: rgb(86,154,209); }
td.TdClassName
{
border-color: #569AD1;
}
.TagClassName
{
border-color: #569AD1;
}
</style>