Shades of Picton Blue #59A1DB
Tints of Picton Blue #59A1DB
RGB
CMYK
RGB Variations
Color information
#59A1DB (or 0x59A1DB) is known color: Picton Blue. HEX triplet: 59, A1 and DB. RGB value is (89,161,219). Sum of RGB (Red+Green+Blue) = 89+161+219=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #59A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59A1DB is #A65E24. Grayscale: #919191. Windows color (decimal): -10903077 or 14393689. OLE color: 14393689.
HSL color Cylindrical-coordinate representation of color #59A1DB: hue angle of 206.77º 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 #59A1DB is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 161 | 219 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.14 |
| HSL | 206.77º | 0.64% | 0.6% | - |
| HSV(B) | 206.77º | 0.59% | 0.86% | - |
| XYZ | 29.65 | 32.73 | 71.77 | - |
| YUV | 146.08 | 169.15 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 161 | 219 | 0.59 | 0.26 | 0 | 0.14 | 206.77 | 0.64 | 0.6 |
| Hex | 59 | A1 | DB | 3B | 1A | 0 | E | CF | 40 | 3C |
| Octal | 131 | 241 | 333 | 73 | 32 | 0 | 16 | 317 | 100 | 74 |
| Binary | 1011001 | 10100001 | 11011011 | 111011 | 11010 | 0 | 1110 | 11001111 | 1000000 | 111100 |
Color Harmonies of #59A1DB
Complementary color
Monochromatic Colors of #59A1DB
Black with #59A1DB
Text Example
Text Example
White with #59A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A1DB; }
p { color: rgb(89,161,219); }
H1.HeaderClassName
{
color: #59A1DB;
}
.AnyTagClassName
{
color: #59A1DB;
}
</style>
background-color css
<style>
a { background-color: #59A1DB; }
a { background-color: rgb(89,161,219); }
div.DivClassName
{
background-color: #59A1DB;
}
.BgClassName
{
background-color: #59A1DB;
}
</style>
border-color css
<style>
span { border-color: #59A1DB; }
span { border-color: rgb(89,161,219); }
td.TdClassName
{
border-color: #59A1DB;
}
.TagClassName
{
border-color: #59A1DB;
}
</style>