Shades of Fountain Blue #59AABA
Tints of Fountain Blue #59AABA
RGB
CMYK
RGB Variations
Color information
#59AABA (or 0x59AABA) is known color: Fountain Blue. HEX triplet: 59, AA and BA. RGB value is (89,170,186). Sum of RGB (Red+Green+Blue) = 89+170+186=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #59AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AABA is #A65545. Grayscale: #939393. Windows color (decimal): -10900806 or 12233305. OLE color: 12233305.
HSL color Cylindrical-coordinate representation of color #59AABA: hue angle of 189.9º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59AABA is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 170 | 186 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.27 |
| HSL | 189.9º | 0.41% | 0.54% | - |
| HSV(B) | 189.9º | 0.52% | 0.73% | - |
| XYZ | 27.36 | 34.42 | 51.66 | - |
| YUV | 147.61 | 149.66 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 186 | 0.52 | 0.09 | 0 | 0.27 | 189.9 | 0.41 | 0.54 |
| Hex | 59 | AA | BA | 34 | 9 | 0 | 1B | BE | 29 | 36 |
| Octal | 131 | 252 | 272 | 64 | 11 | 0 | 33 | 276 | 51 | 66 |
| Binary | 1011001 | 10101010 | 10111010 | 110100 | 1001 | 0 | 11011 | 10111110 | 101001 | 110110 |
Color Harmonies of #59AABA
Complementary color
Monochromatic Colors of #59AABA
Black with #59AABA
Text Example
Text Example
White with #59AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AABA; }
p { color: rgb(89,170,186); }
H1.HeaderClassName
{
color: #59AABA;
}
.AnyTagClassName
{
color: #59AABA;
}
</style>
background-color css
<style>
a { background-color: #59AABA; }
a { background-color: rgb(89,170,186); }
div.DivClassName
{
background-color: #59AABA;
}
.BgClassName
{
background-color: #59AABA;
}
</style>
border-color css
<style>
span { border-color: #59AABA; }
span { border-color: rgb(89,170,186); }
td.TdClassName
{
border-color: #59AABA;
}
.TagClassName
{
border-color: #59AABA;
}
</style>