Shades of Picton Blue #569DDB
Tints of Picton Blue #569DDB
RGB
CMYK
RGB Variations
Color information
#569DDB (or 0x569DDB) is known color: Picton Blue. HEX triplet: 56, 9D and DB. RGB value is (86,157,219). Sum of RGB (Red+Green+Blue) = 86+157+219=462 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.61% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #569DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DDB is #A96224. Grayscale: #8E8E8E. Windows color (decimal): -11100709 or 14392662. OLE color: 14392662.
HSL color Cylindrical-coordinate representation of color #569DDB: hue angle of 207.97º 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 #569DDB is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 157 | 219 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.14 |
| HSL | 207.97º | 0.65% | 0.6% | - |
| HSV(B) | 207.97º | 0.61% | 0.86% | - |
| XYZ | 28.68 | 31.21 | 71.53 | - |
| YUV | 142.84 | 170.98 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 157 | 219 | 0.61 | 0.28 | 0 | 0.14 | 207.97 | 0.65 | 0.6 |
| Hex | 56 | 9D | DB | 3D | 1C | 0 | E | D0 | 41 | 3C |
| Octal | 126 | 235 | 333 | 75 | 34 | 0 | 16 | 320 | 101 | 74 |
| Binary | 1010110 | 10011101 | 11011011 | 111101 | 11100 | 0 | 1110 | 11010000 | 1000001 | 111100 |
Color Harmonies of #569DDB
Complementary color
Monochromatic Colors of #569DDB
Black with #569DDB
Text Example
Text Example
White with #569DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569DDB; }
p { color: rgb(86,157,219); }
H1.HeaderClassName
{
color: #569DDB;
}
.AnyTagClassName
{
color: #569DDB;
}
</style>
background-color css
<style>
a { background-color: #569DDB; }
a { background-color: rgb(86,157,219); }
div.DivClassName
{
background-color: #569DDB;
}
.BgClassName
{
background-color: #569DDB;
}
</style>
border-color css
<style>
span { border-color: #569DDB; }
span { border-color: rgb(86,157,219); }
td.TdClassName
{
border-color: #569DDB;
}
.TagClassName
{
border-color: #569DDB;
}
</style>