Shades of Picton Blue #59ACDB
Tints of Picton Blue #59ACDB
RGB
CMYK
RGB Variations
Color information
#59ACDB (or 0x59ACDB) is known color: Picton Blue. HEX triplet: 59, AC and DB. RGB value is (89,172,219). Sum of RGB (Red+Green+Blue) = 89+172+219=480 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.54% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #59ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACDB is #A65324. Grayscale: #989898. Windows color (decimal): -10900261 or 14396505. OLE color: 14396505.
HSL color Cylindrical-coordinate representation of color #59ACDB: hue angle of 201.69º 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 #59ACDB is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 172 | 219 | - |
| CMYK | 0.59 | 0.21 | 0 | 0.14 |
| HSL | 201.69º | 0.64% | 0.6% | - |
| HSV(B) | 201.69º | 0.59% | 0.86% | - |
| XYZ | 31.66 | 36.74 | 72.44 | - |
| YUV | 152.54 | 165.5 | 82.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 219 | 0.59 | 0.21 | 0 | 0.14 | 201.69 | 0.64 | 0.6 |
| Hex | 59 | AC | DB | 3B | 15 | 0 | E | CA | 40 | 3C |
| Octal | 131 | 254 | 333 | 73 | 25 | 0 | 16 | 312 | 100 | 74 |
| Binary | 1011001 | 10101100 | 11011011 | 111011 | 10101 | 0 | 1110 | 11001010 | 1000000 | 111100 |
Color Harmonies of #59ACDB
Complementary color
Monochromatic Colors of #59ACDB
Black with #59ACDB
Text Example
Text Example
White with #59ACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ACDB; }
p { color: rgb(89,172,219); }
H1.HeaderClassName
{
color: #59ACDB;
}
.AnyTagClassName
{
color: #59ACDB;
}
</style>
background-color css
<style>
a { background-color: #59ACDB; }
a { background-color: rgb(89,172,219); }
div.DivClassName
{
background-color: #59ACDB;
}
.BgClassName
{
background-color: #59ACDB;
}
</style>
border-color css
<style>
span { border-color: #59ACDB; }
span { border-color: rgb(89,172,219); }
td.TdClassName
{
border-color: #59ACDB;
}
.TagClassName
{
border-color: #59ACDB;
}
</style>