Shades of Picton Blue #559BDC
Tints of Picton Blue #559BDC
RGB
CMYK
RGB Variations
Color information
#559BDC (or 0x559BDC) is known color: Picton Blue. HEX triplet: 55, 9B and DC. RGB value is (85,155,220). Sum of RGB (Red+Green+Blue) = 85+155+220=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #559BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BDC is #AA6423. Grayscale: #8D8D8D. Windows color (decimal): -11166756 or 14457685. OLE color: 14457685.
HSL color Cylindrical-coordinate representation of color #559BDC: hue angle of 208.89º 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 #559BDC is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 155 | 220 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.14 |
| HSL | 208.89º | 0.66% | 0.6% | - |
| HSV(B) | 208.89º | 0.61% | 0.86% | - |
| XYZ | 28.39 | 30.54 | 72.11 | - |
| YUV | 141.48 | 172.31 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 220 | 0.61 | 0.30 | 0 | 0.14 | 208.89 | 0.66 | 0.6 |
| Hex | 55 | 9B | DC | 3D | 1E | 0 | E | D1 | 42 | 3C |
| Octal | 125 | 233 | 334 | 75 | 36 | 0 | 16 | 321 | 102 | 74 |
| Binary | 1010101 | 10011011 | 11011100 | 111101 | 11110 | 0 | 1110 | 11010001 | 1000010 | 111100 |
Color Harmonies of #559BDC
Complementary color
Monochromatic Colors of #559BDC
Black with #559BDC
Text Example
Text Example
White with #559BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BDC; }
p { color: rgb(85,155,220); }
H1.HeaderClassName
{
color: #559BDC;
}
.AnyTagClassName
{
color: #559BDC;
}
</style>
background-color css
<style>
a { background-color: #559BDC; }
a { background-color: rgb(85,155,220); }
div.DivClassName
{
background-color: #559BDC;
}
.BgClassName
{
background-color: #559BDC;
}
</style>
border-color css
<style>
span { border-color: #559BDC; }
span { border-color: rgb(85,155,220); }
td.TdClassName
{
border-color: #559BDC;
}
.TagClassName
{
border-color: #559BDC;
}
</style>