Shades of Fountain Blue #59BAB5
Tints of Fountain Blue #59BAB5
RGB
CMYK
RGB Variations
Color information
#59BAB5 (or 0x59BAB5) is known color: Fountain Blue. HEX triplet: 59, BA and B5. RGB value is (89,186,181). Sum of RGB (Red+Green+Blue) = 89+186+181=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAB5 is #A6454A. Grayscale: #9C9C9C. Windows color (decimal): -10896715 or 11909721. OLE color: 11909721.
HSL color Cylindrical-coordinate representation of color #59BAB5: hue angle of 176.91º 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 #59BAB5 is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 89 | 186 | 181 | - |
| CMYK | 0.52 | 0 | 0.03 | 0.27 |
| HSL | 176.91º | 0.41% | 0.54% | - |
| HSV(B) | 176.91º | 0.52% | 0.73% | - |
| XYZ | 30.02 | 40.58 | 49.97 | - |
| YUV | 156.43 | 141.86 | 79.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 186 | 181 | 0.52 | 0 | 0.03 | 0.27 | 176.91 | 0.41 | 0.54 |
| Hex | 59 | BA | B5 | 34 | 0 | 3 | 1B | B1 | 29 | 36 |
| Octal | 131 | 272 | 265 | 64 | 0 | 3 | 33 | 261 | 51 | 66 |
| Binary | 1011001 | 10111010 | 10110101 | 110100 | 0 | 11 | 11011 | 10110001 | 101001 | 110110 |
Color Harmonies of #59BAB5
Complementary color
Monochromatic Colors of #59BAB5
Black with #59BAB5
Text Example
Text Example
White with #59BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59BAB5; }
p { color: rgb(89,186,181); }
H1.HeaderClassName
{
color: #59BAB5;
}
.AnyTagClassName
{
color: #59BAB5;
}
</style>
background-color css
<style>
a { background-color: #59BAB5; }
a { background-color: rgb(89,186,181); }
div.DivClassName
{
background-color: #59BAB5;
}
.BgClassName
{
background-color: #59BAB5;
}
</style>
border-color css
<style>
span { border-color: #59BAB5; }
span { border-color: rgb(89,186,181); }
td.TdClassName
{
border-color: #59BAB5;
}
.TagClassName
{
border-color: #59BAB5;
}
</style>