Shades of Picton Blue #569EDB
Tints of Picton Blue #569EDB
RGB
CMYK
RGB Variations
Color information
#569EDB (or 0x569EDB) is known color: Picton Blue. HEX triplet: 56, 9E and DB. RGB value is (86,158,219). Sum of RGB (Red+Green+Blue) = 86+158+219=463 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.57% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #569EDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569EDB is #A96124. Grayscale: #8F8F8F. Windows color (decimal): -11100453 or 14392918. OLE color: 14392918.
HSL color Cylindrical-coordinate representation of color #569EDB: hue angle of 207.52º 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 #569EDB is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 86 | 158 | 219 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.14 |
| HSL | 207.52º | 0.65% | 0.6% | - |
| HSV(B) | 207.52º | 0.61% | 0.86% | - |
| XYZ | 28.85 | 31.55 | 71.59 | - |
| YUV | 143.43 | 170.65 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 158 | 219 | 0.61 | 0.28 | 0 | 0.14 | 207.52 | 0.65 | 0.6 |
| Hex | 56 | 9E | DB | 3D | 1C | 0 | E | D0 | 41 | 3C |
| Octal | 126 | 236 | 333 | 75 | 34 | 0 | 16 | 320 | 101 | 74 |
| Binary | 1010110 | 10011110 | 11011011 | 111101 | 11100 | 0 | 1110 | 11010000 | 1000001 | 111100 |
Color Harmonies of #569EDB
Complementary color
Monochromatic Colors of #569EDB
Black with #569EDB
Text Example
Text Example
White with #569EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #569EDB; }
p { color: rgb(86,158,219); }
H1.HeaderClassName
{
color: #569EDB;
}
.AnyTagClassName
{
color: #569EDB;
}
</style>
background-color css
<style>
a { background-color: #569EDB; }
a { background-color: rgb(86,158,219); }
div.DivClassName
{
background-color: #569EDB;
}
.BgClassName
{
background-color: #569EDB;
}
</style>
border-color css
<style>
span { border-color: #569EDB; }
span { border-color: rgb(86,158,219); }
td.TdClassName
{
border-color: #569EDB;
}
.TagClassName
{
border-color: #569EDB;
}
</style>