Shades of Fountain Blue #5AB1BA
Tints of Fountain Blue #5AB1BA
RGB
CMYK
RGB Variations
Color information
#5AB1BA (or 0x5AB1BA) is known color: Fountain Blue. HEX triplet: 5A, B1 and BA. RGB value is (90,177,186). Sum of RGB (Red+Green+Blue) = 90+177+186=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #5AB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5AB1BA is #A54E45. Grayscale: #979797. Windows color (decimal): -10833478 or 12235098. OLE color: 12235098.
HSL color Cylindrical-coordinate representation of color #5AB1BA: hue angle of 185.62º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB1BA is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 177 | 186 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.27 |
| HSL | 185.63º | 0.41% | 0.54% | - |
| HSV(B) | 185.63º | 0.52% | 0.73% | - |
| XYZ | 28.8 | 37.16 | 52.11 | - |
| YUV | 152.01 | 147.18 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 177 | 186 | 0.52 | 0.05 | 0 | 0.27 | 185.63 | 0.41 | 0.54 |
| Hex | 5A | B1 | BA | 34 | 5 | 0 | 1B | BA | 29 | 36 |
| Octal | 132 | 261 | 272 | 64 | 5 | 0 | 33 | 272 | 51 | 66 |
| Binary | 1011010 | 10110001 | 10111010 | 110100 | 101 | 0 | 11011 | 10111010 | 101001 | 110110 |
Color Harmonies of #5AB1BA
Complementary color
Monochromatic Colors of #5AB1BA
Black with #5AB1BA
Text Example
Text Example
White with #5AB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB1BA; }
p { color: rgb(90,177,186); }
H1.HeaderClassName
{
color: #5AB1BA;
}
.AnyTagClassName
{
color: #5AB1BA;
}
</style>
background-color css
<style>
a { background-color: #5AB1BA; }
a { background-color: rgb(90,177,186); }
div.DivClassName
{
background-color: #5AB1BA;
}
.BgClassName
{
background-color: #5AB1BA;
}
</style>
border-color css
<style>
span { border-color: #5AB1BA; }
span { border-color: rgb(90,177,186); }
td.TdClassName
{
border-color: #5AB1BA;
}
.TagClassName
{
border-color: #5AB1BA;
}
</style>