Shades of Fountain Blue #59AAB0
Tints of Fountain Blue #59AAB0
RGB
CMYK
RGB Variations
Color information
#59AAB0 (or 0x59AAB0) is known color: Fountain Blue. HEX triplet: 59, AA and B0. RGB value is (89,170,176). Sum of RGB (Red+Green+Blue) = 89+170+176=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 176 (69.14% from 255 or 40.46% from 435); Max value from RGB is 176 - color contains mainly: blue. Hex color #59AAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AAB0 is #A6554F. Grayscale: #929292. Windows color (decimal): -10900816 or 11577945. OLE color: 11577945.
HSL color Cylindrical-coordinate representation of color #59AAB0: hue angle of 184.14º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AAB0 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 89 | 170 | 176 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.31 |
| HSL | 184.14º | 0.36% | 0.52% | - |
| HSV(B) | 184.14º | 0.49% | 0.69% | - |
| XYZ | 26.33 | 34.01 | 46.25 | - |
| YUV | 146.47 | 144.66 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 170 | 176 | 0.49 | 0.03 | 0 | 0.31 | 184.14 | 0.36 | 0.52 |
| Hex | 59 | AA | B0 | 31 | 3 | 0 | 1F | B8 | 24 | 34 |
| Octal | 131 | 252 | 260 | 61 | 3 | 0 | 37 | 270 | 44 | 64 |
| Binary | 1011001 | 10101010 | 10110000 | 110001 | 11 | 0 | 11111 | 10111000 | 100100 | 110100 |
Color Harmonies of #59AAB0
Complementary color
Monochromatic Colors of #59AAB0
Black with #59AAB0
Text Example
Text Example
White with #59AAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59AAB0; }
p { color: rgb(89,170,176); }
H1.HeaderClassName
{
color: #59AAB0;
}
.AnyTagClassName
{
color: #59AAB0;
}
</style>
background-color css
<style>
a { background-color: #59AAB0; }
a { background-color: rgb(89,170,176); }
div.DivClassName
{
background-color: #59AAB0;
}
.BgClassName
{
background-color: #59AAB0;
}
</style>
border-color css
<style>
span { border-color: #59AAB0; }
span { border-color: rgb(89,170,176); }
td.TdClassName
{
border-color: #59AAB0;
}
.TagClassName
{
border-color: #59AAB0;
}
</style>