Shades of Fountain Blue #59ABAC
Tints of Fountain Blue #59ABAC
RGB
CMYK
RGB Variations
Color information
#59ABAC (or 0x59ABAC) is known color: Fountain Blue. HEX triplet: 59, AB and AC. RGB value is (89,171,172). Sum of RGB (Red+Green+Blue) = 89+171+172=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #59ABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ABAC is #A65453. Grayscale: #929292. Windows color (decimal): -10900564 or 11316057. OLE color: 11316057.
HSL color Cylindrical-coordinate representation of color #59ABAC: hue angle of 180.72º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59ABAC is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 172 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.33 |
| HSL | 180.72º | 0.33% | 0.51% | - |
| HSV(B) | 180.72º | 0.48% | 0.67% | - |
| XYZ | 26.13 | 34.23 | 44.26 | - |
| YUV | 146.6 | 142.33 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 172 | 0.48 | 0.01 | 0 | 0.33 | 180.72 | 0.33 | 0.51 |
| Hex | 59 | AB | AC | 30 | 1 | 0 | 21 | B5 | 21 | 33 |
| Octal | 131 | 253 | 254 | 60 | 1 | 0 | 41 | 265 | 41 | 63 |
| Binary | 1011001 | 10101011 | 10101100 | 110000 | 1 | 0 | 100001 | 10110101 | 100001 | 110011 |
Color Harmonies of #59ABAC
Complementary color
Monochromatic Colors of #59ABAC
Black with #59ABAC
Text Example
Text Example
White with #59ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ABAC; }
p { color: rgb(89,171,172); }
H1.HeaderClassName
{
color: #59ABAC;
}
.AnyTagClassName
{
color: #59ABAC;
}
</style>
background-color css
<style>
a { background-color: #59ABAC; }
a { background-color: rgb(89,171,172); }
div.DivClassName
{
background-color: #59ABAC;
}
.BgClassName
{
background-color: #59ABAC;
}
</style>
border-color css
<style>
span { border-color: #59ABAC; }
span { border-color: rgb(89,171,172); }
td.TdClassName
{
border-color: #59ABAC;
}
.TagClassName
{
border-color: #59ABAC;
}
</style>