Shades of Picton Blue #589DCC
Tints of Picton Blue #589DCC
RGB
CMYK
RGB Variations
Color information
#589DCC (or 0x589DCC) is known color: Picton Blue. HEX triplet: 58, 9D and CC. RGB value is (88,157,204). Sum of RGB (Red+Green+Blue) = 88+157+204=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #589DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589DCC is #A76233. Grayscale: #8D8D8D. Windows color (decimal): -10969652 or 13409624. OLE color: 13409624.
HSL color Cylindrical-coordinate representation of color #589DCC: hue angle of 204.31º 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 #589DCC is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 88 | 157 | 204 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.2 |
| HSL | 204.31º | 0.53% | 0.57% | - |
| HSV(B) | 204.31º | 0.57% | 0.8% | - |
| XYZ | 26.98 | 30.55 | 61.6 | - |
| YUV | 141.73 | 163.14 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 157 | 204 | 0.57 | 0.23 | 0 | 0.2 | 204.31 | 0.53 | 0.57 |
| Hex | 58 | 9D | CC | 39 | 17 | 0 | 14 | CC | 35 | 39 |
| Octal | 130 | 235 | 314 | 71 | 27 | 0 | 24 | 314 | 65 | 71 |
| Binary | 1011000 | 10011101 | 11001100 | 111001 | 10111 | 0 | 10100 | 11001100 | 110101 | 111001 |
Color Harmonies of #589DCC
Complementary color
Monochromatic Colors of #589DCC
Black with #589DCC
Text Example
Text Example
White with #589DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589DCC; }
p { color: rgb(88,157,204); }
H1.HeaderClassName
{
color: #589DCC;
}
.AnyTagClassName
{
color: #589DCC;
}
</style>
background-color css
<style>
a { background-color: #589DCC; }
a { background-color: rgb(88,157,204); }
div.DivClassName
{
background-color: #589DCC;
}
.BgClassName
{
background-color: #589DCC;
}
</style>
border-color css
<style>
span { border-color: #589DCC; }
span { border-color: rgb(88,157,204); }
td.TdClassName
{
border-color: #589DCC;
}
.TagClassName
{
border-color: #589DCC;
}
</style>