Shades of Fountain Blue #55ADAE
Tints of Fountain Blue #55ADAE
RGB
CMYK
RGB Variations
Color information
#55ADAE (or 0x55ADAE) is known color: Fountain Blue. HEX triplet: 55, AD and AE. RGB value is (85,173,174). Sum of RGB (Red+Green+Blue) = 85+173+174=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 174 - color contains mainly: blue. Hex color #55ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ADAE is #AA5251. Grayscale: #929292. Windows color (decimal): -11162194 or 11447637. OLE color: 11447637.
HSL color Cylindrical-coordinate representation of color #55ADAE: hue angle of 180.67º 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 #55ADAE is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 174 | - |
| CMYK | 0.51 | 0.01 | 0 | 0.32 |
| HSL | 180.67º | 0.35% | 0.51% | - |
| HSV(B) | 180.67º | 0.51% | 0.68% | - |
| XYZ | 26.33 | 34.87 | 45.39 | - |
| YUV | 146.8 | 143.35 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 174 | 0.51 | 0.01 | 0 | 0.32 | 180.67 | 0.35 | 0.51 |
| Hex | 55 | AD | AE | 33 | 1 | 0 | 20 | B5 | 23 | 33 |
| Octal | 125 | 255 | 256 | 63 | 1 | 0 | 40 | 265 | 43 | 63 |
| Binary | 1010101 | 10101101 | 10101110 | 110011 | 1 | 0 | 100000 | 10110101 | 100011 | 110011 |
Color Harmonies of #55ADAE
Complementary color
Monochromatic Colors of #55ADAE
Black with #55ADAE
Text Example
Text Example
White with #55ADAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADAE; }
p { color: rgb(85,173,174); }
H1.HeaderClassName
{
color: #55ADAE;
}
.AnyTagClassName
{
color: #55ADAE;
}
</style>
background-color css
<style>
a { background-color: #55ADAE; }
a { background-color: rgb(85,173,174); }
div.DivClassName
{
background-color: #55ADAE;
}
.BgClassName
{
background-color: #55ADAE;
}
</style>
border-color css
<style>
span { border-color: #55ADAE; }
span { border-color: rgb(85,173,174); }
td.TdClassName
{
border-color: #55ADAE;
}
.TagClassName
{
border-color: #55ADAE;
}
</style>