Shades of Picton Blue #559ED5
Tints of Picton Blue #559ED5
RGB
CMYK
RGB Variations
Color information
#559ED5 (or 0x559ED5) is known color: Picton Blue. HEX triplet: 55, 9E and D5. RGB value is (85,158,213). Sum of RGB (Red+Green+Blue) = 85+158+213=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 213 (83.59% from 255 or 46.71% from 456); Max value from RGB is 213 - color contains mainly: blue. Hex color #559ED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ED5 is #AA612A. Grayscale: #8E8E8E. Windows color (decimal): -11165995 or 13999701. OLE color: 13999701.
HSL color Cylindrical-coordinate representation of color #559ED5: hue angle of 205.78º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #559ED5 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 158 | 213 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.16 |
| HSL | 205.78º | 0.6% | 0.58% | - |
| HSV(B) | 205.78º | 0.6% | 0.84% | - |
| XYZ | 27.98 | 31.19 | 67.5 | - |
| YUV | 142.44 | 167.82 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 213 | 0.60 | 0.26 | 0 | 0.16 | 205.78 | 0.6 | 0.58 |
| Hex | 55 | 9E | D5 | 3C | 1A | 0 | 10 | CE | 3C | 3A |
| Octal | 125 | 236 | 325 | 74 | 32 | 0 | 20 | 316 | 74 | 72 |
| Binary | 1010101 | 10011110 | 11010101 | 111100 | 11010 | 0 | 10000 | 11001110 | 111100 | 111010 |
Color Harmonies of #559ED5
Complementary color
Monochromatic Colors of #559ED5
Black with #559ED5
Text Example
Text Example
White with #559ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559ED5; }
p { color: rgb(85,158,213); }
H1.HeaderClassName
{
color: #559ED5;
}
.AnyTagClassName
{
color: #559ED5;
}
</style>
background-color css
<style>
a { background-color: #559ED5; }
a { background-color: rgb(85,158,213); }
div.DivClassName
{
background-color: #559ED5;
}
.BgClassName
{
background-color: #559ED5;
}
</style>
border-color css
<style>
span { border-color: #559ED5; }
span { border-color: rgb(85,158,213); }
td.TdClassName
{
border-color: #559ED5;
}
.TagClassName
{
border-color: #559ED5;
}
</style>