Shades of Picton Blue #59ABCE
Tints of Picton Blue #59ABCE
RGB
CMYK
RGB Variations
Color information
#59ABCE (or 0x59ABCE) is known color: Picton Blue. HEX triplet: 59, AB and CE. RGB value is (89,171,206). Sum of RGB (Red+Green+Blue) = 89+171+206=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #59ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABCE is #A65431. Grayscale: #969696. Windows color (decimal): -10900530 or 13544281. OLE color: 13544281.
HSL color Cylindrical-coordinate representation of color #59ABCE: hue angle of 197.95º degrees, saturation: 0.54, 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 #59ABCE is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 171 | 206 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.19 |
| HSL | 197.95º | 0.54% | 0.58% | - |
| HSV(B) | 197.95º | 0.57% | 0.81% | - |
| XYZ | 29.82 | 35.71 | 63.71 | - |
| YUV | 150.47 | 159.33 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 206 | 0.57 | 0.17 | 0 | 0.19 | 197.95 | 0.54 | 0.58 |
| Hex | 59 | AB | CE | 39 | 11 | 0 | 13 | C6 | 36 | 3A |
| Octal | 131 | 253 | 316 | 71 | 21 | 0 | 23 | 306 | 66 | 72 |
| Binary | 1011001 | 10101011 | 11001110 | 111001 | 10001 | 0 | 10011 | 11000110 | 110110 | 111010 |
Color Harmonies of #59ABCE
Complementary color
Monochromatic Colors of #59ABCE
Black with #59ABCE
Text Example
Text Example
White with #59ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ABCE; }
p { color: rgb(89,171,206); }
H1.HeaderClassName
{
color: #59ABCE;
}
.AnyTagClassName
{
color: #59ABCE;
}
</style>
background-color css
<style>
a { background-color: #59ABCE; }
a { background-color: rgb(89,171,206); }
div.DivClassName
{
background-color: #59ABCE;
}
.BgClassName
{
background-color: #59ABCE;
}
</style>
border-color css
<style>
span { border-color: #59ABCE; }
span { border-color: rgb(89,171,206); }
td.TdClassName
{
border-color: #59ABCE;
}
.TagClassName
{
border-color: #59ABCE;
}
</style>