Shades of Picton Blue #559AE2
Tints of Picton Blue #559AE2
RGB
CMYK
RGB Variations
Color information
#559AE2 (or 0x559AE2) is known color: Picton Blue. HEX triplet: 55, 9A and E2. RGB value is (85,154,226). Sum of RGB (Red+Green+Blue) = 85+154+226=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #559AE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AE2 is #AA651D. Grayscale: #8D8D8D. Windows color (decimal): -11167006 or 14850645. OLE color: 14850645.
HSL color Cylindrical-coordinate representation of color #559AE2: hue angle of 210.64º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559AE2 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 154 | 226 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.11 |
| HSL | 210.64º | 0.71% | 0.61% | - |
| HSV(B) | 210.64º | 0.62% | 0.89% | - |
| XYZ | 29.03 | 30.53 | 76.32 | - |
| YUV | 141.58 | 175.64 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 154 | 226 | 0.62 | 0.32 | 0 | 0.11 | 210.64 | 0.71 | 0.61 |
| Hex | 55 | 9A | E2 | 3E | 20 | 0 | B | D3 | 47 | 3D |
| Octal | 125 | 232 | 342 | 76 | 40 | 0 | 13 | 323 | 107 | 75 |
| Binary | 1010101 | 10011010 | 11100010 | 111110 | 100000 | 0 | 1011 | 11010011 | 1000111 | 111101 |
Color Harmonies of #559AE2
Complementary color
Monochromatic Colors of #559AE2
Black with #559AE2
Text Example
Text Example
White with #559AE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559AE2; }
p { color: rgb(85,154,226); }
H1.HeaderClassName
{
color: #559AE2;
}
.AnyTagClassName
{
color: #559AE2;
}
</style>
background-color css
<style>
a { background-color: #559AE2; }
a { background-color: rgb(85,154,226); }
div.DivClassName
{
background-color: #559AE2;
}
.BgClassName
{
background-color: #559AE2;
}
</style>
border-color css
<style>
span { border-color: #559AE2; }
span { border-color: rgb(85,154,226); }
td.TdClassName
{
border-color: #559AE2;
}
.TagClassName
{
border-color: #559AE2;
}
</style>