Shades of Picton Blue #59ABCD
Tints of Picton Blue #59ABCD
RGB
CMYK
RGB Variations
Color information
#59ABCD (or 0x59ABCD) is known color: Picton Blue. HEX triplet: 59, AB and CD. RGB value is (89,171,205). Sum of RGB (Red+Green+Blue) = 89+171+205=465 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.14% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #59ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ABCD is #A65432. Grayscale: #969696. Windows color (decimal): -10900531 or 13478745. OLE color: 13478745.
HSL color Cylindrical-coordinate representation of color #59ABCD: hue angle of 197.59º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59ABCD is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 171 | 205 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.20 |
| HSL | 197.59º | 0.54% | 0.58% | - |
| HSV(B) | 197.59º | 0.57% | 0.8% | - |
| XYZ | 29.7 | 35.66 | 63.07 | - |
| YUV | 150.36 | 158.83 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 205 | 0.57 | 0.17 | 0 | 0.20 | 197.59 | 0.54 | 0.58 |
| Hex | 59 | AB | CD | 39 | 11 | 0 | 14 | C6 | 36 | 3A |
| Octal | 131 | 253 | 315 | 71 | 21 | 0 | 24 | 306 | 66 | 72 |
| Binary | 1011001 | 10101011 | 11001101 | 111001 | 10001 | 0 | 10100 | 11000110 | 110110 | 111010 |
Color Harmonies of #59ABCD
Complementary color
Monochromatic Colors of #59ABCD
Black with #59ABCD
Text Example
Text Example
White with #59ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ABCD; }
p { color: rgb(89,171,205); }
H1.HeaderClassName
{
color: #59ABCD;
}
.AnyTagClassName
{
color: #59ABCD;
}
</style>
background-color css
<style>
a { background-color: #59ABCD; }
a { background-color: rgb(89,171,205); }
div.DivClassName
{
background-color: #59ABCD;
}
.BgClassName
{
background-color: #59ABCD;
}
</style>
border-color css
<style>
span { border-color: #59ABCD; }
span { border-color: rgb(89,171,205); }
td.TdClassName
{
border-color: #59ABCD;
}
.TagClassName
{
border-color: #59ABCD;
}
</style>