Shades of Picton Blue #59A5DB
Tints of Picton Blue #59A5DB
RGB
CMYK
RGB Variations
Color information
#59A5DB (or 0x59A5DB) is known color: Picton Blue. HEX triplet: 59, A5 and DB. RGB value is (89,165,219). Sum of RGB (Red+Green+Blue) = 89+165+219=473 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.82% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #59A5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A5DB is #A65A24. Grayscale: #949494. Windows color (decimal): -10902053 or 14394713. OLE color: 14394713.
HSL color Cylindrical-coordinate representation of color #59A5DB: hue angle of 204.92º 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 #59A5DB is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 165 | 219 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.14 |
| HSL | 204.92º | 0.64% | 0.6% | - |
| HSV(B) | 204.92º | 0.59% | 0.86% | - |
| XYZ | 30.36 | 34.15 | 72.01 | - |
| YUV | 148.43 | 167.82 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 165 | 219 | 0.59 | 0.25 | 0 | 0.14 | 204.92 | 0.64 | 0.6 |
| Hex | 59 | A5 | DB | 3B | 19 | 0 | E | CD | 40 | 3C |
| Octal | 131 | 245 | 333 | 73 | 31 | 0 | 16 | 315 | 100 | 74 |
| Binary | 1011001 | 10100101 | 11011011 | 111011 | 11001 | 0 | 1110 | 11001101 | 1000000 | 111100 |
Color Harmonies of #59A5DB
Complementary color
Monochromatic Colors of #59A5DB
Black with #59A5DB
Text Example
Text Example
White with #59A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A5DB; }
p { color: rgb(89,165,219); }
H1.HeaderClassName
{
color: #59A5DB;
}
.AnyTagClassName
{
color: #59A5DB;
}
</style>
background-color css
<style>
a { background-color: #59A5DB; }
a { background-color: rgb(89,165,219); }
div.DivClassName
{
background-color: #59A5DB;
}
.BgClassName
{
background-color: #59A5DB;
}
</style>
border-color css
<style>
span { border-color: #59A5DB; }
span { border-color: rgb(89,165,219); }
td.TdClassName
{
border-color: #59A5DB;
}
.TagClassName
{
border-color: #59A5DB;
}
</style>