Shades of Picton Blue #589ADB
Tints of Picton Blue #589ADB
RGB
CMYK
RGB Variations
Color information
#589ADB (or 0x589ADB) is known color: Picton Blue. HEX triplet: 58, 9A and DB. RGB value is (88,154,219). Sum of RGB (Red+Green+Blue) = 88+154+219=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #589ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ADB is #A76524. Grayscale: #8D8D8D. Windows color (decimal): -10970405 or 14391896. OLE color: 14391896.
HSL color Cylindrical-coordinate representation of color #589ADB: hue angle of 209.77º 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 #589ADB is Cyan = 0.60, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 154 | 219 | - |
| CMYK | 0.60 | 0.30 | 0 | 0.14 |
| HSL | 209.77º | 0.65% | 0.6% | - |
| HSV(B) | 209.77º | 0.6% | 0.86% | - |
| XYZ | 28.37 | 30.3 | 71.37 | - |
| YUV | 141.68 | 171.63 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 154 | 219 | 0.60 | 0.30 | 0 | 0.14 | 209.77 | 0.65 | 0.6 |
| Hex | 58 | 9A | DB | 3C | 1E | 0 | E | D2 | 41 | 3C |
| Octal | 130 | 232 | 333 | 74 | 36 | 0 | 16 | 322 | 101 | 74 |
| Binary | 1011000 | 10011010 | 11011011 | 111100 | 11110 | 0 | 1110 | 11010010 | 1000001 | 111100 |
Color Harmonies of #589ADB
Complementary color
Monochromatic Colors of #589ADB
Black with #589ADB
Text Example
Text Example
White with #589ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589ADB; }
p { color: rgb(88,154,219); }
H1.HeaderClassName
{
color: #589ADB;
}
.AnyTagClassName
{
color: #589ADB;
}
</style>
background-color css
<style>
a { background-color: #589ADB; }
a { background-color: rgb(88,154,219); }
div.DivClassName
{
background-color: #589ADB;
}
.BgClassName
{
background-color: #589ADB;
}
</style>
border-color css
<style>
span { border-color: #589ADB; }
span { border-color: rgb(88,154,219); }
td.TdClassName
{
border-color: #589ADB;
}
.TagClassName
{
border-color: #589ADB;
}
</style>