Shades of Picton Blue #559CE1
Tints of Picton Blue #559CE1
RGB
CMYK
RGB Variations
Color information
#559CE1 (or 0x559CE1) is known color: Picton Blue. HEX triplet: 55, 9C and E1. RGB value is (85,156,225). Sum of RGB (Red+Green+Blue) = 85+156+225=466 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.24% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #559CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CE1 is #AA631E. Grayscale: #8E8E8E. Windows color (decimal): -11166495 or 14785621. OLE color: 14785621.
HSL color Cylindrical-coordinate representation of color #559CE1: hue angle of 209.57º 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 #559CE1 is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 156 | 225 | - |
| CMYK | 0.62 | 0.31 | 0 | 0.12 |
| HSL | 209.57º | 0.7% | 0.61% | - |
| HSV(B) | 209.57º | 0.62% | 0.88% | - |
| XYZ | 29.23 | 31.14 | 75.71 | - |
| YUV | 142.64 | 174.48 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 225 | 0.62 | 0.31 | 0 | 0.12 | 209.57 | 0.7 | 0.61 |
| Hex | 55 | 9C | E1 | 3E | 1F | 0 | C | D2 | 46 | 3D |
| Octal | 125 | 234 | 341 | 76 | 37 | 0 | 14 | 322 | 106 | 75 |
| Binary | 1010101 | 10011100 | 11100001 | 111110 | 11111 | 0 | 1100 | 11010010 | 1000110 | 111101 |
Color Harmonies of #559CE1
Complementary color
Monochromatic Colors of #559CE1
Black with #559CE1
Text Example
Text Example
White with #559CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CE1; }
p { color: rgb(85,156,225); }
H1.HeaderClassName
{
color: #559CE1;
}
.AnyTagClassName
{
color: #559CE1;
}
</style>
background-color css
<style>
a { background-color: #559CE1; }
a { background-color: rgb(85,156,225); }
div.DivClassName
{
background-color: #559CE1;
}
.BgClassName
{
background-color: #559CE1;
}
</style>
border-color css
<style>
span { border-color: #559CE1; }
span { border-color: rgb(85,156,225); }
td.TdClassName
{
border-color: #559CE1;
}
.TagClassName
{
border-color: #559CE1;
}
</style>