Shades of Picton Blue #589DC9
Tints of Picton Blue #589DC9
RGB
CMYK
RGB Variations
Color information
#589DC9 (or 0x589DC9) is known color: Picton Blue. HEX triplet: 58, 9D and C9. RGB value is (88,157,201). Sum of RGB (Red+Green+Blue) = 88+157+201=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #589DC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DC9 is #A76236. Grayscale: #8D8D8D. Windows color (decimal): -10969655 or 13213016. OLE color: 13213016.
HSL color Cylindrical-coordinate representation of color #589DC9: hue angle of 203.36º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #589DC9 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 157 | 201 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.21 |
| HSL | 203.36º | 0.51% | 0.57% | - |
| HSV(B) | 203.36º | 0.56% | 0.79% | - |
| XYZ | 26.62 | 30.41 | 59.72 | - |
| YUV | 141.39 | 161.64 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 201 | 0.56 | 0.22 | 0 | 0.21 | 203.36 | 0.51 | 0.57 |
| Hex | 58 | 9D | C9 | 38 | 16 | 0 | 15 | CB | 33 | 39 |
| Octal | 130 | 235 | 311 | 70 | 26 | 0 | 25 | 313 | 63 | 71 |
| Binary | 1011000 | 10011101 | 11001001 | 111000 | 10110 | 0 | 10101 | 11001011 | 110011 | 111001 |
Color Harmonies of #589DC9
Complementary color
Monochromatic Colors of #589DC9
Black with #589DC9
Text Example
Text Example
White with #589DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DC9; }
p { color: rgb(88,157,201); }
H1.HeaderClassName
{
color: #589DC9;
}
.AnyTagClassName
{
color: #589DC9;
}
</style>
background-color css
<style>
a { background-color: #589DC9; }
a { background-color: rgb(88,157,201); }
div.DivClassName
{
background-color: #589DC9;
}
.BgClassName
{
background-color: #589DC9;
}
</style>
border-color css
<style>
span { border-color: #589DC9; }
span { border-color: rgb(88,157,201); }
td.TdClassName
{
border-color: #589DC9;
}
.TagClassName
{
border-color: #589DC9;
}
</style>