Shades of Fountain Blue #59ABAB
Tints of Fountain Blue #59ABAB
RGB
CMYK
RGB Variations
Color information
#59ABAB (or 0x59ABAB) is known color: Fountain Blue. HEX triplet: 59, AB and AB. RGB value is (89,171,171). Sum of RGB (Red+Green+Blue) = 89+171+171=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: green, blue. Hex color #59ABAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ABAB is #A65454. Grayscale: #929292. Windows color (decimal): -10900565 or 11250521. OLE color: 11250521.
HSL color Cylindrical-coordinate representation of color #59ABAB: hue angle of 180º 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 #59ABAB is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 89 | 171 | 171 | - |
| CMYK | 0.48 | 0 | 0 | 0.33 |
| HSL | 180º | 0.33% | 0.51% | - |
| HSV(B) | 180º | 0.48% | 0.67% | - |
| XYZ | 26.03 | 34.19 | 43.76 | - |
| YUV | 146.48 | 141.83 | 87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 171 | 171 | 0.48 | 0 | 0 | 0.33 | 180 | 0.33 | 0.51 |
| Hex | 59 | AB | AB | 30 | 0 | 0 | 21 | B4 | 21 | 33 |
| Octal | 131 | 253 | 253 | 60 | 0 | 0 | 41 | 264 | 41 | 63 |
| Binary | 1011001 | 10101011 | 10101011 | 110000 | 0 | 0 | 100001 | 10110100 | 100001 | 110011 |
Color Harmonies of #59ABAB
Complementary color
Monochromatic Colors of #59ABAB
Black with #59ABAB
Text Example
Text Example
White with #59ABAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ABAB; }
p { color: rgb(89,171,171); }
H1.HeaderClassName
{
color: #59ABAB;
}
.AnyTagClassName
{
color: #59ABAB;
}
</style>
background-color css
<style>
a { background-color: #59ABAB; }
a { background-color: rgb(89,171,171); }
div.DivClassName
{
background-color: #59ABAB;
}
.BgClassName
{
background-color: #59ABAB;
}
</style>
border-color css
<style>
span { border-color: #59ABAB; }
span { border-color: rgb(89,171,171); }
td.TdClassName
{
border-color: #59ABAB;
}
.TagClassName
{
border-color: #59ABAB;
}
</style>