Shades of Fountain Blue #55BAB5
Tints of Fountain Blue #55BAB5
RGB
CMYK
RGB Variations
Color information
#55BAB5 (or 0x55BAB5) is known color: Fountain Blue. HEX triplet: 55, BA and B5. RGB value is (85,186,181). Sum of RGB (Red+Green+Blue) = 85+186+181=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 186 - color contains mainly: green. Hex color #55BAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BAB5 is #AA454A. Grayscale: #9B9B9B. Windows color (decimal): -11158859 or 11909717. OLE color: 11909717.
HSL color Cylindrical-coordinate representation of color #55BAB5: hue angle of 177.03º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BAB5 is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 181 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.27 |
| HSL | 177.03º | 0.42% | 0.53% | - |
| HSV(B) | 177.03º | 0.54% | 0.73% | - |
| XYZ | 29.65 | 40.39 | 49.95 | - |
| YUV | 155.23 | 142.54 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 181 | 0.54 | 0 | 0.03 | 0.27 | 177.03 | 0.42 | 0.53 |
| Hex | 55 | BA | B5 | 36 | 0 | 3 | 1B | B1 | 2A | 35 |
| Octal | 125 | 272 | 265 | 66 | 0 | 3 | 33 | 261 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10110101 | 110110 | 0 | 11 | 11011 | 10110001 | 101010 | 110101 |
Color Harmonies of #55BAB5
Complementary color
Monochromatic Colors of #55BAB5
Black with #55BAB5
Text Example
Text Example
White with #55BAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BAB5; }
p { color: rgb(85,186,181); }
H1.HeaderClassName
{
color: #55BAB5;
}
.AnyTagClassName
{
color: #55BAB5;
}
</style>
background-color css
<style>
a { background-color: #55BAB5; }
a { background-color: rgb(85,186,181); }
div.DivClassName
{
background-color: #55BAB5;
}
.BgClassName
{
background-color: #55BAB5;
}
</style>
border-color css
<style>
span { border-color: #55BAB5; }
span { border-color: rgb(85,186,181); }
td.TdClassName
{
border-color: #55BAB5;
}
.TagClassName
{
border-color: #55BAB5;
}
</style>