Shades of Fountain Blue #55A4AE
Tints of Fountain Blue #55A4AE
RGB
CMYK
RGB Variations
Color information
#55A4AE (or 0x55A4AE) is known color: Fountain Blue. HEX triplet: 55, A4 and AE. RGB value is (85,164,174). Sum of RGB (Red+Green+Blue) = 85+164+174=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #55A4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A4AE is #AA5B51. Grayscale: #8D8D8D. Windows color (decimal): -11164498 or 11445333. OLE color: 11445333.
HSL color Cylindrical-coordinate representation of color #55A4AE: hue angle of 186.74º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55A4AE is Cyan = 0.51, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 164 | 174 | - |
| CMYK | 0.51 | 0.06 | 0 | 0.32 |
| HSL | 186.74º | 0.35% | 0.51% | - |
| HSV(B) | 186.74º | 0.51% | 0.68% | - |
| XYZ | 24.66 | 31.54 | 44.83 | - |
| YUV | 141.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 174 | 0.51 | 0.06 | 0 | 0.32 | 186.74 | 0.35 | 0.51 |
| Hex | 55 | A4 | AE | 33 | 6 | 0 | 20 | BB | 23 | 33 |
| Octal | 125 | 244 | 256 | 63 | 6 | 0 | 40 | 273 | 43 | 63 |
| Binary | 1010101 | 10100100 | 10101110 | 110011 | 110 | 0 | 100000 | 10111011 | 100011 | 110011 |
Color Harmonies of #55A4AE
Complementary color
Monochromatic Colors of #55A4AE
Black with #55A4AE
Text Example
Text Example
White with #55A4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A4AE; }
p { color: rgb(85,164,174); }
H1.HeaderClassName
{
color: #55A4AE;
}
.AnyTagClassName
{
color: #55A4AE;
}
</style>
background-color css
<style>
a { background-color: #55A4AE; }
a { background-color: rgb(85,164,174); }
div.DivClassName
{
background-color: #55A4AE;
}
.BgClassName
{
background-color: #55A4AE;
}
</style>
border-color css
<style>
span { border-color: #55A4AE; }
span { border-color: rgb(85,164,174); }
td.TdClassName
{
border-color: #55A4AE;
}
.TagClassName
{
border-color: #55A4AE;
}
</style>