Shades of Fountain Blue #55AAB6
Tints of Fountain Blue #55AAB6
RGB
CMYK
RGB Variations
Color information
#55AAB6 (or 0x55AAB6) is known color: Fountain Blue. HEX triplet: 55, AA and B6. RGB value is (85,170,182). Sum of RGB (Red+Green+Blue) = 85+170+182=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #55AAB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AAB6 is #AA5549. Grayscale: #919191. Windows color (decimal): -11162954 or 11971157. OLE color: 11971157.
HSL color Cylindrical-coordinate representation of color #55AAB6: hue angle of 187.42º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55AAB6 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 170 | 182 | - |
| CMYK | 0.53 | 0.07 | 0 | 0.29 |
| HSL | 187.42º | 0.4% | 0.52% | - |
| HSV(B) | 187.42º | 0.53% | 0.71% | - |
| XYZ | 26.56 | 34.06 | 49.43 | - |
| YUV | 145.95 | 148.34 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 170 | 182 | 0.53 | 0.07 | 0 | 0.29 | 187.42 | 0.4 | 0.52 |
| Hex | 55 | AA | B6 | 35 | 7 | 0 | 1D | BB | 28 | 34 |
| Octal | 125 | 252 | 266 | 65 | 7 | 0 | 35 | 273 | 50 | 64 |
| Binary | 1010101 | 10101010 | 10110110 | 110101 | 111 | 0 | 11101 | 10111011 | 101000 | 110100 |
Color Harmonies of #55AAB6
Complementary color
Monochromatic Colors of #55AAB6
Black with #55AAB6
Text Example
Text Example
White with #55AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AAB6; }
p { color: rgb(85,170,182); }
H1.HeaderClassName
{
color: #55AAB6;
}
.AnyTagClassName
{
color: #55AAB6;
}
</style>
background-color css
<style>
a { background-color: #55AAB6; }
a { background-color: rgb(85,170,182); }
div.DivClassName
{
background-color: #55AAB6;
}
.BgClassName
{
background-color: #55AAB6;
}
</style>
border-color css
<style>
span { border-color: #55AAB6; }
span { border-color: rgb(85,170,182); }
td.TdClassName
{
border-color: #55AAB6;
}
.TagClassName
{
border-color: #55AAB6;
}
</style>