Shades of Picton Blue #589FDB
Tints of Picton Blue #589FDB
RGB
CMYK
RGB Variations
Color information
#589FDB (or 0x589FDB) is known color: Picton Blue. HEX triplet: 58, 9F and DB. RGB value is (88,159,219). Sum of RGB (Red+Green+Blue) = 88+159+219=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #589FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FDB is #A76024. Grayscale: #909090. Windows color (decimal): -10969125 or 14393176. OLE color: 14393176.
HSL color Cylindrical-coordinate representation of color #589FDB: hue angle of 207.48º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #589FDB is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 159 | 219 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.14 |
| HSL | 207.48º | 0.65% | 0.6% | - |
| HSV(B) | 207.48º | 0.6% | 0.86% | - |
| XYZ | 29.21 | 31.99 | 71.65 | - |
| YUV | 144.61 | 169.98 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 219 | 0.60 | 0.27 | 0 | 0.14 | 207.48 | 0.65 | 0.6 |
| Hex | 58 | 9F | DB | 3C | 1B | 0 | E | CF | 41 | 3C |
| Octal | 130 | 237 | 333 | 74 | 33 | 0 | 16 | 317 | 101 | 74 |
| Binary | 1011000 | 10011111 | 11011011 | 111100 | 11011 | 0 | 1110 | 11001111 | 1000001 | 111100 |
Color Harmonies of #589FDB
Complementary color
Monochromatic Colors of #589FDB
Black with #589FDB
Text Example
Text Example
White with #589FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FDB; }
p { color: rgb(88,159,219); }
H1.HeaderClassName
{
color: #589FDB;
}
.AnyTagClassName
{
color: #589FDB;
}
</style>
background-color css
<style>
a { background-color: #589FDB; }
a { background-color: rgb(88,159,219); }
div.DivClassName
{
background-color: #589FDB;
}
.BgClassName
{
background-color: #589FDB;
}
</style>
border-color css
<style>
span { border-color: #589FDB; }
span { border-color: rgb(88,159,219); }
td.TdClassName
{
border-color: #589FDB;
}
.TagClassName
{
border-color: #589FDB;
}
</style>