Shades of Picton Blue #559ED4
Tints of Picton Blue #559ED4
RGB
CMYK
RGB Variations
Color information
#559ED4 (or 0x559ED4) is known color: Picton Blue. HEX triplet: 55, 9E and D4. RGB value is (85,158,212). Sum of RGB (Red+Green+Blue) = 85+158+212=455 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.68% from 455); Green value is 158 (62.11% from 255 or 34.73% from 455); Blue value is 212 (83.20% from 255 or 46.59% from 455); Max value from RGB is 212 - color contains mainly: blue. Hex color #559ED4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ED4 is #AA612B. Grayscale: #8E8E8E. Windows color (decimal): -11165996 or 13934165. OLE color: 13934165.
HSL color Cylindrical-coordinate representation of color #559ED4: hue angle of 205.51º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #559ED4 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 85 | 158 | 212 | - |
| CMYK | 0.60 | 0.25 | 0 | 0.17 |
| HSL | 205.51º | 0.6% | 0.58% | - |
| HSV(B) | 205.51º | 0.6% | 0.83% | - |
| XYZ | 27.86 | 31.14 | 66.83 | - |
| YUV | 142.33 | 167.32 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 212 | 0.60 | 0.25 | 0 | 0.17 | 205.51 | 0.6 | 0.58 |
| Hex | 55 | 9E | D4 | 3C | 19 | 0 | 11 | CE | 3C | 3A |
| Octal | 125 | 236 | 324 | 74 | 31 | 0 | 21 | 316 | 74 | 72 |
| Binary | 1010101 | 10011110 | 11010100 | 111100 | 11001 | 0 | 10001 | 11001110 | 111100 | 111010 |
Color Harmonies of #559ED4
Complementary color
Monochromatic Colors of #559ED4
Black with #559ED4
Text Example
Text Example
White with #559ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559ED4; }
p { color: rgb(85,158,212); }
H1.HeaderClassName
{
color: #559ED4;
}
.AnyTagClassName
{
color: #559ED4;
}
</style>
background-color css
<style>
a { background-color: #559ED4; }
a { background-color: rgb(85,158,212); }
div.DivClassName
{
background-color: #559ED4;
}
.BgClassName
{
background-color: #559ED4;
}
</style>
border-color css
<style>
span { border-color: #559ED4; }
span { border-color: rgb(85,158,212); }
td.TdClassName
{
border-color: #559ED4;
}
.TagClassName
{
border-color: #559ED4;
}
</style>