Shades of Picton Blue #569ADB
Tints of Picton Blue #569ADB
RGB
CMYK
RGB Variations
Color information
#569ADB (or 0x569ADB) is known color: Picton Blue. HEX triplet: 56, 9A and DB. RGB value is (86,154,219). Sum of RGB (Red+Green+Blue) = 86+154+219=459 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.74% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #569ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569ADB is #A96524. Grayscale: #8C8C8C. Windows color (decimal): -11101477 or 14391894. OLE color: 14391894.
HSL color Cylindrical-coordinate representation of color #569ADB: hue angle of 209.32º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #569ADB is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 154 | 219 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.14 |
| HSL | 209.32º | 0.65% | 0.6% | - |
| HSV(B) | 209.32º | 0.61% | 0.86% | - |
| XYZ | 28.18 | 30.2 | 71.36 | - |
| YUV | 141.08 | 171.97 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 154 | 219 | 0.61 | 0.30 | 0 | 0.14 | 209.32 | 0.65 | 0.6 |
| Hex | 56 | 9A | DB | 3D | 1E | 0 | E | D1 | 41 | 3C |
| Octal | 126 | 232 | 333 | 75 | 36 | 0 | 16 | 321 | 101 | 74 |
| Binary | 1010110 | 10011010 | 11011011 | 111101 | 11110 | 0 | 1110 | 11010001 | 1000001 | 111100 |
Color Harmonies of #569ADB
Complementary color
Monochromatic Colors of #569ADB
Black with #569ADB
Text Example
Text Example
White with #569ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569ADB; }
p { color: rgb(86,154,219); }
H1.HeaderClassName
{
color: #569ADB;
}
.AnyTagClassName
{
color: #569ADB;
}
</style>
background-color css
<style>
a { background-color: #569ADB; }
a { background-color: rgb(86,154,219); }
div.DivClassName
{
background-color: #569ADB;
}
.BgClassName
{
background-color: #569ADB;
}
</style>
border-color css
<style>
span { border-color: #569ADB; }
span { border-color: rgb(86,154,219); }
td.TdClassName
{
border-color: #569ADB;
}
.TagClassName
{
border-color: #569ADB;
}
</style>