Shades of Fountain Blue #55AAAB
Tints of Fountain Blue #55AAAB
RGB
CMYK
RGB Variations
Color information
#55AAAB (or 0x55AAAB) is known color: Fountain Blue. HEX triplet: 55, AA and AB. RGB value is (85,170,171). Sum of RGB (Red+Green+Blue) = 85+170+171=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #55AAAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AAAB is #AA5554. Grayscale: #909090. Windows color (decimal): -11162965 or 11250261. OLE color: 11250261.
HSL color Cylindrical-coordinate representation of color #55AAAB: hue angle of 180.7º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AAAB is Cyan = 0.50, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 170 | 171 | - |
| CMYK | 0.50 | 0.01 | 0 | 0.33 |
| HSL | 180.7º | 0.34% | 0.5% | - |
| HSV(B) | 180.7º | 0.5% | 0.67% | - |
| XYZ | 25.47 | 33.62 | 43.68 | - |
| YUV | 144.7 | 142.84 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 171 | 0.50 | 0.01 | 0 | 0.33 | 180.7 | 0.34 | 0.5 |
| Hex | 55 | AA | AB | 32 | 1 | 0 | 21 | B5 | 22 | 32 |
| Octal | 125 | 252 | 253 | 62 | 1 | 0 | 41 | 265 | 42 | 62 |
| Binary | 1010101 | 10101010 | 10101011 | 110010 | 1 | 0 | 100001 | 10110101 | 100010 | 110010 |
Color Harmonies of #55AAAB
Complementary color
Monochromatic Colors of #55AAAB
Black with #55AAAB
Text Example
Text Example
White with #55AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAAB; }
p { color: rgb(85,170,171); }
H1.HeaderClassName
{
color: #55AAAB;
}
.AnyTagClassName
{
color: #55AAAB;
}
</style>
background-color css
<style>
a { background-color: #55AAAB; }
a { background-color: rgb(85,170,171); }
div.DivClassName
{
background-color: #55AAAB;
}
.BgClassName
{
background-color: #55AAAB;
}
</style>
border-color css
<style>
span { border-color: #55AAAB; }
span { border-color: rgb(85,170,171); }
td.TdClassName
{
border-color: #55AAAB;
}
.TagClassName
{
border-color: #55AAAB;
}
</style>