Shades of Fountain Blue #59ACB6
Tints of Fountain Blue #59ACB6
RGB
CMYK
RGB Variations
Color information
#59ACB6 (or 0x59ACB6) is known color: Fountain Blue. HEX triplet: 59, AC and B6. RGB value is (89,172,182). Sum of RGB (Red+Green+Blue) = 89+172+182=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 182 (71.48% from 255 or 41.08% from 443); Max value from RGB is 182 - color contains mainly: blue. Hex color #59ACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #59ACB6 is #A65349. Grayscale: #949494. Windows color (decimal): -10900298 or 11971673. OLE color: 11971673.
HSL color Cylindrical-coordinate representation of color #59ACB6: hue angle of 186.45º degrees, saturation: 0.39, 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 #59ACB6 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 89 | 172 | 182 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.29 |
| HSL | 186.45º | 0.39% | 0.53% | - |
| HSV(B) | 186.45º | 0.51% | 0.71% | - |
| XYZ | 27.32 | 35.01 | 49.57 | - |
| YUV | 148.32 | 147 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 172 | 182 | 0.51 | 0.05 | 0 | 0.29 | 186.45 | 0.39 | 0.53 |
| Hex | 59 | AC | B6 | 33 | 5 | 0 | 1D | BA | 27 | 35 |
| Octal | 131 | 254 | 266 | 63 | 5 | 0 | 35 | 272 | 47 | 65 |
| Binary | 1011001 | 10101100 | 10110110 | 110011 | 101 | 0 | 11101 | 10111010 | 100111 | 110101 |
Color Harmonies of #59ACB6
Complementary color
Monochromatic Colors of #59ACB6
Black with #59ACB6
Text Example
Text Example
White with #59ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59ACB6; }
p { color: rgb(89,172,182); }
H1.HeaderClassName
{
color: #59ACB6;
}
.AnyTagClassName
{
color: #59ACB6;
}
</style>
background-color css
<style>
a { background-color: #59ACB6; }
a { background-color: rgb(89,172,182); }
div.DivClassName
{
background-color: #59ACB6;
}
.BgClassName
{
background-color: #59ACB6;
}
</style>
border-color css
<style>
span { border-color: #59ACB6; }
span { border-color: rgb(89,172,182); }
td.TdClassName
{
border-color: #59ACB6;
}
.TagClassName
{
border-color: #59ACB6;
}
</style>