Shades of Picton Blue #59A9CE
Tints of Picton Blue #59A9CE
RGB
CMYK
RGB Variations
Color information
#59A9CE (or 0x59A9CE) is known color: Picton Blue. HEX triplet: 59, A9 and CE. RGB value is (89,169,206). Sum of RGB (Red+Green+Blue) = 89+169+206=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #59A9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A9CE is #A65631. Grayscale: #959595. Windows color (decimal): -10901042 or 13543769. OLE color: 13543769.
HSL color Cylindrical-coordinate representation of color #59A9CE: hue angle of 198.97º 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 #59A9CE is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 89 | 169 | 206 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.19 |
| HSL | 198.97º | 0.54% | 0.58% | - |
| HSV(B) | 198.97º | 0.57% | 0.81% | - |
| XYZ | 29.45 | 34.96 | 63.59 | - |
| YUV | 149.3 | 160 | 84.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 169 | 206 | 0.57 | 0.18 | 0 | 0.19 | 198.97 | 0.54 | 0.58 |
| Hex | 59 | A9 | CE | 39 | 12 | 0 | 13 | C7 | 36 | 3A |
| Octal | 131 | 251 | 316 | 71 | 22 | 0 | 23 | 307 | 66 | 72 |
| Binary | 1011001 | 10101001 | 11001110 | 111001 | 10010 | 0 | 10011 | 11000111 | 110110 | 111010 |
Color Harmonies of #59A9CE
Complementary color
Monochromatic Colors of #59A9CE
Black with #59A9CE
Text Example
Text Example
White with #59A9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A9CE; }
p { color: rgb(89,169,206); }
H1.HeaderClassName
{
color: #59A9CE;
}
.AnyTagClassName
{
color: #59A9CE;
}
</style>
background-color css
<style>
a { background-color: #59A9CE; }
a { background-color: rgb(89,169,206); }
div.DivClassName
{
background-color: #59A9CE;
}
.BgClassName
{
background-color: #59A9CE;
}
</style>
border-color css
<style>
span { border-color: #59A9CE; }
span { border-color: rgb(89,169,206); }
td.TdClassName
{
border-color: #59A9CE;
}
.TagClassName
{
border-color: #59A9CE;
}
</style>