Shades of Picton Blue #59A6DB
Tints of Picton Blue #59A6DB
RGB
CMYK
RGB Variations
Color information
#59A6DB (or 0x59A6DB) is known color: Picton Blue. HEX triplet: 59, A6 and DB. RGB value is (89,166,219). Sum of RGB (Red+Green+Blue) = 89+166+219=474 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.78% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #59A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A6DB is #A65924. Grayscale: #949494. Windows color (decimal): -10901797 or 14394969. OLE color: 14394969.
HSL color Cylindrical-coordinate representation of color #59A6DB: hue angle of 204.46º 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 #59A6DB is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 166 | 219 | - |
| CMYK | 0.59 | 0.24 | 0 | 0.14 |
| HSL | 204.46º | 0.64% | 0.6% | - |
| HSV(B) | 204.46º | 0.59% | 0.86% | - |
| XYZ | 30.54 | 34.51 | 72.07 | - |
| YUV | 149.02 | 167.49 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 166 | 219 | 0.59 | 0.24 | 0 | 0.14 | 204.46 | 0.64 | 0.6 |
| Hex | 59 | A6 | DB | 3B | 18 | 0 | E | CC | 40 | 3C |
| Octal | 131 | 246 | 333 | 73 | 30 | 0 | 16 | 314 | 100 | 74 |
| Binary | 1011001 | 10100110 | 11011011 | 111011 | 11000 | 0 | 1110 | 11001100 | 1000000 | 111100 |
Color Harmonies of #59A6DB
Complementary color
Monochromatic Colors of #59A6DB
Black with #59A6DB
Text Example
Text Example
White with #59A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A6DB; }
p { color: rgb(89,166,219); }
H1.HeaderClassName
{
color: #59A6DB;
}
.AnyTagClassName
{
color: #59A6DB;
}
</style>
background-color css
<style>
a { background-color: #59A6DB; }
a { background-color: rgb(89,166,219); }
div.DivClassName
{
background-color: #59A6DB;
}
.BgClassName
{
background-color: #59A6DB;
}
</style>
border-color css
<style>
span { border-color: #59A6DB; }
span { border-color: rgb(89,166,219); }
td.TdClassName
{
border-color: #59A6DB;
}
.TagClassName
{
border-color: #59A6DB;
}
</style>