Shades of Fountain Blue #59ADAB
Tints of Fountain Blue #59ADAB
RGB
CMYK
RGB Variations
Color information
#59ADAB (or 0x59ADAB) is known color: Fountain Blue. HEX triplet: 59, AD and AB. RGB value is (89,173,171). Sum of RGB (Red+Green+Blue) = 89+173+171=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #59ADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ADAB is #A65254. Grayscale: #939393. Windows color (decimal): -10900053 or 11251033. OLE color: 11251033.
HSL color Cylindrical-coordinate representation of color #59ADAB: hue angle of 178.57º 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 #59ADAB is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 89 | 173 | 171 | - |
| CMYK | 0.49 | 0 | 0.01 | 0.32 |
| HSL | 178.57º | 0.34% | 0.51% | - |
| HSV(B) | 178.57º | 0.49% | 0.68% | - |
| XYZ | 26.41 | 34.95 | 43.88 | - |
| YUV | 147.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 171 | 0.49 | 0 | 0.01 | 0.32 | 178.57 | 0.34 | 0.51 |
| Hex | 59 | AD | AB | 31 | 0 | 1 | 20 | B3 | 22 | 33 |
| Octal | 131 | 255 | 253 | 61 | 0 | 1 | 40 | 263 | 42 | 63 |
| Binary | 1011001 | 10101101 | 10101011 | 110001 | 0 | 1 | 100000 | 10110011 | 100010 | 110011 |
Color Harmonies of #59ADAB
Complementary color
Monochromatic Colors of #59ADAB
Black with #59ADAB
Text Example
Text Example
White with #59ADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADAB; }
p { color: rgb(89,173,171); }
H1.HeaderClassName
{
color: #59ADAB;
}
.AnyTagClassName
{
color: #59ADAB;
}
</style>
background-color css
<style>
a { background-color: #59ADAB; }
a { background-color: rgb(89,173,171); }
div.DivClassName
{
background-color: #59ADAB;
}
.BgClassName
{
background-color: #59ADAB;
}
</style>
border-color css
<style>
span { border-color: #59ADAB; }
span { border-color: rgb(89,173,171); }
td.TdClassName
{
border-color: #59ADAB;
}
.TagClassName
{
border-color: #59ADAB;
}
</style>