Shades of Picton Blue #559FDD
Tints of Picton Blue #559FDD
RGB
CMYK
RGB Variations
Color information
#559FDD (or 0x559FDD) is known color: Picton Blue. HEX triplet: 55, 9F and DD. RGB value is (85,159,221). Sum of RGB (Red+Green+Blue) = 85+159+221=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 221 - color contains mainly: blue. Hex color #559FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FDD is #AA6022. Grayscale: #8F8F8F. Windows color (decimal): -11165731 or 14524245. OLE color: 14524245.
HSL color Cylindrical-coordinate representation of color #559FDD: hue angle of 207.35º 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 #559FDD is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 159 | 221 | - |
| CMYK | 0.62 | 0.28 | 0 | 0.13 |
| HSL | 207.35º | 0.67% | 0.6% | - |
| HSV(B) | 207.35º | 0.62% | 0.87% | - |
| XYZ | 29.2 | 31.95 | 73.03 | - |
| YUV | 143.94 | 171.48 | 85.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 221 | 0.62 | 0.28 | 0 | 0.13 | 207.35 | 0.67 | 0.6 |
| Hex | 55 | 9F | DD | 3E | 1C | 0 | D | CF | 43 | 3C |
| Octal | 125 | 237 | 335 | 76 | 34 | 0 | 15 | 317 | 103 | 74 |
| Binary | 1010101 | 10011111 | 11011101 | 111110 | 11100 | 0 | 1101 | 11001111 | 1000011 | 111100 |
Color Harmonies of #559FDD
Complementary color
Monochromatic Colors of #559FDD
Black with #559FDD
Text Example
Text Example
White with #559FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FDD; }
p { color: rgb(85,159,221); }
H1.HeaderClassName
{
color: #559FDD;
}
.AnyTagClassName
{
color: #559FDD;
}
</style>
background-color css
<style>
a { background-color: #559FDD; }
a { background-color: rgb(85,159,221); }
div.DivClassName
{
background-color: #559FDD;
}
.BgClassName
{
background-color: #559FDD;
}
</style>
border-color css
<style>
span { border-color: #559FDD; }
span { border-color: rgb(85,159,221); }
td.TdClassName
{
border-color: #559FDD;
}
.TagClassName
{
border-color: #559FDD;
}
</style>