Shades of Picton Blue #559BDF
Tints of Picton Blue #559BDF
RGB
CMYK
RGB Variations
Color information
#559BDF (or 0x559BDF) is known color: Picton Blue. HEX triplet: 55, 9B and DF. RGB value is (85,155,223). Sum of RGB (Red+Green+Blue) = 85+155+223=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #559BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BDF is #AA6420. Grayscale: #8D8D8D. Windows color (decimal): -11166753 or 14654293. OLE color: 14654293.
HSL color Cylindrical-coordinate representation of color #559BDF: hue angle of 209.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559BDF is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 155 | 223 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.13 |
| HSL | 209.57º | 0.68% | 0.6% | - |
| HSV(B) | 209.57º | 0.62% | 0.87% | - |
| XYZ | 28.79 | 30.7 | 74.22 | - |
| YUV | 141.82 | 173.81 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 223 | 0.62 | 0.30 | 0 | 0.13 | 209.57 | 0.68 | 0.6 |
| Hex | 55 | 9B | DF | 3E | 1E | 0 | D | D2 | 44 | 3C |
| Octal | 125 | 233 | 337 | 76 | 36 | 0 | 15 | 322 | 104 | 74 |
| Binary | 1010101 | 10011011 | 11011111 | 111110 | 11110 | 0 | 1101 | 11010010 | 1000100 | 111100 |
Color Harmonies of #559BDF
Complementary color
Monochromatic Colors of #559BDF
Black with #559BDF
Text Example
Text Example
White with #559BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BDF; }
p { color: rgb(85,155,223); }
H1.HeaderClassName
{
color: #559BDF;
}
.AnyTagClassName
{
color: #559BDF;
}
</style>
background-color css
<style>
a { background-color: #559BDF; }
a { background-color: rgb(85,155,223); }
div.DivClassName
{
background-color: #559BDF;
}
.BgClassName
{
background-color: #559BDF;
}
</style>
border-color css
<style>
span { border-color: #559BDF; }
span { border-color: rgb(85,155,223); }
td.TdClassName
{
border-color: #559BDF;
}
.TagClassName
{
border-color: #559BDF;
}
</style>