Shades of Picton Blue #59A2D5
Tints of Picton Blue #59A2D5
RGB
CMYK
RGB Variations
Color information
#59A2D5 (or 0x59A2D5) is known color: Picton Blue. HEX triplet: 59, A2 and D5. RGB value is (89,162,213). Sum of RGB (Red+Green+Blue) = 89+162+213=464 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.18% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #59A2D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2D5 is #A65D2A. Grayscale: #919191. Windows color (decimal): -10902827 or 14000729. OLE color: 14000729.
HSL color Cylindrical-coordinate representation of color #59A2D5: hue angle of 204.68º 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 #59A2D5 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 89 | 162 | 213 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.16 |
| HSL | 204.68º | 0.6% | 0.59% | - |
| HSV(B) | 204.68º | 0.58% | 0.84% | - |
| XYZ | 29.05 | 32.77 | 67.74 | - |
| YUV | 145.99 | 165.82 | 87.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 162 | 213 | 0.58 | 0.24 | 0 | 0.16 | 204.68 | 0.6 | 0.59 |
| Hex | 59 | A2 | D5 | 3A | 18 | 0 | 10 | CD | 3C | 3B |
| Octal | 131 | 242 | 325 | 72 | 30 | 0 | 20 | 315 | 74 | 73 |
| Binary | 1011001 | 10100010 | 11010101 | 111010 | 11000 | 0 | 10000 | 11001101 | 111100 | 111011 |
Color Harmonies of #59A2D5
Complementary color
Monochromatic Colors of #59A2D5
Black with #59A2D5
Text Example
Text Example
White with #59A2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A2D5; }
p { color: rgb(89,162,213); }
H1.HeaderClassName
{
color: #59A2D5;
}
.AnyTagClassName
{
color: #59A2D5;
}
</style>
background-color css
<style>
a { background-color: #59A2D5; }
a { background-color: rgb(89,162,213); }
div.DivClassName
{
background-color: #59A2D5;
}
.BgClassName
{
background-color: #59A2D5;
}
</style>
border-color css
<style>
span { border-color: #59A2D5; }
span { border-color: rgb(89,162,213); }
td.TdClassName
{
border-color: #59A2D5;
}
.TagClassName
{
border-color: #59A2D5;
}
</style>