Shades of Fountain Blue #59ADB7
Tints of Fountain Blue #59ADB7
RGB
CMYK
RGB Variations
Color information
#59ADB7 (or 0x59ADB7) is known color: Fountain Blue. HEX triplet: 59, AD and B7. RGB value is (89,173,183). Sum of RGB (Red+Green+Blue) = 89+173+183=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #59ADB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ADB7 is #A65248. Grayscale: #949494. Windows color (decimal): -10900041 or 12037465. OLE color: 12037465.
HSL color Cylindrical-coordinate representation of color #59ADB7: hue angle of 186.38º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59ADB7 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 89 | 173 | 183 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.28 |
| HSL | 186.38º | 0.39% | 0.53% | - |
| HSV(B) | 186.38º | 0.51% | 0.72% | - |
| XYZ | 27.61 | 35.43 | 50.18 | - |
| YUV | 149.02 | 147.17 | 85.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 173 | 183 | 0.51 | 0.05 | 0 | 0.28 | 186.38 | 0.39 | 0.53 |
| Hex | 59 | AD | B7 | 33 | 5 | 0 | 1C | BA | 27 | 35 |
| Octal | 131 | 255 | 267 | 63 | 5 | 0 | 34 | 272 | 47 | 65 |
| Binary | 1011001 | 10101101 | 10110111 | 110011 | 101 | 0 | 11100 | 10111010 | 100111 | 110101 |
Color Harmonies of #59ADB7
Complementary color
Monochromatic Colors of #59ADB7
Black with #59ADB7
Text Example
Text Example
White with #59ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ADB7; }
p { color: rgb(89,173,183); }
H1.HeaderClassName
{
color: #59ADB7;
}
.AnyTagClassName
{
color: #59ADB7;
}
</style>
background-color css
<style>
a { background-color: #59ADB7; }
a { background-color: rgb(89,173,183); }
div.DivClassName
{
background-color: #59ADB7;
}
.BgClassName
{
background-color: #59ADB7;
}
</style>
border-color css
<style>
span { border-color: #59ADB7; }
span { border-color: rgb(89,173,183); }
td.TdClassName
{
border-color: #59ADB7;
}
.TagClassName
{
border-color: #59ADB7;
}
</style>