Shades of Fountain Blue #59AAB5
Tints of Fountain Blue #59AAB5
RGB
CMYK
RGB Variations
Color information
#59AAB5 (or 0x59AAB5) is known color: Fountain Blue. HEX triplet: 59, AA and B5. RGB value is (89,170,181). Sum of RGB (Red+Green+Blue) = 89+170+181=440 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.23% from 440); Green value is 170 (66.80% from 255 or 38.64% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #59AAB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59AAB5 is #A6554A. Grayscale: #929292. Windows color (decimal): -10900811 or 11905625. OLE color: 11905625.
HSL color Cylindrical-coordinate representation of color #59AAB5: hue angle of 187.17º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59AAB5 is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 170 | 181 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.29 |
| HSL | 187.17º | 0.38% | 0.53% | - |
| HSV(B) | 187.17º | 0.51% | 0.71% | - |
| XYZ | 26.84 | 34.21 | 48.9 | - |
| YUV | 147.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 181 | 0.51 | 0.06 | 0 | 0.29 | 187.17 | 0.38 | 0.53 |
| Hex | 59 | AA | B5 | 33 | 6 | 0 | 1D | BB | 26 | 35 |
| Octal | 131 | 252 | 265 | 63 | 6 | 0 | 35 | 273 | 46 | 65 |
| Binary | 1011001 | 10101010 | 10110101 | 110011 | 110 | 0 | 11101 | 10111011 | 100110 | 110101 |
Color Harmonies of #59AAB5
Complementary color
Monochromatic Colors of #59AAB5
Black with #59AAB5
Text Example
Text Example
White with #59AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAB5; }
p { color: rgb(89,170,181); }
H1.HeaderClassName
{
color: #59AAB5;
}
.AnyTagClassName
{
color: #59AAB5;
}
</style>
background-color css
<style>
a { background-color: #59AAB5; }
a { background-color: rgb(89,170,181); }
div.DivClassName
{
background-color: #59AAB5;
}
.BgClassName
{
background-color: #59AAB5;
}
</style>
border-color css
<style>
span { border-color: #59AAB5; }
span { border-color: rgb(89,170,181); }
td.TdClassName
{
border-color: #59AAB5;
}
.TagClassName
{
border-color: #59AAB5;
}
</style>