Shades of Picton Blue #59A9CA
Tints of Picton Blue #59A9CA
RGB
CMYK
RGB Variations
Color information
#59A9CA (or 0x59A9CA) is known color: Picton Blue. HEX triplet: 59, A9 and CA. RGB value is (89,169,202). Sum of RGB (Red+Green+Blue) = 89+169+202=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 169 (66.41% from 255 or 36.74% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #59A9CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A9CA is #A65635. Grayscale: #949494. Windows color (decimal): -10901046 or 13281625. OLE color: 13281625.
HSL color Cylindrical-coordinate representation of color #59A9CA: hue angle of 197.52º degrees, saturation: 0.52, 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 #59A9CA is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 169 | 202 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.21 |
| HSL | 197.52º | 0.52% | 0.57% | - |
| HSV(B) | 197.52º | 0.56% | 0.79% | - |
| XYZ | 28.97 | 34.76 | 61.06 | - |
| YUV | 148.84 | 158 | 85.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 169 | 202 | 0.56 | 0.16 | 0 | 0.21 | 197.52 | 0.52 | 0.57 |
| Hex | 59 | A9 | CA | 38 | 10 | 0 | 15 | C6 | 34 | 39 |
| Octal | 131 | 251 | 312 | 70 | 20 | 0 | 25 | 306 | 64 | 71 |
| Binary | 1011001 | 10101001 | 11001010 | 111000 | 10000 | 0 | 10101 | 11000110 | 110100 | 111001 |
Color Harmonies of #59A9CA
Complementary color
Monochromatic Colors of #59A9CA
Black with #59A9CA
Text Example
Text Example
White with #59A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A9CA; }
p { color: rgb(89,169,202); }
H1.HeaderClassName
{
color: #59A9CA;
}
.AnyTagClassName
{
color: #59A9CA;
}
</style>
background-color css
<style>
a { background-color: #59A9CA; }
a { background-color: rgb(89,169,202); }
div.DivClassName
{
background-color: #59A9CA;
}
.BgClassName
{
background-color: #59A9CA;
}
</style>
border-color css
<style>
span { border-color: #59A9CA; }
span { border-color: rgb(89,169,202); }
td.TdClassName
{
border-color: #59A9CA;
}
.TagClassName
{
border-color: #59A9CA;
}
</style>