Shades of Picton Blue #559FDF
Tints of Picton Blue #559FDF
RGB
CMYK
RGB Variations
Color information
#559FDF (or 0x559FDF) is known color: Picton Blue. HEX triplet: 55, 9F and DF. RGB value is (85,159,223). Sum of RGB (Red+Green+Blue) = 85+159+223=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #559FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FDF is #AA6020. Grayscale: #8F8F8F. Windows color (decimal): -11165729 or 14655317. OLE color: 14655317.
HSL color Cylindrical-coordinate representation of color #559FDF: hue angle of 207.83º 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 #559FDF is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 159 | 223 | - |
| CMYK | 0.62 | 0.29 | 0 | 0.13 |
| HSL | 207.83º | 0.68% | 0.6% | - |
| HSV(B) | 207.83º | 0.62% | 0.87% | - |
| XYZ | 29.46 | 32.06 | 74.45 | - |
| YUV | 144.17 | 172.48 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 223 | 0.62 | 0.29 | 0 | 0.13 | 207.83 | 0.68 | 0.6 |
| Hex | 55 | 9F | DF | 3E | 1D | 0 | D | D0 | 44 | 3C |
| Octal | 125 | 237 | 337 | 76 | 35 | 0 | 15 | 320 | 104 | 74 |
| Binary | 1010101 | 10011111 | 11011111 | 111110 | 11101 | 0 | 1101 | 11010000 | 1000100 | 111100 |
Color Harmonies of #559FDF
Complementary color
Monochromatic Colors of #559FDF
Black with #559FDF
Text Example
Text Example
White with #559FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FDF; }
p { color: rgb(85,159,223); }
H1.HeaderClassName
{
color: #559FDF;
}
.AnyTagClassName
{
color: #559FDF;
}
</style>
background-color css
<style>
a { background-color: #559FDF; }
a { background-color: rgb(85,159,223); }
div.DivClassName
{
background-color: #559FDF;
}
.BgClassName
{
background-color: #559FDF;
}
</style>
border-color css
<style>
span { border-color: #559FDF; }
span { border-color: rgb(85,159,223); }
td.TdClassName
{
border-color: #559FDF;
}
.TagClassName
{
border-color: #559FDF;
}
</style>