Shades of Picton Blue #559BDD
Tints of Picton Blue #559BDD
RGB
CMYK
RGB Variations
Color information
#559BDD (or 0x559BDD) is known color: Picton Blue. HEX triplet: 55, 9B and DD. RGB value is (85,155,221). Sum of RGB (Red+Green+Blue) = 85+155+221=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #559BDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BDD is #AA6422. Grayscale: #8D8D8D. Windows color (decimal): -11166755 or 14523221. OLE color: 14523221.
HSL color Cylindrical-coordinate representation of color #559BDD: hue angle of 209.12º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559BDD is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 155 | 221 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.13 |
| HSL | 209.12º | 0.67% | 0.6% | - |
| HSV(B) | 209.12º | 0.62% | 0.87% | - |
| XYZ | 28.52 | 30.59 | 72.81 | - |
| YUV | 141.59 | 172.81 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 221 | 0.62 | 0.30 | 0 | 0.13 | 209.12 | 0.67 | 0.6 |
| Hex | 55 | 9B | DD | 3E | 1E | 0 | D | D1 | 43 | 3C |
| Octal | 125 | 233 | 335 | 76 | 36 | 0 | 15 | 321 | 103 | 74 |
| Binary | 1010101 | 10011011 | 11011101 | 111110 | 11110 | 0 | 1101 | 11010001 | 1000011 | 111100 |
Color Harmonies of #559BDD
Complementary color
Monochromatic Colors of #559BDD
Black with #559BDD
Text Example
Text Example
White with #559BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BDD; }
p { color: rgb(85,155,221); }
H1.HeaderClassName
{
color: #559BDD;
}
.AnyTagClassName
{
color: #559BDD;
}
</style>
background-color css
<style>
a { background-color: #559BDD; }
a { background-color: rgb(85,155,221); }
div.DivClassName
{
background-color: #559BDD;
}
.BgClassName
{
background-color: #559BDD;
}
</style>
border-color css
<style>
span { border-color: #559BDD; }
span { border-color: rgb(85,155,221); }
td.TdClassName
{
border-color: #559BDD;
}
.TagClassName
{
border-color: #559BDD;
}
</style>