Shades of Picton Blue #559CE0
Tints of Picton Blue #559CE0
RGB
CMYK
RGB Variations
Color information
#559CE0 (or 0x559CE0) is known color: Picton Blue. HEX triplet: 55, 9C and E0. RGB value is (85,156,224). Sum of RGB (Red+Green+Blue) = 85+156+224=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 224 (87.89% from 255 or 48.17% from 465); Max value from RGB is 224 - color contains mainly: blue. Hex color #559CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CE0 is #AA631F. Grayscale: #8E8E8E. Windows color (decimal): -11166496 or 14720085. OLE color: 14720085.
HSL color Cylindrical-coordinate representation of color #559CE0: hue angle of 209.35º degrees, saturation: 0.69, 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 #559CE0 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 85 | 156 | 224 | - |
| CMYK | 0.62 | 0.30 | 0 | 0.12 |
| HSL | 209.35º | 0.69% | 0.61% | - |
| HSV(B) | 209.35º | 0.62% | 0.88% | - |
| XYZ | 29.09 | 31.09 | 74.99 | - |
| YUV | 142.52 | 173.98 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 156 | 224 | 0.62 | 0.30 | 0 | 0.12 | 209.35 | 0.69 | 0.61 |
| Hex | 55 | 9C | E0 | 3E | 1E | 0 | C | D1 | 45 | 3D |
| Octal | 125 | 234 | 340 | 76 | 36 | 0 | 14 | 321 | 105 | 75 |
| Binary | 1010101 | 10011100 | 11100000 | 111110 | 11110 | 0 | 1100 | 11010001 | 1000101 | 111101 |
Color Harmonies of #559CE0
Complementary color
Monochromatic Colors of #559CE0
Black with #559CE0
Text Example
Text Example
White with #559CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559CE0; }
p { color: rgb(85,156,224); }
H1.HeaderClassName
{
color: #559CE0;
}
.AnyTagClassName
{
color: #559CE0;
}
</style>
background-color css
<style>
a { background-color: #559CE0; }
a { background-color: rgb(85,156,224); }
div.DivClassName
{
background-color: #559CE0;
}
.BgClassName
{
background-color: #559CE0;
}
</style>
border-color css
<style>
span { border-color: #559CE0; }
span { border-color: rgb(85,156,224); }
td.TdClassName
{
border-color: #559CE0;
}
.TagClassName
{
border-color: #559CE0;
}
</style>