Shades of Fountain Blue #55ABB0
Tints of Fountain Blue #55ABB0
RGB
CMYK
RGB Variations
Color information
#55ABB0 (or 0x55ABB0) is known color: Fountain Blue. HEX triplet: 55, AB and B0. RGB value is (85,171,176). Sum of RGB (Red+Green+Blue) = 85+171+176=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 176 (69.14% from 255 or 40.74% from 432); Max value from RGB is 176 - color contains mainly: blue. Hex color #55ABB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55ABB0 is #AA544F. Grayscale: #919191. Windows color (decimal): -11162704 or 11578197. OLE color: 11578197.
HSL color Cylindrical-coordinate representation of color #55ABB0: hue angle of 183.3º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55ABB0 is Cyan = 0.52, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 171 | 176 | - |
| CMYK | 0.52 | 0.03 | 0 | 0.31 |
| HSL | 183.3º | 0.37% | 0.51% | - |
| HSV(B) | 183.3º | 0.52% | 0.69% | - |
| XYZ | 26.15 | 34.19 | 46.3 | - |
| YUV | 145.86 | 145.01 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 171 | 176 | 0.52 | 0.03 | 0 | 0.31 | 183.3 | 0.37 | 0.51 |
| Hex | 55 | AB | B0 | 34 | 3 | 0 | 1F | B7 | 25 | 33 |
| Octal | 125 | 253 | 260 | 64 | 3 | 0 | 37 | 267 | 45 | 63 |
| Binary | 1010101 | 10101011 | 10110000 | 110100 | 11 | 0 | 11111 | 10110111 | 100101 | 110011 |
Color Harmonies of #55ABB0
Complementary color
Monochromatic Colors of #55ABB0
Black with #55ABB0
Text Example
Text Example
White with #55ABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55ABB0; }
p { color: rgb(85,171,176); }
H1.HeaderClassName
{
color: #55ABB0;
}
.AnyTagClassName
{
color: #55ABB0;
}
</style>
background-color css
<style>
a { background-color: #55ABB0; }
a { background-color: rgb(85,171,176); }
div.DivClassName
{
background-color: #55ABB0;
}
.BgClassName
{
background-color: #55ABB0;
}
</style>
border-color css
<style>
span { border-color: #55ABB0; }
span { border-color: rgb(85,171,176); }
td.TdClassName
{
border-color: #55ABB0;
}
.TagClassName
{
border-color: #55ABB0;
}
</style>