Shades of Fountain Blue #55B8B5
Tints of Fountain Blue #55B8B5
RGB
CMYK
RGB Variations
Color information
#55B8B5 (or 0x55B8B5) is known color: Fountain Blue. HEX triplet: 55, B8 and B5. RGB value is (85,184,181). Sum of RGB (Red+Green+Blue) = 85+184+181=450 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.89% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 184 - color contains mainly: green. Hex color #55B8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B8B5 is #AA474A. Grayscale: #999999. Windows color (decimal): -11159371 or 11909205. OLE color: 11909205.
HSL color Cylindrical-coordinate representation of color #55B8B5: hue angle of 178.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B8B5 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 85 | 184 | 181 | - |
| CMYK | 0.54 | 0 | 0.02 | 0.28 |
| HSL | 178.18º | 0.41% | 0.53% | - |
| HSV(B) | 178.18º | 0.54% | 0.72% | - |
| XYZ | 29.23 | 39.55 | 49.81 | - |
| YUV | 154.06 | 143.2 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 184 | 181 | 0.54 | 0 | 0.02 | 0.28 | 178.18 | 0.41 | 0.53 |
| Hex | 55 | B8 | B5 | 36 | 0 | 2 | 1C | B2 | 29 | 35 |
| Octal | 125 | 270 | 265 | 66 | 0 | 2 | 34 | 262 | 51 | 65 |
| Binary | 1010101 | 10111000 | 10110101 | 110110 | 0 | 10 | 11100 | 10110010 | 101001 | 110101 |
Color Harmonies of #55B8B5
Complementary color
Monochromatic Colors of #55B8B5
Black with #55B8B5
Text Example
Text Example
White with #55B8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B8B5; }
p { color: rgb(85,184,181); }
H1.HeaderClassName
{
color: #55B8B5;
}
.AnyTagClassName
{
color: #55B8B5;
}
</style>
background-color css
<style>
a { background-color: #55B8B5; }
a { background-color: rgb(85,184,181); }
div.DivClassName
{
background-color: #55B8B5;
}
.BgClassName
{
background-color: #55B8B5;
}
</style>
border-color css
<style>
span { border-color: #55B8B5; }
span { border-color: rgb(85,184,181); }
td.TdClassName
{
border-color: #55B8B5;
}
.TagClassName
{
border-color: #55B8B5;
}
</style>