Shades of Picton Blue #589CCD
Tints of Picton Blue #589CCD
RGB
CMYK
RGB Variations
Color information
#589CCD (or 0x589CCD) is known color: Picton Blue. HEX triplet: 58, 9C and CD. RGB value is (88,156,205). Sum of RGB (Red+Green+Blue) = 88+156+205=449 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.60% from 449); Green value is 156 (61.33% from 255 or 34.74% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #589CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #589CCD is #A76332. Grayscale: #8C8C8C. Windows color (decimal): -10969907 or 13474904. OLE color: 13474904.
HSL color Cylindrical-coordinate representation of color #589CCD: hue angle of 205.13º degrees, saturation: 0.54, 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 #589CCD is Cyan = 0.57, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 88 | 156 | 205 | - |
| CMYK | 0.57 | 0.24 | 0 | 0.20 |
| HSL | 205.13º | 0.54% | 0.57% | - |
| HSV(B) | 205.13º | 0.57% | 0.8% | - |
| XYZ | 26.93 | 30.26 | 62.18 | - |
| YUV | 141.25 | 163.97 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 156 | 205 | 0.57 | 0.24 | 0 | 0.20 | 205.13 | 0.54 | 0.57 |
| Hex | 58 | 9C | CD | 39 | 18 | 0 | 14 | CD | 36 | 39 |
| Octal | 130 | 234 | 315 | 71 | 30 | 0 | 24 | 315 | 66 | 71 |
| Binary | 1011000 | 10011100 | 11001101 | 111001 | 11000 | 0 | 10100 | 11001101 | 110110 | 111001 |
Color Harmonies of #589CCD
Complementary color
Monochromatic Colors of #589CCD
Black with #589CCD
Text Example
Text Example
White with #589CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #589CCD; }
p { color: rgb(88,156,205); }
H1.HeaderClassName
{
color: #589CCD;
}
.AnyTagClassName
{
color: #589CCD;
}
</style>
background-color css
<style>
a { background-color: #589CCD; }
a { background-color: rgb(88,156,205); }
div.DivClassName
{
background-color: #589CCD;
}
.BgClassName
{
background-color: #589CCD;
}
</style>
border-color css
<style>
span { border-color: #589CCD; }
span { border-color: rgb(88,156,205); }
td.TdClassName
{
border-color: #589CCD;
}
.TagClassName
{
border-color: #589CCD;
}
</style>