Shades of Picton Blue #559ECE
Tints of Picton Blue #559ECE
RGB
CMYK
RGB Variations
Color information
#559ECE (or 0x559ECE) is known color: Picton Blue. HEX triplet: 55, 9E and CE. RGB value is (85,158,206). Sum of RGB (Red+Green+Blue) = 85+158+206=449 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.93% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #559ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ECE is #AA6131. Grayscale: #8D8D8D. Windows color (decimal): -11166002 or 13540949. OLE color: 13540949.
HSL color Cylindrical-coordinate representation of color #559ECE: hue angle of 203.8º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559ECE is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 158 | 206 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.19 |
| HSL | 203.8º | 0.55% | 0.57% | - |
| HSV(B) | 203.8º | 0.59% | 0.81% | - |
| XYZ | 27.11 | 30.84 | 62.92 | - |
| YUV | 141.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 206 | 0.59 | 0.23 | 0 | 0.19 | 203.8 | 0.55 | 0.57 |
| Hex | 55 | 9E | CE | 3B | 17 | 0 | 13 | CC | 37 | 39 |
| Octal | 125 | 236 | 316 | 73 | 27 | 0 | 23 | 314 | 67 | 71 |
| Binary | 1010101 | 10011110 | 11001110 | 111011 | 10111 | 0 | 10011 | 11001100 | 110111 | 111001 |
Color Harmonies of #559ECE
Complementary color
Monochromatic Colors of #559ECE
Black with #559ECE
Text Example
Text Example
White with #559ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559ECE; }
p { color: rgb(85,158,206); }
H1.HeaderClassName
{
color: #559ECE;
}
.AnyTagClassName
{
color: #559ECE;
}
</style>
background-color css
<style>
a { background-color: #559ECE; }
a { background-color: rgb(85,158,206); }
div.DivClassName
{
background-color: #559ECE;
}
.BgClassName
{
background-color: #559ECE;
}
</style>
border-color css
<style>
span { border-color: #559ECE; }
span { border-color: rgb(85,158,206); }
td.TdClassName
{
border-color: #559ECE;
}
.TagClassName
{
border-color: #559ECE;
}
</style>