Shades of Picton Blue #59A0DB
Tints of Picton Blue #59A0DB
RGB
CMYK
RGB Variations
Color information
#59A0DB (or 0x59A0DB) is known color: Picton Blue. HEX triplet: 59, A0 and DB. RGB value is (89,160,219). Sum of RGB (Red+Green+Blue) = 89+160+219=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #59A0DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A0DB is #A65F24. Grayscale: #919191. Windows color (decimal): -10903333 or 14393433. OLE color: 14393433.
HSL color Cylindrical-coordinate representation of color #59A0DB: hue angle of 207.23º 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 #59A0DB is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 160 | 219 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.14 |
| HSL | 207.23º | 0.64% | 0.6% | - |
| HSV(B) | 207.23º | 0.59% | 0.86% | - |
| XYZ | 29.48 | 32.38 | 71.71 | - |
| YUV | 145.5 | 169.48 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 160 | 219 | 0.59 | 0.27 | 0 | 0.14 | 207.23 | 0.64 | 0.6 |
| Hex | 59 | A0 | DB | 3B | 1B | 0 | E | CF | 40 | 3C |
| Octal | 131 | 240 | 333 | 73 | 33 | 0 | 16 | 317 | 100 | 74 |
| Binary | 1011001 | 10100000 | 11011011 | 111011 | 11011 | 0 | 1110 | 11001111 | 1000000 | 111100 |
Color Harmonies of #59A0DB
Complementary color
Monochromatic Colors of #59A0DB
Black with #59A0DB
Text Example
Text Example
White with #59A0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A0DB; }
p { color: rgb(89,160,219); }
H1.HeaderClassName
{
color: #59A0DB;
}
.AnyTagClassName
{
color: #59A0DB;
}
</style>
background-color css
<style>
a { background-color: #59A0DB; }
a { background-color: rgb(89,160,219); }
div.DivClassName
{
background-color: #59A0DB;
}
.BgClassName
{
background-color: #59A0DB;
}
</style>
border-color css
<style>
span { border-color: #59A0DB; }
span { border-color: rgb(89,160,219); }
td.TdClassName
{
border-color: #59A0DB;
}
.TagClassName
{
border-color: #59A0DB;
}
</style>