Shades of Fountain Blue #5AABAC
Tints of Fountain Blue #5AABAC
RGB
CMYK
RGB Variations
Color information
#5AABAC (or 0x5AABAC) is known color: Fountain Blue. HEX triplet: 5A, AB and AC. RGB value is (90,171,172). Sum of RGB (Red+Green+Blue) = 90+171+172=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #5AABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABAC is #A55453. Grayscale: #929292. Windows color (decimal): -10835028 or 11316058. OLE color: 11316058.
HSL color Cylindrical-coordinate representation of color #5AABAC: hue angle of 180.73º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AABAC is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 171 | 172 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.33 |
| HSL | 180.73º | 0.33% | 0.51% | - |
| HSV(B) | 180.73º | 0.48% | 0.67% | - |
| XYZ | 26.23 | 34.28 | 44.26 | - |
| YUV | 146.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 171 | 172 | 0.48 | 0.01 | 0 | 0.33 | 180.73 | 0.33 | 0.51 |
| Hex | 5A | AB | AC | 30 | 1 | 0 | 21 | B5 | 21 | 33 |
| Octal | 132 | 253 | 254 | 60 | 1 | 0 | 41 | 265 | 41 | 63 |
| Binary | 1011010 | 10101011 | 10101100 | 110000 | 1 | 0 | 100001 | 10110101 | 100001 | 110011 |
Color Harmonies of #5AABAC
Complementary color
Monochromatic Colors of #5AABAC
Black with #5AABAC
Text Example
Text Example
White with #5AABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AABAC; }
p { color: rgb(90,171,172); }
H1.HeaderClassName
{
color: #5AABAC;
}
.AnyTagClassName
{
color: #5AABAC;
}
</style>
background-color css
<style>
a { background-color: #5AABAC; }
a { background-color: rgb(90,171,172); }
div.DivClassName
{
background-color: #5AABAC;
}
.BgClassName
{
background-color: #5AABAC;
}
</style>
border-color css
<style>
span { border-color: #5AABAC; }
span { border-color: rgb(90,171,172); }
td.TdClassName
{
border-color: #5AABAC;
}
.TagClassName
{
border-color: #5AABAC;
}
</style>