Shades of Picton Blue #559BE1
Tints of Picton Blue #559BE1
RGB
CMYK
RGB Variations
Color information
#559BE1 (or 0x559BE1) is known color: Picton Blue. HEX triplet: 55, 9B and E1. RGB value is (85,155,225). Sum of RGB (Red+Green+Blue) = 85+155+225=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 225 (88.28% from 255 or 48.39% from 465); Max value from RGB is 225 - color contains mainly: blue. Hex color #559BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BE1 is #AA641E. Grayscale: #8D8D8D. Windows color (decimal): -11166751 or 14785365. OLE color: 14785365.
HSL color Cylindrical-coordinate representation of color #559BE1: hue angle of 210º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559BE1 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 155 | 225 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.12 |
| HSL | 210º | 0.7% | 0.61% | - |
| HSV(B) | 210º | 0.62% | 0.88% | - |
| XYZ | 29.06 | 30.81 | 75.65 | - |
| YUV | 142.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 225 | 0.62 | 0.31 | 0 | 0.12 | 210 | 0.7 | 0.61 |
| Hex | 55 | 9B | E1 | 3E | 1F | 0 | C | D2 | 46 | 3D |
| Octal | 125 | 233 | 341 | 76 | 37 | 0 | 14 | 322 | 106 | 75 |
| Binary | 1010101 | 10011011 | 11100001 | 111110 | 11111 | 0 | 1100 | 11010010 | 1000110 | 111101 |
Color Harmonies of #559BE1
Complementary color
Monochromatic Colors of #559BE1
Black with #559BE1
Text Example
Text Example
White with #559BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BE1; }
p { color: rgb(85,155,225); }
H1.HeaderClassName
{
color: #559BE1;
}
.AnyTagClassName
{
color: #559BE1;
}
</style>
background-color css
<style>
a { background-color: #559BE1; }
a { background-color: rgb(85,155,225); }
div.DivClassName
{
background-color: #559BE1;
}
.BgClassName
{
background-color: #559BE1;
}
</style>
border-color css
<style>
span { border-color: #559BE1; }
span { border-color: rgb(85,155,225); }
td.TdClassName
{
border-color: #559BE1;
}
.TagClassName
{
border-color: #559BE1;
}
</style>