Shades of Picton Blue #59A2D6
Tints of Picton Blue #59A2D6
RGB
CMYK
RGB Variations
Color information
#59A2D6 (or 0x59A2D6) is known color: Picton Blue. HEX triplet: 59, A2 and D6. RGB value is (89,162,214). Sum of RGB (Red+Green+Blue) = 89+162+214=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 162 (63.67% from 255 or 34.84% from 465); Blue value is 214 (83.98% from 255 or 46.02% from 465); Max value from RGB is 214 - color contains mainly: blue. Hex color #59A2D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2D6 is #A65D29. Grayscale: #919191. Windows color (decimal): -10902826 or 14066265. OLE color: 14066265.
HSL color Cylindrical-coordinate representation of color #59A2D6: hue angle of 204.96º 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 #59A2D6 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 162 | 214 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.16 |
| HSL | 204.96º | 0.6% | 0.59% | - |
| HSV(B) | 204.96º | 0.58% | 0.84% | - |
| XYZ | 29.18 | 32.82 | 68.42 | - |
| YUV | 146.1 | 166.32 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 162 | 214 | 0.58 | 0.24 | 0 | 0.16 | 204.96 | 0.6 | 0.59 |
| Hex | 59 | A2 | D6 | 3A | 18 | 0 | 10 | CD | 3C | 3B |
| Octal | 131 | 242 | 326 | 72 | 30 | 0 | 20 | 315 | 74 | 73 |
| Binary | 1011001 | 10100010 | 11010110 | 111010 | 11000 | 0 | 10000 | 11001101 | 111100 | 111011 |
Color Harmonies of #59A2D6
Complementary color
Monochromatic Colors of #59A2D6
Black with #59A2D6
Text Example
Text Example
White with #59A2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A2D6; }
p { color: rgb(89,162,214); }
H1.HeaderClassName
{
color: #59A2D6;
}
.AnyTagClassName
{
color: #59A2D6;
}
</style>
background-color css
<style>
a { background-color: #59A2D6; }
a { background-color: rgb(89,162,214); }
div.DivClassName
{
background-color: #59A2D6;
}
.BgClassName
{
background-color: #59A2D6;
}
</style>
border-color css
<style>
span { border-color: #59A2D6; }
span { border-color: rgb(89,162,214); }
td.TdClassName
{
border-color: #59A2D6;
}
.TagClassName
{
border-color: #59A2D6;
}
</style>