Shades of Fountain Blue #5AAABA
Tints of Fountain Blue #5AAABA
RGB
CMYK
RGB Variations
Color information
#5AAABA (or 0x5AAABA) is known color: Fountain Blue. HEX triplet: 5A, AA and BA. RGB value is (90,170,186). Sum of RGB (Red+Green+Blue) = 90+170+186=446 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.18% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AAABA is #A55545. Grayscale: #939393. Windows color (decimal): -10835270 or 12233306. OLE color: 12233306.
HSL color Cylindrical-coordinate representation of color #5AAABA: hue angle of 190º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AAABA is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 170 | 186 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.27 |
| HSL | 190º | 0.41% | 0.54% | - |
| HSV(B) | 190º | 0.52% | 0.73% | - |
| XYZ | 27.45 | 34.47 | 51.66 | - |
| YUV | 147.9 | 149.5 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 186 | 0.52 | 0.09 | 0 | 0.27 | 190 | 0.41 | 0.54 |
| Hex | 5A | AA | BA | 34 | 9 | 0 | 1B | BE | 29 | 36 |
| Octal | 132 | 252 | 272 | 64 | 11 | 0 | 33 | 276 | 51 | 66 |
| Binary | 1011010 | 10101010 | 10111010 | 110100 | 1001 | 0 | 11011 | 10111110 | 101001 | 110110 |
Color Harmonies of #5AAABA
Complementary color
Monochromatic Colors of #5AAABA
Black with #5AAABA
Text Example
Text Example
White with #5AAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAABA; }
p { color: rgb(90,170,186); }
H1.HeaderClassName
{
color: #5AAABA;
}
.AnyTagClassName
{
color: #5AAABA;
}
</style>
background-color css
<style>
a { background-color: #5AAABA; }
a { background-color: rgb(90,170,186); }
div.DivClassName
{
background-color: #5AAABA;
}
.BgClassName
{
background-color: #5AAABA;
}
</style>
border-color css
<style>
span { border-color: #5AAABA; }
span { border-color: rgb(90,170,186); }
td.TdClassName
{
border-color: #5AAABA;
}
.TagClassName
{
border-color: #5AAABA;
}
</style>