Shades of Picton Blue #589FCB
Tints of Picton Blue #589FCB
RGB
CMYK
RGB Variations
Color information
#589FCB (or 0x589FCB) is known color: Picton Blue. HEX triplet: 58, 9F and CB. RGB value is (88,159,203). Sum of RGB (Red+Green+Blue) = 88+159+203=450 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.56% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #589FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FCB is #A76034. Grayscale: #8E8E8E. Windows color (decimal): -10969141 or 13344600. OLE color: 13344600.
HSL color Cylindrical-coordinate representation of color #589FCB: hue angle of 202.96º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #589FCB is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 159 | 203 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.20 |
| HSL | 202.96º | 0.53% | 0.57% | - |
| HSV(B) | 202.96º | 0.57% | 0.8% | - |
| XYZ | 27.2 | 31.18 | 61.09 | - |
| YUV | 142.79 | 161.98 | 88.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 203 | 0.57 | 0.22 | 0 | 0.20 | 202.96 | 0.53 | 0.57 |
| Hex | 58 | 9F | CB | 39 | 16 | 0 | 14 | CB | 35 | 39 |
| Octal | 130 | 237 | 313 | 71 | 26 | 0 | 24 | 313 | 65 | 71 |
| Binary | 1011000 | 10011111 | 11001011 | 111001 | 10110 | 0 | 10100 | 11001011 | 110101 | 111001 |
Color Harmonies of #589FCB
Complementary color
Monochromatic Colors of #589FCB
Black with #589FCB
Text Example
Text Example
White with #589FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FCB; }
p { color: rgb(88,159,203); }
H1.HeaderClassName
{
color: #589FCB;
}
.AnyTagClassName
{
color: #589FCB;
}
</style>
background-color css
<style>
a { background-color: #589FCB; }
a { background-color: rgb(88,159,203); }
div.DivClassName
{
background-color: #589FCB;
}
.BgClassName
{
background-color: #589FCB;
}
</style>
border-color css
<style>
span { border-color: #589FCB; }
span { border-color: rgb(88,159,203); }
td.TdClassName
{
border-color: #589FCB;
}
.TagClassName
{
border-color: #589FCB;
}
</style>