Shades of Picton Blue #598ED8
Tints of Picton Blue #598ED8
RGB
CMYK
RGB Variations
Color information
#598ED8 (or 0x598ED8) is known color: Picton Blue. HEX triplet: 59, 8E and D8. RGB value is (89,142,216). Sum of RGB (Red+Green+Blue) = 89+142+216=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 216 (84.77% from 255 or 48.32% from 447); Max value from RGB is 216 - color contains mainly: blue. Hex color #598ED8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ED8 is #A67127. Grayscale: #868686. Windows color (decimal): -10907944 or 14192217. OLE color: 14192217.
HSL color Cylindrical-coordinate representation of color #598ED8: hue angle of 214.96º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #598ED8 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 89 | 142 | 216 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.15 |
| HSL | 214.96º | 0.62% | 0.6% | - |
| HSV(B) | 214.96º | 0.59% | 0.85% | - |
| XYZ | 26.19 | 26.43 | 68.69 | - |
| YUV | 134.59 | 173.94 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 142 | 216 | 0.59 | 0.34 | 0 | 0.15 | 214.96 | 0.62 | 0.6 |
| Hex | 59 | 8E | D8 | 3B | 22 | 0 | F | D7 | 3E | 3C |
| Octal | 131 | 216 | 330 | 73 | 42 | 0 | 17 | 327 | 76 | 74 |
| Binary | 1011001 | 10001110 | 11011000 | 111011 | 100010 | 0 | 1111 | 11010111 | 111110 | 111100 |
Color Harmonies of #598ED8
Complementary color
Monochromatic Colors of #598ED8
Black with #598ED8
Text Example
Text Example
White with #598ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598ED8; }
p { color: rgb(89,142,216); }
H1.HeaderClassName
{
color: #598ED8;
}
.AnyTagClassName
{
color: #598ED8;
}
</style>
background-color css
<style>
a { background-color: #598ED8; }
a { background-color: rgb(89,142,216); }
div.DivClassName
{
background-color: #598ED8;
}
.BgClassName
{
background-color: #598ED8;
}
</style>
border-color css
<style>
span { border-color: #598ED8; }
span { border-color: rgb(89,142,216); }
td.TdClassName
{
border-color: #598ED8;
}
.TagClassName
{
border-color: #598ED8;
}
</style>