Shades of Fountain Blue #5AAAAC
Tints of Fountain Blue #5AAAAC
RGB
CMYK
RGB Variations
Color information
#5AAAAC (or 0x5AAAAC) is known color: Fountain Blue. HEX triplet: 5A, AA and AC. RGB value is (90,170,172). Sum of RGB (Red+Green+Blue) = 90+170+172=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 172 - color contains mainly: blue. Hex color #5AAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAAAC is #A55553. Grayscale: #929292. Windows color (decimal): -10835284 or 11315802. OLE color: 11315802.
HSL color Cylindrical-coordinate representation of color #5AAAAC: hue angle of 181.46º 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 #5AAAAC is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 172 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.33 |
| HSL | 181.46º | 0.33% | 0.51% | - |
| HSV(B) | 181.46º | 0.48% | 0.67% | - |
| XYZ | 26.04 | 33.9 | 44.2 | - |
| YUV | 146.31 | 142.5 | 87.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 172 | 0.48 | 0.01 | 0 | 0.33 | 181.46 | 0.33 | 0.51 |
| Hex | 5A | AA | AC | 30 | 1 | 0 | 21 | B5 | 21 | 33 |
| Octal | 132 | 252 | 254 | 60 | 1 | 0 | 41 | 265 | 41 | 63 |
| Binary | 1011010 | 10101010 | 10101100 | 110000 | 1 | 0 | 100001 | 10110101 | 100001 | 110011 |
Color Harmonies of #5AAAAC
Complementary color
Monochromatic Colors of #5AAAAC
Black with #5AAAAC
Text Example
Text Example
White with #5AAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAAC; }
p { color: rgb(90,170,172); }
H1.HeaderClassName
{
color: #5AAAAC;
}
.AnyTagClassName
{
color: #5AAAAC;
}
</style>
background-color css
<style>
a { background-color: #5AAAAC; }
a { background-color: rgb(90,170,172); }
div.DivClassName
{
background-color: #5AAAAC;
}
.BgClassName
{
background-color: #5AAAAC;
}
</style>
border-color css
<style>
span { border-color: #5AAAAC; }
span { border-color: rgb(90,170,172); }
td.TdClassName
{
border-color: #5AAAAC;
}
.TagClassName
{
border-color: #5AAAAC;
}
</style>