Shades of Picton Blue #559EDC
Tints of Picton Blue #559EDC
RGB
CMYK
RGB Variations
Color information
#559EDC (or 0x559EDC) is known color: Picton Blue. HEX triplet: 55, 9E and DC. RGB value is (85,158,220). Sum of RGB (Red+Green+Blue) = 85+158+220=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #559EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EDC is #AA6123. Grayscale: #8E8E8E. Windows color (decimal): -11165988 or 14458453. OLE color: 14458453.
HSL color Cylindrical-coordinate representation of color #559EDC: hue angle of 207.56º 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 #559EDC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 158 | 220 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.14 |
| HSL | 207.56º | 0.66% | 0.6% | - |
| HSV(B) | 207.56º | 0.61% | 0.86% | - |
| XYZ | 28.89 | 31.55 | 72.28 | - |
| YUV | 143.24 | 171.32 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 220 | 0.61 | 0.28 | 0 | 0.14 | 207.56 | 0.66 | 0.6 |
| Hex | 55 | 9E | DC | 3D | 1C | 0 | E | D0 | 42 | 3C |
| Octal | 125 | 236 | 334 | 75 | 34 | 0 | 16 | 320 | 102 | 74 |
| Binary | 1010101 | 10011110 | 11011100 | 111101 | 11100 | 0 | 1110 | 11010000 | 1000010 | 111100 |
Color Harmonies of #559EDC
Complementary color
Monochromatic Colors of #559EDC
Black with #559EDC
Text Example
Text Example
White with #559EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559EDC; }
p { color: rgb(85,158,220); }
H1.HeaderClassName
{
color: #559EDC;
}
.AnyTagClassName
{
color: #559EDC;
}
</style>
background-color css
<style>
a { background-color: #559EDC; }
a { background-color: rgb(85,158,220); }
div.DivClassName
{
background-color: #559EDC;
}
.BgClassName
{
background-color: #559EDC;
}
</style>
border-color css
<style>
span { border-color: #559EDC; }
span { border-color: rgb(85,158,220); }
td.TdClassName
{
border-color: #559EDC;
}
.TagClassName
{
border-color: #559EDC;
}
</style>