Shades of Picton Blue #559CDC
Tints of Picton Blue #559CDC
RGB
CMYK
RGB Variations
Color information
#559CDC (or 0x559CDC) is known color: Picton Blue. HEX triplet: 55, 9C and DC. RGB value is (85,156,220). Sum of RGB (Red+Green+Blue) = 85+156+220=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #559CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CDC is #AA6323. Grayscale: #8D8D8D. Windows color (decimal): -11166500 or 14457941. OLE color: 14457941.
HSL color Cylindrical-coordinate representation of color #559CDC: hue angle of 208.44º 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 #559CDC is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 156 | 220 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.14 |
| HSL | 208.44º | 0.66% | 0.6% | - |
| HSV(B) | 208.44º | 0.61% | 0.86% | - |
| XYZ | 28.55 | 30.88 | 72.16 | - |
| YUV | 142.07 | 171.98 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 220 | 0.61 | 0.29 | 0 | 0.14 | 208.44 | 0.66 | 0.6 |
| Hex | 55 | 9C | DC | 3D | 1D | 0 | E | D0 | 42 | 3C |
| Octal | 125 | 234 | 334 | 75 | 35 | 0 | 16 | 320 | 102 | 74 |
| Binary | 1010101 | 10011100 | 11011100 | 111101 | 11101 | 0 | 1110 | 11010000 | 1000010 | 111100 |
Color Harmonies of #559CDC
Complementary color
Monochromatic Colors of #559CDC
Black with #559CDC
Text Example
Text Example
White with #559CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CDC; }
p { color: rgb(85,156,220); }
H1.HeaderClassName
{
color: #559CDC;
}
.AnyTagClassName
{
color: #559CDC;
}
</style>
background-color css
<style>
a { background-color: #559CDC; }
a { background-color: rgb(85,156,220); }
div.DivClassName
{
background-color: #559CDC;
}
.BgClassName
{
background-color: #559CDC;
}
</style>
border-color css
<style>
span { border-color: #559CDC; }
span { border-color: rgb(85,156,220); }
td.TdClassName
{
border-color: #559CDC;
}
.TagClassName
{
border-color: #559CDC;
}
</style>