Shades of Picton Blue #589FCF
Tints of Picton Blue #589FCF
RGB
CMYK
RGB Variations
Color information
#589FCF (or 0x589FCF) is known color: Picton Blue. HEX triplet: 58, 9F and CF. RGB value is (88,159,207). Sum of RGB (Red+Green+Blue) = 88+159+207=454 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.38% from 454); Green value is 159 (62.5% from 255 or 35.02% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #589FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589FCF is #A76030. Grayscale: #8E8E8E. Windows color (decimal): -10969137 or 13606744. OLE color: 13606744.
HSL color Cylindrical-coordinate representation of color #589FCF: hue angle of 204.2º 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 #589FCF is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 159 | 207 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.19 |
| HSL | 204.2º | 0.55% | 0.58% | - |
| HSV(B) | 204.2º | 0.57% | 0.81% | - |
| XYZ | 27.69 | 31.38 | 63.63 | - |
| YUV | 143.24 | 163.98 | 88.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 159 | 207 | 0.57 | 0.23 | 0 | 0.19 | 204.2 | 0.55 | 0.58 |
| Hex | 58 | 9F | CF | 39 | 17 | 0 | 13 | CC | 37 | 3A |
| Octal | 130 | 237 | 317 | 71 | 27 | 0 | 23 | 314 | 67 | 72 |
| Binary | 1011000 | 10011111 | 11001111 | 111001 | 10111 | 0 | 10011 | 11001100 | 110111 | 111010 |
Color Harmonies of #589FCF
Complementary color
Monochromatic Colors of #589FCF
Black with #589FCF
Text Example
Text Example
White with #589FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589FCF; }
p { color: rgb(88,159,207); }
H1.HeaderClassName
{
color: #589FCF;
}
.AnyTagClassName
{
color: #589FCF;
}
</style>
background-color css
<style>
a { background-color: #589FCF; }
a { background-color: rgb(88,159,207); }
div.DivClassName
{
background-color: #589FCF;
}
.BgClassName
{
background-color: #589FCF;
}
</style>
border-color css
<style>
span { border-color: #589FCF; }
span { border-color: rgb(88,159,207); }
td.TdClassName
{
border-color: #589FCF;
}
.TagClassName
{
border-color: #589FCF;
}
</style>