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