Shades of Fountain Blue #5AAAA9
Tints of Fountain Blue #5AAAA9
RGB
CMYK
RGB Variations
Color information
#5AAAA9 (or 0x5AAAA9) is known color: Fountain Blue. HEX triplet: 5A, AA and A9. RGB value is (90,170,169). Sum of RGB (Red+Green+Blue) = 90+170+169=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 170 (66.80% from 255 or 39.63% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 170 - color contains mainly: green. Hex color #5AAAA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAAA9 is #A55556. Grayscale: #919191. Windows color (decimal): -10835287 or 11119194. OLE color: 11119194.
HSL color Cylindrical-coordinate representation of color #5AAAA9: hue angle of 179.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AAAA9 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 169 | - |
| CMYK | 0.47 | 0 | 0.01 | 0.33 |
| HSL | 179.25º | 0.32% | 0.51% | - |
| HSV(B) | 179.25º | 0.47% | 0.67% | - |
| XYZ | 25.75 | 33.79 | 42.7 | - |
| YUV | 145.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 169 | 0.47 | 0 | 0.01 | 0.33 | 179.25 | 0.32 | 0.51 |
| Hex | 5A | AA | A9 | 2F | 0 | 1 | 21 | B3 | 20 | 33 |
| Octal | 132 | 252 | 251 | 57 | 0 | 1 | 41 | 263 | 40 | 63 |
| Binary | 1011010 | 10101010 | 10101001 | 101111 | 0 | 1 | 100001 | 10110011 | 100000 | 110011 |
Color Harmonies of #5AAAA9
Complementary color
Monochromatic Colors of #5AAAA9
Black with #5AAAA9
Text Example
Text Example
White with #5AAAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAA9; }
p { color: rgb(90,170,169); }
H1.HeaderClassName
{
color: #5AAAA9;
}
.AnyTagClassName
{
color: #5AAAA9;
}
</style>
background-color css
<style>
a { background-color: #5AAAA9; }
a { background-color: rgb(90,170,169); }
div.DivClassName
{
background-color: #5AAAA9;
}
.BgClassName
{
background-color: #5AAAA9;
}
</style>
border-color css
<style>
span { border-color: #5AAAA9; }
span { border-color: rgb(90,170,169); }
td.TdClassName
{
border-color: #5AAAA9;
}
.TagClassName
{
border-color: #5AAAA9;
}
</style>