Shades of Picton Blue #59A1D6
Tints of Picton Blue #59A1D6
RGB
CMYK
RGB Variations
Color information
#59A1D6 (or 0x59A1D6) is known color: Picton Blue. HEX triplet: 59, A1 and D6. RGB value is (89,161,214). Sum of RGB (Red+Green+Blue) = 89+161+214=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 161 (63.28% from 255 or 34.70% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #59A1D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A1D6 is #A65E29. Grayscale: #919191. Windows color (decimal): -10903082 or 14066009. OLE color: 14066009.
HSL color Cylindrical-coordinate representation of color #59A1D6: hue angle of 205.44º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59A1D6 is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 161 | 214 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.16 |
| HSL | 205.44º | 0.6% | 0.59% | - |
| HSV(B) | 205.44º | 0.58% | 0.84% | - |
| XYZ | 29 | 32.47 | 68.36 | - |
| YUV | 145.51 | 166.65 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 214 | 0.58 | 0.25 | 0 | 0.16 | 205.44 | 0.6 | 0.59 |
| Hex | 59 | A1 | D6 | 3A | 19 | 0 | 10 | CD | 3C | 3B |
| Octal | 131 | 241 | 326 | 72 | 31 | 0 | 20 | 315 | 74 | 73 |
| Binary | 1011001 | 10100001 | 11010110 | 111010 | 11001 | 0 | 10000 | 11001101 | 111100 | 111011 |
Color Harmonies of #59A1D6
Complementary color
Monochromatic Colors of #59A1D6
Black with #59A1D6
Text Example
Text Example
White with #59A1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A1D6; }
p { color: rgb(89,161,214); }
H1.HeaderClassName
{
color: #59A1D6;
}
.AnyTagClassName
{
color: #59A1D6;
}
</style>
background-color css
<style>
a { background-color: #59A1D6; }
a { background-color: rgb(89,161,214); }
div.DivClassName
{
background-color: #59A1D6;
}
.BgClassName
{
background-color: #59A1D6;
}
</style>
border-color css
<style>
span { border-color: #59A1D6; }
span { border-color: rgb(89,161,214); }
td.TdClassName
{
border-color: #59A1D6;
}
.TagClassName
{
border-color: #59A1D6;
}
</style>