Shades of Picton Blue #59A2D2
Tints of Picton Blue #59A2D2
RGB
CMYK
RGB Variations
Color information
#59A2D2 (or 0x59A2D2) is known color: Picton Blue. HEX triplet: 59, A2 and D2. RGB value is (89,162,210). Sum of RGB (Red+Green+Blue) = 89+162+210=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 162 (63.67% from 255 or 35.14% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #59A2D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2D2 is #A65D2D. Grayscale: #919191. Windows color (decimal): -10902830 or 13804121. OLE color: 13804121.
HSL color Cylindrical-coordinate representation of color #59A2D2: hue angle of 203.8º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #59A2D2 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 89 | 162 | 210 | - |
| CMYK | 0.58 | 0.23 | 0 | 0.18 |
| HSL | 203.8º | 0.57% | 0.59% | - |
| HSV(B) | 203.8º | 0.58% | 0.82% | - |
| XYZ | 28.67 | 32.62 | 65.76 | - |
| YUV | 145.65 | 164.32 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 162 | 210 | 0.58 | 0.23 | 0 | 0.18 | 203.8 | 0.57 | 0.59 |
| Hex | 59 | A2 | D2 | 3A | 17 | 0 | 12 | CC | 39 | 3B |
| Octal | 131 | 242 | 322 | 72 | 27 | 0 | 22 | 314 | 71 | 73 |
| Binary | 1011001 | 10100010 | 11010010 | 111010 | 10111 | 0 | 10010 | 11001100 | 111001 | 111011 |
Color Harmonies of #59A2D2
Complementary color
Monochromatic Colors of #59A2D2
Black with #59A2D2
Text Example
Text Example
White with #59A2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A2D2; }
p { color: rgb(89,162,210); }
H1.HeaderClassName
{
color: #59A2D2;
}
.AnyTagClassName
{
color: #59A2D2;
}
</style>
background-color css
<style>
a { background-color: #59A2D2; }
a { background-color: rgb(89,162,210); }
div.DivClassName
{
background-color: #59A2D2;
}
.BgClassName
{
background-color: #59A2D2;
}
</style>
border-color css
<style>
span { border-color: #59A2D2; }
span { border-color: rgb(89,162,210); }
td.TdClassName
{
border-color: #59A2D2;
}
.TagClassName
{
border-color: #59A2D2;
}
</style>