Shades of Picton Blue #559ADE
Tints of Picton Blue #559ADE
RGB
CMYK
RGB Variations
Color information
#559ADE (or 0x559ADE) is known color: Picton Blue. HEX triplet: 55, 9A and DE. RGB value is (85,154,222). Sum of RGB (Red+Green+Blue) = 85+154+222=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #559ADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ADE is #AA6521. Grayscale: #8C8C8C. Windows color (decimal): -11167010 or 14588501. OLE color: 14588501.
HSL color Cylindrical-coordinate representation of color #559ADE: hue angle of 209.78º degrees, saturation: 0.67, 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 #559ADE is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 154 | 222 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.13 |
| HSL | 209.78º | 0.67% | 0.6% | - |
| HSV(B) | 209.78º | 0.62% | 0.87% | - |
| XYZ | 28.49 | 30.32 | 73.46 | - |
| YUV | 141.12 | 173.64 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 222 | 0.62 | 0.31 | 0 | 0.13 | 209.78 | 0.67 | 0.6 |
| Hex | 55 | 9A | DE | 3E | 1F | 0 | D | D2 | 43 | 3C |
| Octal | 125 | 232 | 336 | 76 | 37 | 0 | 15 | 322 | 103 | 74 |
| Binary | 1010101 | 10011010 | 11011110 | 111110 | 11111 | 0 | 1101 | 11010010 | 1000011 | 111100 |
Color Harmonies of #559ADE
Complementary color
Monochromatic Colors of #559ADE
Black with #559ADE
Text Example
Text Example
White with #559ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559ADE; }
p { color: rgb(85,154,222); }
H1.HeaderClassName
{
color: #559ADE;
}
.AnyTagClassName
{
color: #559ADE;
}
</style>
background-color css
<style>
a { background-color: #559ADE; }
a { background-color: rgb(85,154,222); }
div.DivClassName
{
background-color: #559ADE;
}
.BgClassName
{
background-color: #559ADE;
}
</style>
border-color css
<style>
span { border-color: #559ADE; }
span { border-color: rgb(85,154,222); }
td.TdClassName
{
border-color: #559ADE;
}
.TagClassName
{
border-color: #559ADE;
}
</style>