Shades of Picton Blue #589BD1
Tints of Picton Blue #589BD1
RGB
CMYK
RGB Variations
Color information
#589BD1 (or 0x589BD1) is known color: Picton Blue. HEX triplet: 58, 9B and D1. RGB value is (88,155,209). Sum of RGB (Red+Green+Blue) = 88+155+209=452 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.47% from 452); Green value is 155 (60.94% from 255 or 34.29% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #589BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589BD1 is #A7642E. Grayscale: #8C8C8C. Windows color (decimal): -10970159 or 13736792. OLE color: 13736792.
HSL color Cylindrical-coordinate representation of color #589BD1: hue angle of 206.78º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #589BD1 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 88 | 155 | 209 | - |
| CMYK | 0.58 | 0.26 | 0 | 0.18 |
| HSL | 206.78º | 0.57% | 0.58% | - |
| HSV(B) | 206.78º | 0.58% | 0.82% | - |
| XYZ | 27.25 | 30.12 | 64.7 | - |
| YUV | 141.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 155 | 209 | 0.58 | 0.26 | 0 | 0.18 | 206.78 | 0.57 | 0.58 |
| Hex | 58 | 9B | D1 | 3A | 1A | 0 | 12 | CF | 39 | 3A |
| Octal | 130 | 233 | 321 | 72 | 32 | 0 | 22 | 317 | 71 | 72 |
| Binary | 1011000 | 10011011 | 11010001 | 111010 | 11010 | 0 | 10010 | 11001111 | 111001 | 111010 |
Color Harmonies of #589BD1
Complementary color
Monochromatic Colors of #589BD1
Black with #589BD1
Text Example
Text Example
White with #589BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589BD1; }
p { color: rgb(88,155,209); }
H1.HeaderClassName
{
color: #589BD1;
}
.AnyTagClassName
{
color: #589BD1;
}
</style>
background-color css
<style>
a { background-color: #589BD1; }
a { background-color: rgb(88,155,209); }
div.DivClassName
{
background-color: #589BD1;
}
.BgClassName
{
background-color: #589BD1;
}
</style>
border-color css
<style>
span { border-color: #589BD1; }
span { border-color: rgb(88,155,209); }
td.TdClassName
{
border-color: #589BD1;
}
.TagClassName
{
border-color: #589BD1;
}
</style>