Shades of Picton Blue #559CDB
Tints of Picton Blue #559CDB
RGB
CMYK
RGB Variations
Color information
#559CDB (or 0x559CDB) is known color: Picton Blue. HEX triplet: 55, 9C and DB. RGB value is (85,156,219). Sum of RGB (Red+Green+Blue) = 85+156+219=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #559CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CDB is #AA6324. Grayscale: #8D8D8D. Windows color (decimal): -11166501 or 14392405. OLE color: 14392405.
HSL color Cylindrical-coordinate representation of color #559CDB: hue angle of 208.21º degrees, saturation: 0.65, 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 #559CDB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 156 | 219 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.14 |
| HSL | 208.21º | 0.65% | 0.6% | - |
| HSV(B) | 208.21º | 0.61% | 0.86% | - |
| XYZ | 28.42 | 30.82 | 71.47 | - |
| YUV | 141.95 | 171.48 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 219 | 0.61 | 0.29 | 0 | 0.14 | 208.21 | 0.65 | 0.6 |
| Hex | 55 | 9C | DB | 3D | 1D | 0 | E | D0 | 41 | 3C |
| Octal | 125 | 234 | 333 | 75 | 35 | 0 | 16 | 320 | 101 | 74 |
| Binary | 1010101 | 10011100 | 11011011 | 111101 | 11101 | 0 | 1110 | 11010000 | 1000001 | 111100 |
Color Harmonies of #559CDB
Complementary color
Monochromatic Colors of #559CDB
Black with #559CDB
Text Example
Text Example
White with #559CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CDB; }
p { color: rgb(85,156,219); }
H1.HeaderClassName
{
color: #559CDB;
}
.AnyTagClassName
{
color: #559CDB;
}
</style>
background-color css
<style>
a { background-color: #559CDB; }
a { background-color: rgb(85,156,219); }
div.DivClassName
{
background-color: #559CDB;
}
.BgClassName
{
background-color: #559CDB;
}
</style>
border-color css
<style>
span { border-color: #559CDB; }
span { border-color: rgb(85,156,219); }
td.TdClassName
{
border-color: #559CDB;
}
.TagClassName
{
border-color: #559CDB;
}
</style>