Shades of Picton Blue #589ECF
Tints of Picton Blue #589ECF
RGB
CMYK
RGB Variations
Color information
#589ECF (or 0x589ECF) is known color: Picton Blue. HEX triplet: 58, 9E and CF. RGB value is (88,158,207). Sum of RGB (Red+Green+Blue) = 88+158+207=453 (60% of max value = 765). Red value is 88 (34.77% from 255 or 19.43% from 453); Green value is 158 (62.11% from 255 or 34.88% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #589ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589ECF is #A76130. Grayscale: #8E8E8E. Windows color (decimal): -10969393 or 13606488. OLE color: 13606488.
HSL color Cylindrical-coordinate representation of color #589ECF: hue angle of 204.71º 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 #589ECF is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 88 | 158 | 207 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.19 |
| HSL | 204.71º | 0.55% | 0.58% | - |
| HSV(B) | 204.71º | 0.57% | 0.81% | - |
| XYZ | 27.51 | 31.03 | 63.57 | - |
| YUV | 142.66 | 164.31 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 158 | 207 | 0.57 | 0.24 | 0 | 0.19 | 204.71 | 0.55 | 0.58 |
| Hex | 58 | 9E | CF | 39 | 18 | 0 | 13 | CD | 37 | 3A |
| Octal | 130 | 236 | 317 | 71 | 30 | 0 | 23 | 315 | 67 | 72 |
| Binary | 1011000 | 10011110 | 11001111 | 111001 | 11000 | 0 | 10011 | 11001101 | 110111 | 111010 |
Color Harmonies of #589ECF
Complementary color
Monochromatic Colors of #589ECF
Black with #589ECF
Text Example
Text Example
White with #589ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589ECF; }
p { color: rgb(88,158,207); }
H1.HeaderClassName
{
color: #589ECF;
}
.AnyTagClassName
{
color: #589ECF;
}
</style>
background-color css
<style>
a { background-color: #589ECF; }
a { background-color: rgb(88,158,207); }
div.DivClassName
{
background-color: #589ECF;
}
.BgClassName
{
background-color: #589ECF;
}
</style>
border-color css
<style>
span { border-color: #589ECF; }
span { border-color: rgb(88,158,207); }
td.TdClassName
{
border-color: #589ECF;
}
.TagClassName
{
border-color: #589ECF;
}
</style>