Shades of Picton Blue #559FD1
Tints of Picton Blue #559FD1
RGB
CMYK
RGB Variations
Color information
#559FD1 (or 0x559FD1) is known color: Picton Blue. HEX triplet: 55, 9F and D1. RGB value is (85,159,209). Sum of RGB (Red+Green+Blue) = 85+159+209=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #559FD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FD1 is #AA602E. Grayscale: #8E8E8E. Windows color (decimal): -11165743 or 13737813. OLE color: 13737813.
HSL color Cylindrical-coordinate representation of color #559FD1: hue angle of 204.19º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559FD1 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 159 | 209 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.18 |
| HSL | 204.19º | 0.57% | 0.58% | - |
| HSV(B) | 204.19º | 0.59% | 0.82% | - |
| XYZ | 27.65 | 31.33 | 64.91 | - |
| YUV | 142.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 209 | 0.59 | 0.24 | 0 | 0.18 | 204.19 | 0.57 | 0.58 |
| Hex | 55 | 9F | D1 | 3B | 18 | 0 | 12 | CC | 39 | 3A |
| Octal | 125 | 237 | 321 | 73 | 30 | 0 | 22 | 314 | 71 | 72 |
| Binary | 1010101 | 10011111 | 11010001 | 111011 | 11000 | 0 | 10010 | 11001100 | 111001 | 111010 |
Color Harmonies of #559FD1
Complementary color
Monochromatic Colors of #559FD1
Black with #559FD1
Text Example
Text Example
White with #559FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FD1; }
p { color: rgb(85,159,209); }
H1.HeaderClassName
{
color: #559FD1;
}
.AnyTagClassName
{
color: #559FD1;
}
</style>
background-color css
<style>
a { background-color: #559FD1; }
a { background-color: rgb(85,159,209); }
div.DivClassName
{
background-color: #559FD1;
}
.BgClassName
{
background-color: #559FD1;
}
</style>
border-color css
<style>
span { border-color: #559FD1; }
span { border-color: rgb(85,159,209); }
td.TdClassName
{
border-color: #559FD1;
}
.TagClassName
{
border-color: #559FD1;
}
</style>