Shades of Fountain Blue #59A4AD
Tints of Fountain Blue #59A4AD
RGB
CMYK
RGB Variations
Color information
#59A4AD (or 0x59A4AD) is known color: Fountain Blue. HEX triplet: 59, A4 and AD. RGB value is (89,164,173). Sum of RGB (Red+Green+Blue) = 89+164+173=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #59A4AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A4AD is #A65B52. Grayscale: #8E8E8E. Windows color (decimal): -10902355 or 11379801. OLE color: 11379801.
HSL color Cylindrical-coordinate representation of color #59A4AD: hue angle of 186.43º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59A4AD is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 164 | 173 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.32 |
| HSL | 186.43º | 0.34% | 0.51% | - |
| HSV(B) | 186.43º | 0.49% | 0.68% | - |
| XYZ | 24.94 | 31.69 | 44.34 | - |
| YUV | 142.6 | 145.15 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 164 | 173 | 0.49 | 0.05 | 0 | 0.32 | 186.43 | 0.34 | 0.51 |
| Hex | 59 | A4 | AD | 31 | 5 | 0 | 20 | BA | 22 | 33 |
| Octal | 131 | 244 | 255 | 61 | 5 | 0 | 40 | 272 | 42 | 63 |
| Binary | 1011001 | 10100100 | 10101101 | 110001 | 101 | 0 | 100000 | 10111010 | 100010 | 110011 |
Color Harmonies of #59A4AD
Complementary color
Monochromatic Colors of #59A4AD
Black with #59A4AD
Text Example
Text Example
White with #59A4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59A4AD; }
p { color: rgb(89,164,173); }
H1.HeaderClassName
{
color: #59A4AD;
}
.AnyTagClassName
{
color: #59A4AD;
}
</style>
background-color css
<style>
a { background-color: #59A4AD; }
a { background-color: rgb(89,164,173); }
div.DivClassName
{
background-color: #59A4AD;
}
.BgClassName
{
background-color: #59A4AD;
}
</style>
border-color css
<style>
span { border-color: #59A4AD; }
span { border-color: rgb(89,164,173); }
td.TdClassName
{
border-color: #59A4AD;
}
.TagClassName
{
border-color: #59A4AD;
}
</style>