Shades of Picton Blue #559ADB
Tints of Picton Blue #559ADB
RGB
CMYK
RGB Variations
Color information
#559ADB (or 0x559ADB) is known color: Picton Blue. HEX triplet: 55, 9A and DB. RGB value is (85,154,219). Sum of RGB (Red+Green+Blue) = 85+154+219=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #559ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ADB is #AA6524. Grayscale: #8C8C8C. Windows color (decimal): -11167013 or 14391893. OLE color: 14391893.
HSL color Cylindrical-coordinate representation of color #559ADB: hue angle of 209.1º 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 #559ADB is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 154 | 219 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.14 |
| HSL | 209.1º | 0.65% | 0.6% | - |
| HSV(B) | 209.1º | 0.61% | 0.86% | - |
| XYZ | 28.09 | 30.16 | 71.36 | - |
| YUV | 140.78 | 172.14 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 219 | 0.61 | 0.30 | 0 | 0.14 | 209.1 | 0.65 | 0.6 |
| Hex | 55 | 9A | DB | 3D | 1E | 0 | E | D1 | 41 | 3C |
| Octal | 125 | 232 | 333 | 75 | 36 | 0 | 16 | 321 | 101 | 74 |
| Binary | 1010101 | 10011010 | 11011011 | 111101 | 11110 | 0 | 1110 | 11010001 | 1000001 | 111100 |
Color Harmonies of #559ADB
Complementary color
Monochromatic Colors of #559ADB
Black with #559ADB
Text Example
Text Example
White with #559ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559ADB; }
p { color: rgb(85,154,219); }
H1.HeaderClassName
{
color: #559ADB;
}
.AnyTagClassName
{
color: #559ADB;
}
</style>
background-color css
<style>
a { background-color: #559ADB; }
a { background-color: rgb(85,154,219); }
div.DivClassName
{
background-color: #559ADB;
}
.BgClassName
{
background-color: #559ADB;
}
</style>
border-color css
<style>
span { border-color: #559ADB; }
span { border-color: rgb(85,154,219); }
td.TdClassName
{
border-color: #559ADB;
}
.TagClassName
{
border-color: #559ADB;
}
</style>