Shades of Picton Blue #569AD0
Tints of Picton Blue #569AD0
RGB
CMYK
RGB Variations
Color information
#569AD0 (or 0x569AD0) is known color: Picton Blue. HEX triplet: 56, 9A and D0. RGB value is (86,154,208). Sum of RGB (Red+Green+Blue) = 86+154+208=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #569AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569AD0 is #A9652F. Grayscale: #8B8B8B. Windows color (decimal): -11101488 or 13670998. OLE color: 13670998.
HSL color Cylindrical-coordinate representation of color #569AD0: hue angle of 206.56º degrees, saturation: 0.56, 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 #569AD0 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 86 | 154 | 208 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.18 |
| HSL | 206.56º | 0.56% | 0.58% | - |
| HSV(B) | 206.56º | 0.59% | 0.82% | - |
| XYZ | 26.78 | 29.64 | 63.98 | - |
| YUV | 139.82 | 166.47 | 89.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 208 | 0.59 | 0.26 | 0 | 0.18 | 206.56 | 0.56 | 0.58 |
| Hex | 56 | 9A | D0 | 3B | 1A | 0 | 12 | CF | 38 | 3A |
| Octal | 126 | 232 | 320 | 73 | 32 | 0 | 22 | 317 | 70 | 72 |
| Binary | 1010110 | 10011010 | 11010000 | 111011 | 11010 | 0 | 10010 | 11001111 | 111000 | 111010 |
Color Harmonies of #569AD0
Complementary color
Monochromatic Colors of #569AD0
Black with #569AD0
Text Example
Text Example
White with #569AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569AD0; }
p { color: rgb(86,154,208); }
H1.HeaderClassName
{
color: #569AD0;
}
.AnyTagClassName
{
color: #569AD0;
}
</style>
background-color css
<style>
a { background-color: #569AD0; }
a { background-color: rgb(86,154,208); }
div.DivClassName
{
background-color: #569AD0;
}
.BgClassName
{
background-color: #569AD0;
}
</style>
border-color css
<style>
span { border-color: #569AD0; }
span { border-color: rgb(86,154,208); }
td.TdClassName
{
border-color: #569AD0;
}
.TagClassName
{
border-color: #569AD0;
}
</style>