Shades of Picton Blue #59A2DB
Tints of Picton Blue #59A2DB
RGB
CMYK
RGB Variations
Color information
#59A2DB (or 0x59A2DB) is known color: Picton Blue. HEX triplet: 59, A2 and DB. RGB value is (89,162,219). Sum of RGB (Red+Green+Blue) = 89+162+219=470 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.94% from 470); Green value is 162 (63.67% from 255 or 34.47% from 470); Blue value is 219 (85.94% from 255 or 46.60% from 470); Max value from RGB is 219 - color contains mainly: blue. Hex color #59A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A2DB is #A65D24. Grayscale: #929292. Windows color (decimal): -10902821 or 14393945. OLE color: 14393945.
HSL color Cylindrical-coordinate representation of color #59A2DB: hue angle of 206.31º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #59A2DB is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 162 | 219 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.14 |
| HSL | 206.31º | 0.64% | 0.6% | - |
| HSV(B) | 206.31º | 0.59% | 0.86% | - |
| XYZ | 29.83 | 33.08 | 71.83 | - |
| YUV | 146.67 | 168.82 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 162 | 219 | 0.59 | 0.26 | 0 | 0.14 | 206.31 | 0.64 | 0.6 |
| Hex | 59 | A2 | DB | 3B | 1A | 0 | E | CE | 40 | 3C |
| Octal | 131 | 242 | 333 | 73 | 32 | 0 | 16 | 316 | 100 | 74 |
| Binary | 1011001 | 10100010 | 11011011 | 111011 | 11010 | 0 | 1110 | 11001110 | 1000000 | 111100 |
Color Harmonies of #59A2DB
Complementary color
Monochromatic Colors of #59A2DB
Black with #59A2DB
Text Example
Text Example
White with #59A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A2DB; }
p { color: rgb(89,162,219); }
H1.HeaderClassName
{
color: #59A2DB;
}
.AnyTagClassName
{
color: #59A2DB;
}
</style>
background-color css
<style>
a { background-color: #59A2DB; }
a { background-color: rgb(89,162,219); }
div.DivClassName
{
background-color: #59A2DB;
}
.BgClassName
{
background-color: #59A2DB;
}
</style>
border-color css
<style>
span { border-color: #59A2DB; }
span { border-color: rgb(89,162,219); }
td.TdClassName
{
border-color: #59A2DB;
}
.TagClassName
{
border-color: #59A2DB;
}
</style>