Shades of Picton Blue #589FE1
Tints of Picton Blue #589FE1
RGB
CMYK
RGB Variations
Color information
#589FE1 (or 0x589FE1) is known color: Picton Blue. HEX triplet: 58, 9F and E1. RGB value is (88,159,225). Sum of RGB (Red+Green+Blue) = 88+159+225=472 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.64% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #589FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FE1 is #A7601E. Grayscale: #909090. Windows color (decimal): -10969119 or 14786392. OLE color: 14786392.
HSL color Cylindrical-coordinate representation of color #589FE1: hue angle of 208.91º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #589FE1 is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 159 | 225 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.12 |
| HSL | 208.91º | 0.7% | 0.61% | - |
| HSV(B) | 208.91º | 0.61% | 0.88% | - |
| XYZ | 30.01 | 32.31 | 75.89 | - |
| YUV | 145.3 | 172.98 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 225 | 0.61 | 0.29 | 0 | 0.12 | 208.91 | 0.7 | 0.61 |
| Hex | 58 | 9F | E1 | 3D | 1D | 0 | C | D1 | 46 | 3D |
| Octal | 130 | 237 | 341 | 75 | 35 | 0 | 14 | 321 | 106 | 75 |
| Binary | 1011000 | 10011111 | 11100001 | 111101 | 11101 | 0 | 1100 | 11010001 | 1000110 | 111101 |
Color Harmonies of #589FE1
Complementary color
Monochromatic Colors of #589FE1
Black with #589FE1
Text Example
Text Example
White with #589FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FE1; }
p { color: rgb(88,159,225); }
H1.HeaderClassName
{
color: #589FE1;
}
.AnyTagClassName
{
color: #589FE1;
}
</style>
background-color css
<style>
a { background-color: #589FE1; }
a { background-color: rgb(88,159,225); }
div.DivClassName
{
background-color: #589FE1;
}
.BgClassName
{
background-color: #589FE1;
}
</style>
border-color css
<style>
span { border-color: #589FE1; }
span { border-color: rgb(88,159,225); }
td.TdClassName
{
border-color: #589FE1;
}
.TagClassName
{
border-color: #589FE1;
}
</style>