Shades of Picton Blue #559AD1
Tints of Picton Blue #559AD1
RGB
CMYK
RGB Variations
Color information
#559AD1 (or 0x559AD1) is known color: Picton Blue. HEX triplet: 55, 9A and D1. RGB value is (85,154,209). Sum of RGB (Red+Green+Blue) = 85+154+209=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 154 (60.55% from 255 or 34.38% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #559AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AD1 is #AA652E. Grayscale: #8B8B8B. Windows color (decimal): -11167023 or 13736533. OLE color: 13736533.
HSL color Cylindrical-coordinate representation of color #559AD1: hue angle of 206.61º 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 #559AD1 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 154 | 209 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.18 |
| HSL | 206.61º | 0.57% | 0.58% | - |
| HSV(B) | 206.61º | 0.59% | 0.82% | - |
| XYZ | 26.81 | 29.65 | 64.63 | - |
| YUV | 139.64 | 167.14 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 209 | 0.59 | 0.26 | 0 | 0.18 | 206.61 | 0.57 | 0.58 |
| Hex | 55 | 9A | D1 | 3B | 1A | 0 | 12 | CF | 39 | 3A |
| Octal | 125 | 232 | 321 | 73 | 32 | 0 | 22 | 317 | 71 | 72 |
| Binary | 1010101 | 10011010 | 11010001 | 111011 | 11010 | 0 | 10010 | 11001111 | 111001 | 111010 |
Color Harmonies of #559AD1
Complementary color
Monochromatic Colors of #559AD1
Black with #559AD1
Text Example
Text Example
White with #559AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AD1; }
p { color: rgb(85,154,209); }
H1.HeaderClassName
{
color: #559AD1;
}
.AnyTagClassName
{
color: #559AD1;
}
</style>
background-color css
<style>
a { background-color: #559AD1; }
a { background-color: rgb(85,154,209); }
div.DivClassName
{
background-color: #559AD1;
}
.BgClassName
{
background-color: #559AD1;
}
</style>
border-color css
<style>
span { border-color: #559AD1; }
span { border-color: rgb(85,154,209); }
td.TdClassName
{
border-color: #559AD1;
}
.TagClassName
{
border-color: #559AD1;
}
</style>