Shades of Picton Blue #59A4CA
Tints of Picton Blue #59A4CA
RGB
CMYK
RGB Variations
Color information
#59A4CA (or 0x59A4CA) is known color: Picton Blue. HEX triplet: 59, A4 and CA. RGB value is (89,164,202). Sum of RGB (Red+Green+Blue) = 89+164+202=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 164 (64.45% from 255 or 36.04% from 455); Blue value is 202 (79.30% from 255 or 44.40% from 455); Max value from RGB is 202 - color contains mainly: blue. Hex color #59A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A4CA is #A65B35. Grayscale: #919191. Windows color (decimal): -10902326 or 13280345. OLE color: 13280345.
HSL color Cylindrical-coordinate representation of color #59A4CA: hue angle of 200.18º 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 #59A4CA is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 164 | 202 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.21 |
| HSL | 200.18º | 0.52% | 0.57% | - |
| HSV(B) | 200.18º | 0.56% | 0.79% | - |
| XYZ | 28.06 | 32.94 | 60.76 | - |
| YUV | 145.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 202 | 0.56 | 0.19 | 0 | 0.21 | 200.18 | 0.52 | 0.57 |
| Hex | 59 | A4 | CA | 38 | 13 | 0 | 15 | C8 | 34 | 39 |
| Octal | 131 | 244 | 312 | 70 | 23 | 0 | 25 | 310 | 64 | 71 |
| Binary | 1011001 | 10100100 | 11001010 | 111000 | 10011 | 0 | 10101 | 11001000 | 110100 | 111001 |
Color Harmonies of #59A4CA
Complementary color
Monochromatic Colors of #59A4CA
Black with #59A4CA
Text Example
Text Example
White with #59A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A4CA; }
p { color: rgb(89,164,202); }
H1.HeaderClassName
{
color: #59A4CA;
}
.AnyTagClassName
{
color: #59A4CA;
}
</style>
background-color css
<style>
a { background-color: #59A4CA; }
a { background-color: rgb(89,164,202); }
div.DivClassName
{
background-color: #59A4CA;
}
.BgClassName
{
background-color: #59A4CA;
}
</style>
border-color css
<style>
span { border-color: #59A4CA; }
span { border-color: rgb(89,164,202); }
td.TdClassName
{
border-color: #59A4CA;
}
.TagClassName
{
border-color: #59A4CA;
}
</style>