Shades of Fountain Blue #55ADAC
Tints of Fountain Blue #55ADAC
RGB
CMYK
RGB Variations
Color information
#55ADAC (or 0x55ADAC) is known color: Fountain Blue. HEX triplet: 55, AD and AC. RGB value is (85,173,172). Sum of RGB (Red+Green+Blue) = 85+173+172=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 173 (67.97% from 255 or 40.23% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 173 - color contains mainly: green. Hex color #55ADAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ADAC is #AA5253. Grayscale: #929292. Windows color (decimal): -11162196 or 11316565. OLE color: 11316565.
HSL color Cylindrical-coordinate representation of color #55ADAC: hue angle of 179.32º 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 #55ADAC is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 173 | 172 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.32 |
| HSL | 179.32º | 0.35% | 0.51% | - |
| HSV(B) | 179.32º | 0.51% | 0.68% | - |
| XYZ | 26.14 | 34.8 | 44.37 | - |
| YUV | 146.57 | 142.35 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 173 | 172 | 0.51 | 0 | 0.01 | 0.32 | 179.32 | 0.35 | 0.51 |
| Hex | 55 | AD | AC | 33 | 0 | 1 | 20 | B3 | 23 | 33 |
| Octal | 125 | 255 | 254 | 63 | 0 | 1 | 40 | 263 | 43 | 63 |
| Binary | 1010101 | 10101101 | 10101100 | 110011 | 0 | 1 | 100000 | 10110011 | 100011 | 110011 |
Color Harmonies of #55ADAC
Complementary color
Monochromatic Colors of #55ADAC
Black with #55ADAC
Text Example
Text Example
White with #55ADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ADAC; }
p { color: rgb(85,173,172); }
H1.HeaderClassName
{
color: #55ADAC;
}
.AnyTagClassName
{
color: #55ADAC;
}
</style>
background-color css
<style>
a { background-color: #55ADAC; }
a { background-color: rgb(85,173,172); }
div.DivClassName
{
background-color: #55ADAC;
}
.BgClassName
{
background-color: #55ADAC;
}
</style>
border-color css
<style>
span { border-color: #55ADAC; }
span { border-color: rgb(85,173,172); }
td.TdClassName
{
border-color: #55ADAC;
}
.TagClassName
{
border-color: #55ADAC;
}
</style>