Shades of Fountain Blue #59ACB5
Tints of Fountain Blue #59ACB5
RGB
CMYK
RGB Variations
Color information
#59ACB5 (or 0x59ACB5) is known color: Fountain Blue. HEX triplet: 59, AC and B5. RGB value is (89,172,181). Sum of RGB (Red+Green+Blue) = 89+172+181=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 172 (67.58% from 255 or 38.91% from 442); Blue value is 181 (71.09% from 255 or 40.95% from 442); Max value from RGB is 181 - color contains mainly: blue. Hex color #59ACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACB5 is #A6534A. Grayscale: #949494. Windows color (decimal): -10900299 or 11906137. OLE color: 11906137.
HSL color Cylindrical-coordinate representation of color #59ACB5: hue angle of 185.87º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59ACB5 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 172 | 181 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.29 |
| HSL | 185.87º | 0.38% | 0.53% | - |
| HSV(B) | 185.87º | 0.51% | 0.71% | - |
| XYZ | 27.21 | 34.97 | 49.03 | - |
| YUV | 148.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 181 | 0.51 | 0.05 | 0 | 0.29 | 185.87 | 0.38 | 0.53 |
| Hex | 59 | AC | B5 | 33 | 5 | 0 | 1D | BA | 26 | 35 |
| Octal | 131 | 254 | 265 | 63 | 5 | 0 | 35 | 272 | 46 | 65 |
| Binary | 1011001 | 10101100 | 10110101 | 110011 | 101 | 0 | 11101 | 10111010 | 100110 | 110101 |
Color Harmonies of #59ACB5
Complementary color
Monochromatic Colors of #59ACB5
Black with #59ACB5
Text Example
Text Example
White with #59ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ACB5; }
p { color: rgb(89,172,181); }
H1.HeaderClassName
{
color: #59ACB5;
}
.AnyTagClassName
{
color: #59ACB5;
}
</style>
background-color css
<style>
a { background-color: #59ACB5; }
a { background-color: rgb(89,172,181); }
div.DivClassName
{
background-color: #59ACB5;
}
.BgClassName
{
background-color: #59ACB5;
}
</style>
border-color css
<style>
span { border-color: #59ACB5; }
span { border-color: rgb(89,172,181); }
td.TdClassName
{
border-color: #59ACB5;
}
.TagClassName
{
border-color: #59ACB5;
}
</style>