Shades of Fountain Blue #5BABAC
Tints of Fountain Blue #5BABAC
RGB
CMYK
RGB Variations
Color information
#5BABAC (or 0x5BABAC) is known color: Fountain Blue. HEX triplet: 5B, AB and AC. RGB value is (91,171,172). Sum of RGB (Red+Green+Blue) = 91+171+172=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #5BABAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BABAC is #A45453. Grayscale: #939393. Windows color (decimal): -10769492 or 11316059. OLE color: 11316059.
HSL color Cylindrical-coordinate representation of color #5BABAC: hue angle of 180.74º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BABAC is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 171 | 172 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.33 |
| HSL | 180.74º | 0.33% | 0.52% | - |
| HSV(B) | 180.74º | 0.47% | 0.67% | - |
| XYZ | 26.32 | 34.33 | 44.27 | - |
| YUV | 147.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 172 | 0.47 | 0.01 | 0 | 0.33 | 180.74 | 0.33 | 0.52 |
| Hex | 5B | AB | AC | 2F | 1 | 0 | 21 | B5 | 21 | 34 |
| Octal | 133 | 253 | 254 | 57 | 1 | 0 | 41 | 265 | 41 | 64 |
| Binary | 1011011 | 10101011 | 10101100 | 101111 | 1 | 0 | 100001 | 10110101 | 100001 | 110100 |
Color Harmonies of #5BABAC
Complementary color
Monochromatic Colors of #5BABAC
Black with #5BABAC
Text Example
Text Example
White with #5BABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABAC; }
p { color: rgb(91,171,172); }
H1.HeaderClassName
{
color: #5BABAC;
}
.AnyTagClassName
{
color: #5BABAC;
}
</style>
background-color css
<style>
a { background-color: #5BABAC; }
a { background-color: rgb(91,171,172); }
div.DivClassName
{
background-color: #5BABAC;
}
.BgClassName
{
background-color: #5BABAC;
}
</style>
border-color css
<style>
span { border-color: #5BABAC; }
span { border-color: rgb(91,171,172); }
td.TdClassName
{
border-color: #5BABAC;
}
.TagClassName
{
border-color: #5BABAC;
}
</style>