Shades of Picton Blue #559FD0
Tints of Picton Blue #559FD0
RGB
CMYK
RGB Variations
Color information
#559FD0 (or 0x559FD0) is known color: Picton Blue. HEX triplet: 55, 9F and D0. RGB value is (85,159,208). Sum of RGB (Red+Green+Blue) = 85+159+208=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 208 - color contains mainly: blue. Hex color #559FD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559FD0 is #AA602F. Grayscale: #8E8E8E. Windows color (decimal): -11165744 or 13672277. OLE color: 13672277.
HSL color Cylindrical-coordinate representation of color #559FD0: hue angle of 203.9º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559FD0 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 85 | 159 | 208 | - |
CMYK | 0.59 | 0.24 | 0 | 0.18 |
HSL | 203.9º | 0.57% | 0.57% | - |
HSV(B) | 203.9º | 0.59% | 0.82% | - |
XYZ | 27.53 | 31.28 | 64.26 | - |
YUV | 142.46 | 164.98 | 87.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 85 | 159 | 208 | 0.59 | 0.24 | 0 | 0.18 | 203.9 | 0.57 | 0.57 |
Hex | 55 | 9F | D0 | 3B | 18 | 0 | 12 | CC | 39 | 39 |
Octal | 125 | 237 | 320 | 73 | 30 | 0 | 22 | 314 | 71 | 71 |
Binary | 1010101 | 10011111 | 11010000 | 111011 | 11000 | 0 | 10010 | 11001100 | 111001 | 111001 |
Color Harmonies of #559FD0
Complementary color
Monochromatic Colors of #559FD0
Black with #559FD0
Text Example
Text Example
White with #559FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559FD0; }
p { color: rgb(85,159,208); }
H1.HeaderClassName
{
color: #559FD0;
}
.AnyTagClassName
{
color: #559FD0;
}
</style>
background-color css
<style>
a { background-color: #559FD0; }
a { background-color: rgb(85,159,208); }
div.DivClassName
{
background-color: #559FD0;
}
.BgClassName
{
background-color: #559FD0;
}
</style>
border-color css
<style>
span { border-color: #559FD0; }
span { border-color: rgb(85,159,208); }
td.TdClassName
{
border-color: #559FD0;
}
.TagClassName
{
border-color: #559FD0;
}
</style>