Shades of Picton Blue #559FDB
Tints of Picton Blue #559FDB
RGB
CMYK
RGB Variations
Color information
#559FDB (or 0x559FDB) is known color: Picton Blue. HEX triplet: 55, 9F and DB. RGB value is (85,159,219). Sum of RGB (Red+Green+Blue) = 85+159+219=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 159 (62.5% from 255 or 34.34% 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 #559FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FDB is #AA6024. Grayscale: #8F8F8F. Windows color (decimal): -11165733 or 14393173. OLE color: 14393173.
HSL color Cylindrical-coordinate representation of color #559FDB: hue angle of 206.87º 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 #559FDB is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 159 | 219 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.14 |
| HSL | 206.87º | 0.65% | 0.6% | - |
| HSV(B) | 206.87º | 0.61% | 0.86% | - |
| XYZ | 28.93 | 31.84 | 71.64 | - |
| YUV | 143.71 | 170.48 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 219 | 0.61 | 0.27 | 0 | 0.14 | 206.87 | 0.65 | 0.6 |
| Hex | 55 | 9F | DB | 3D | 1B | 0 | E | CF | 41 | 3C |
| Octal | 125 | 237 | 333 | 75 | 33 | 0 | 16 | 317 | 101 | 74 |
| Binary | 1010101 | 10011111 | 11011011 | 111101 | 11011 | 0 | 1110 | 11001111 | 1000001 | 111100 |
Color Harmonies of #559FDB
Complementary color
Monochromatic Colors of #559FDB
Black with #559FDB
Text Example
Text Example
White with #559FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FDB; }
p { color: rgb(85,159,219); }
H1.HeaderClassName
{
color: #559FDB;
}
.AnyTagClassName
{
color: #559FDB;
}
</style>
background-color css
<style>
a { background-color: #559FDB; }
a { background-color: rgb(85,159,219); }
div.DivClassName
{
background-color: #559FDB;
}
.BgClassName
{
background-color: #559FDB;
}
</style>
border-color css
<style>
span { border-color: #559FDB; }
span { border-color: rgb(85,159,219); }
td.TdClassName
{
border-color: #559FDB;
}
.TagClassName
{
border-color: #559FDB;
}
</style>