Shades of Picton Blue #559ED7
Tints of Picton Blue #559ED7
RGB
CMYK
RGB Variations
Color information
#559ED7 (or 0x559ED7) is known color: Picton Blue. HEX triplet: 55, 9E and D7. RGB value is (85,158,215). Sum of RGB (Red+Green+Blue) = 85+158+215=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 158 (62.11% from 255 or 34.50% from 458); Blue value is 215 (84.38% from 255 or 46.94% from 458); Max value from RGB is 215 - color contains mainly: blue. Hex color #559ED7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ED7 is #AA6128. Grayscale: #8E8E8E. Windows color (decimal): -11165993 or 14130773. OLE color: 14130773.
HSL color Cylindrical-coordinate representation of color #559ED7: hue angle of 206.31º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #559ED7 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 158 | 215 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.16 |
| HSL | 206.31º | 0.62% | 0.59% | - |
| HSV(B) | 206.31º | 0.6% | 0.84% | - |
| XYZ | 28.24 | 31.29 | 68.84 | - |
| YUV | 142.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 158 | 215 | 0.60 | 0.27 | 0 | 0.16 | 206.31 | 0.62 | 0.59 |
| Hex | 55 | 9E | D7 | 3C | 1B | 0 | 10 | CE | 3E | 3B |
| Octal | 125 | 236 | 327 | 74 | 33 | 0 | 20 | 316 | 76 | 73 |
| Binary | 1010101 | 10011110 | 11010111 | 111100 | 11011 | 0 | 10000 | 11001110 | 111110 | 111011 |
Color Harmonies of #559ED7
Complementary color
Monochromatic Colors of #559ED7
Black with #559ED7
Text Example
Text Example
White with #559ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559ED7; }
p { color: rgb(85,158,215); }
H1.HeaderClassName
{
color: #559ED7;
}
.AnyTagClassName
{
color: #559ED7;
}
</style>
background-color css
<style>
a { background-color: #559ED7; }
a { background-color: rgb(85,158,215); }
div.DivClassName
{
background-color: #559ED7;
}
.BgClassName
{
background-color: #559ED7;
}
</style>
border-color css
<style>
span { border-color: #559ED7; }
span { border-color: rgb(85,158,215); }
td.TdClassName
{
border-color: #559ED7;
}
.TagClassName
{
border-color: #559ED7;
}
</style>