Shades of Picton Blue #559FDC
Tints of Picton Blue #559FDC
RGB
CMYK
RGB Variations
Color information
#559FDC (or 0x559FDC) is known color: Picton Blue. HEX triplet: 55, 9F and DC. RGB value is (85,159,220). Sum of RGB (Red+Green+Blue) = 85+159+220=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #559FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FDC is #AA6023. Grayscale: #8F8F8F. Windows color (decimal): -11165732 or 14458709. OLE color: 14458709.
HSL color Cylindrical-coordinate representation of color #559FDC: hue angle of 207.11º degrees, saturation: 0.66, 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 #559FDC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 159 | 220 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.14 |
| HSL | 207.11º | 0.66% | 0.6% | - |
| HSV(B) | 207.11º | 0.61% | 0.86% | - |
| XYZ | 29.06 | 31.89 | 72.33 | - |
| YUV | 143.83 | 170.98 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 220 | 0.61 | 0.28 | 0 | 0.14 | 207.11 | 0.66 | 0.6 |
| Hex | 55 | 9F | DC | 3D | 1C | 0 | E | CF | 42 | 3C |
| Octal | 125 | 237 | 334 | 75 | 34 | 0 | 16 | 317 | 102 | 74 |
| Binary | 1010101 | 10011111 | 11011100 | 111101 | 11100 | 0 | 1110 | 11001111 | 1000010 | 111100 |
Color Harmonies of #559FDC
Complementary color
Monochromatic Colors of #559FDC
Black with #559FDC
Text Example
Text Example
White with #559FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FDC; }
p { color: rgb(85,159,220); }
H1.HeaderClassName
{
color: #559FDC;
}
.AnyTagClassName
{
color: #559FDC;
}
</style>
background-color css
<style>
a { background-color: #559FDC; }
a { background-color: rgb(85,159,220); }
div.DivClassName
{
background-color: #559FDC;
}
.BgClassName
{
background-color: #559FDC;
}
</style>
border-color css
<style>
span { border-color: #559FDC; }
span { border-color: rgb(85,159,220); }
td.TdClassName
{
border-color: #559FDC;
}
.TagClassName
{
border-color: #559FDC;
}
</style>