Shades of Picton Blue #599FDB
Tints of Picton Blue #599FDB
RGB
CMYK
RGB Variations
Color information
#599FDB (or 0x599FDB) is known color: Picton Blue. HEX triplet: 59, 9F and DB. RGB value is (89,159,219). Sum of RGB (Red+Green+Blue) = 89+159+219=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #599FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FDB is #A66024. Grayscale: #909090. Windows color (decimal): -10903589 or 14393177. OLE color: 14393177.
HSL color Cylindrical-coordinate representation of color #599FDB: hue angle of 207.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #599FDB is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 159 | 219 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.14 |
| HSL | 207.69º | 0.64% | 0.6% | - |
| HSV(B) | 207.69º | 0.59% | 0.86% | - |
| XYZ | 29.3 | 32.03 | 71.66 | - |
| YUV | 144.91 | 169.81 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 159 | 219 | 0.59 | 0.27 | 0 | 0.14 | 207.69 | 0.64 | 0.6 |
| Hex | 59 | 9F | DB | 3B | 1B | 0 | E | D0 | 40 | 3C |
| Octal | 131 | 237 | 333 | 73 | 33 | 0 | 16 | 320 | 100 | 74 |
| Binary | 1011001 | 10011111 | 11011011 | 111011 | 11011 | 0 | 1110 | 11010000 | 1000000 | 111100 |
Color Harmonies of #599FDB
Complementary color
Monochromatic Colors of #599FDB
Black with #599FDB
Text Example
Text Example
White with #599FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599FDB; }
p { color: rgb(89,159,219); }
H1.HeaderClassName
{
color: #599FDB;
}
.AnyTagClassName
{
color: #599FDB;
}
</style>
background-color css
<style>
a { background-color: #599FDB; }
a { background-color: rgb(89,159,219); }
div.DivClassName
{
background-color: #599FDB;
}
.BgClassName
{
background-color: #599FDB;
}
</style>
border-color css
<style>
span { border-color: #599FDB; }
span { border-color: rgb(89,159,219); }
td.TdClassName
{
border-color: #599FDB;
}
.TagClassName
{
border-color: #599FDB;
}
</style>