Shades of Picton Blue #598FD7
Tints of Picton Blue #598FD7
RGB
CMYK
RGB Variations
Color information
#598FD7 (or 0x598FD7) is known color: Picton Blue. HEX triplet: 59, 8F and D7. RGB value is (89,143,215). Sum of RGB (Red+Green+Blue) = 89+143+215=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #598FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598FD7 is #A67028. Grayscale: #868686. Windows color (decimal): -10907689 or 14126937. OLE color: 14126937.
HSL color Cylindrical-coordinate representation of color #598FD7: hue angle of 214.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #598FD7 is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 143 | 215 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.16 |
| HSL | 214.29º | 0.61% | 0.6% | - |
| HSV(B) | 214.29º | 0.59% | 0.84% | - |
| XYZ | 26.21 | 26.68 | 68.06 | - |
| YUV | 135.06 | 173.11 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 143 | 215 | 0.59 | 0.33 | 0 | 0.16 | 214.29 | 0.61 | 0.6 |
| Hex | 59 | 8F | D7 | 3B | 21 | 0 | 10 | D6 | 3D | 3C |
| Octal | 131 | 217 | 327 | 73 | 41 | 0 | 20 | 326 | 75 | 74 |
| Binary | 1011001 | 10001111 | 11010111 | 111011 | 100001 | 0 | 10000 | 11010110 | 111101 | 111100 |
Color Harmonies of #598FD7
Complementary color
Monochromatic Colors of #598FD7
Black with #598FD7
Text Example
Text Example
White with #598FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598FD7; }
p { color: rgb(89,143,215); }
H1.HeaderClassName
{
color: #598FD7;
}
.AnyTagClassName
{
color: #598FD7;
}
</style>
background-color css
<style>
a { background-color: #598FD7; }
a { background-color: rgb(89,143,215); }
div.DivClassName
{
background-color: #598FD7;
}
.BgClassName
{
background-color: #598FD7;
}
</style>
border-color css
<style>
span { border-color: #598FD7; }
span { border-color: rgb(89,143,215); }
td.TdClassName
{
border-color: #598FD7;
}
.TagClassName
{
border-color: #598FD7;
}
</style>