Shades of Fountain Blue #5AAAAB
Tints of Fountain Blue #5AAAAB
RGB
CMYK
RGB Variations
Color information
#5AAAAB (or 0x5AAAAB) is known color: Fountain Blue. HEX triplet: 5A, AA and AB. RGB value is (90,170,171). Sum of RGB (Red+Green+Blue) = 90+170+171=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 171 - color contains mainly: blue. Hex color #5AAAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAAAB is #A55554. Grayscale: #929292. Windows color (decimal): -10835285 or 11250266. OLE color: 11250266.
HSL color Cylindrical-coordinate representation of color #5AAAAB: hue angle of 180.74º degrees, saturation: 0.33, 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 #5AAAAB is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 170 | 171 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.33 |
| HSL | 180.74º | 0.33% | 0.51% | - |
| HSV(B) | 180.74º | 0.47% | 0.67% | - |
| XYZ | 25.94 | 33.86 | 43.7 | - |
| YUV | 146.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 170 | 171 | 0.47 | 0.01 | 0 | 0.33 | 180.74 | 0.33 | 0.51 |
| Hex | 5A | AA | AB | 2F | 1 | 0 | 21 | B5 | 21 | 33 |
| Octal | 132 | 252 | 253 | 57 | 1 | 0 | 41 | 265 | 41 | 63 |
| Binary | 1011010 | 10101010 | 10101011 | 101111 | 1 | 0 | 100001 | 10110101 | 100001 | 110011 |
Color Harmonies of #5AAAAB
Complementary color
Monochromatic Colors of #5AAAAB
Black with #5AAAAB
Text Example
Text Example
White with #5AAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AAAAB; }
p { color: rgb(90,170,171); }
H1.HeaderClassName
{
color: #5AAAAB;
}
.AnyTagClassName
{
color: #5AAAAB;
}
</style>
background-color css
<style>
a { background-color: #5AAAAB; }
a { background-color: rgb(90,170,171); }
div.DivClassName
{
background-color: #5AAAAB;
}
.BgClassName
{
background-color: #5AAAAB;
}
</style>
border-color css
<style>
span { border-color: #5AAAAB; }
span { border-color: rgb(90,170,171); }
td.TdClassName
{
border-color: #5AAAAB;
}
.TagClassName
{
border-color: #5AAAAB;
}
</style>