Shades of Picton Blue #589FCE
Tints of Picton Blue #589FCE
RGB
CMYK
RGB Variations
Color information
#589FCE (or 0x589FCE) is known color: Picton Blue. HEX triplet: 58, 9F and CE. RGB value is (88,159,206). Sum of RGB (Red+Green+Blue) = 88+159+206=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #589FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FCE is #A76031. Grayscale: #8E8E8E. Windows color (decimal): -10969138 or 13541208. OLE color: 13541208.
HSL color Cylindrical-coordinate representation of color #589FCE: hue angle of 203.9º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589FCE is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 159 | 206 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.19 |
| HSL | 203.9º | 0.55% | 0.58% | - |
| HSV(B) | 203.9º | 0.57% | 0.81% | - |
| XYZ | 27.56 | 31.33 | 62.99 | - |
| YUV | 143.13 | 163.48 | 88.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 206 | 0.57 | 0.23 | 0 | 0.19 | 203.9 | 0.55 | 0.58 |
| Hex | 58 | 9F | CE | 39 | 17 | 0 | 13 | CC | 37 | 3A |
| Octal | 130 | 237 | 316 | 71 | 27 | 0 | 23 | 314 | 67 | 72 |
| Binary | 1011000 | 10011111 | 11001110 | 111001 | 10111 | 0 | 10011 | 11001100 | 110111 | 111010 |
Color Harmonies of #589FCE
Complementary color
Monochromatic Colors of #589FCE
Black with #589FCE
Text Example
Text Example
White with #589FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FCE; }
p { color: rgb(88,159,206); }
H1.HeaderClassName
{
color: #589FCE;
}
.AnyTagClassName
{
color: #589FCE;
}
</style>
background-color css
<style>
a { background-color: #589FCE; }
a { background-color: rgb(88,159,206); }
div.DivClassName
{
background-color: #589FCE;
}
.BgClassName
{
background-color: #589FCE;
}
</style>
border-color css
<style>
span { border-color: #589FCE; }
span { border-color: rgb(88,159,206); }
td.TdClassName
{
border-color: #589FCE;
}
.TagClassName
{
border-color: #589FCE;
}
</style>