Shades of Picton Blue #589CDB
Tints of Picton Blue #589CDB
RGB
CMYK
RGB Variations
Color information
#589CDB (or 0x589CDB) is known color: Picton Blue. HEX triplet: 58, 9C and DB. RGB value is (88,156,219). Sum of RGB (Red+Green+Blue) = 88+156+219=463 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.01% from 463); Green value is 156 (61.33% from 255 or 33.69% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #589CDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CDB is #A76324. Grayscale: #8E8E8E. Windows color (decimal): -10969893 or 14392408. OLE color: 14392408.
HSL color Cylindrical-coordinate representation of color #589CDB: hue angle of 208.85º 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 #589CDB is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 156 | 219 | - |
| CMYK | 0.60 | 0.29 | 0 | 0.14 |
| HSL | 208.86º | 0.65% | 0.6% | - |
| HSV(B) | 208.86º | 0.6% | 0.86% | - |
| XYZ | 28.7 | 30.97 | 71.48 | - |
| YUV | 142.85 | 170.97 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 219 | 0.60 | 0.29 | 0 | 0.14 | 208.86 | 0.65 | 0.6 |
| Hex | 58 | 9C | DB | 3C | 1D | 0 | E | D1 | 41 | 3C |
| Octal | 130 | 234 | 333 | 74 | 35 | 0 | 16 | 321 | 101 | 74 |
| Binary | 1011000 | 10011100 | 11011011 | 111100 | 11101 | 0 | 1110 | 11010001 | 1000001 | 111100 |
Color Harmonies of #589CDB
Complementary color
Monochromatic Colors of #589CDB
Black with #589CDB
Text Example
Text Example
White with #589CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CDB; }
p { color: rgb(88,156,219); }
H1.HeaderClassName
{
color: #589CDB;
}
.AnyTagClassName
{
color: #589CDB;
}
</style>
background-color css
<style>
a { background-color: #589CDB; }
a { background-color: rgb(88,156,219); }
div.DivClassName
{
background-color: #589CDB;
}
.BgClassName
{
background-color: #589CDB;
}
</style>
border-color css
<style>
span { border-color: #589CDB; }
span { border-color: rgb(88,156,219); }
td.TdClassName
{
border-color: #589CDB;
}
.TagClassName
{
border-color: #589CDB;
}
</style>