Shades of Picton Blue #559BE3
Tints of Picton Blue #559BE3
RGB
CMYK
RGB Variations
Color information
#559BE3 (or 0x559BE3) is known color: Picton Blue. HEX triplet: 55, 9B and E3. RGB value is (85,155,227). Sum of RGB (Red+Green+Blue) = 85+155+227=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 227 (89.06% from 255 or 48.61% from 467); Max value from RGB is 227 - color contains mainly: blue. Hex color #559BE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BE3 is #AA641C. Grayscale: #8D8D8D. Windows color (decimal): -11166749 or 14916437. OLE color: 14916437.
HSL color Cylindrical-coordinate representation of color #559BE3: hue angle of 210.42º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559BE3 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 155 | 227 | - |
| CMYK | 0.63 | 0.32 | 0 | 0.11 |
| HSL | 210.42º | 0.72% | 0.61% | - |
| HSV(B) | 210.42º | 0.63% | 0.89% | - |
| XYZ | 29.33 | 30.92 | 77.1 | - |
| YUV | 142.28 | 175.81 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 155 | 227 | 0.63 | 0.32 | 0 | 0.11 | 210.42 | 0.72 | 0.61 |
| Hex | 55 | 9B | E3 | 3F | 20 | 0 | B | D2 | 48 | 3D |
| Octal | 125 | 233 | 343 | 77 | 40 | 0 | 13 | 322 | 110 | 75 |
| Binary | 1010101 | 10011011 | 11100011 | 111111 | 100000 | 0 | 1011 | 11010010 | 1001000 | 111101 |
Color Harmonies of #559BE3
Complementary color
Monochromatic Colors of #559BE3
Black with #559BE3
Text Example
Text Example
White with #559BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559BE3; }
p { color: rgb(85,155,227); }
H1.HeaderClassName
{
color: #559BE3;
}
.AnyTagClassName
{
color: #559BE3;
}
</style>
background-color css
<style>
a { background-color: #559BE3; }
a { background-color: rgb(85,155,227); }
div.DivClassName
{
background-color: #559BE3;
}
.BgClassName
{
background-color: #559BE3;
}
</style>
border-color css
<style>
span { border-color: #559BE3; }
span { border-color: rgb(85,155,227); }
td.TdClassName
{
border-color: #559BE3;
}
.TagClassName
{
border-color: #559BE3;
}
</style>