Shades of Fountain Blue #5BAABA
Tints of Fountain Blue #5BAABA
RGB
CMYK
RGB Variations
Color information
#5BAABA (or 0x5BAABA) is known color: Fountain Blue. HEX triplet: 5B, AA and BA. RGB value is (91,170,186). Sum of RGB (Red+Green+Blue) = 91+170+186=447 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.36% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 186 (73.05% from 255 or 41.61% from 447); Max value from RGB is 186 - color contains mainly: blue. Hex color #5BAABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BAABA is #A45545. Grayscale: #949494. Windows color (decimal): -10769734 or 12233307. OLE color: 12233307.
HSL color Cylindrical-coordinate representation of color #5BAABA: hue angle of 190.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BAABA is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 170 | 186 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.27 |
| HSL | 190.11º | 0.41% | 0.54% | - |
| HSV(B) | 190.11º | 0.51% | 0.73% | - |
| XYZ | 27.55 | 34.52 | 51.67 | - |
| YUV | 148.2 | 149.33 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 186 | 0.51 | 0.09 | 0 | 0.27 | 190.11 | 0.41 | 0.54 |
| Hex | 5B | AA | BA | 33 | 9 | 0 | 1B | BE | 29 | 36 |
| Octal | 133 | 252 | 272 | 63 | 11 | 0 | 33 | 276 | 51 | 66 |
| Binary | 1011011 | 10101010 | 10111010 | 110011 | 1001 | 0 | 11011 | 10111110 | 101001 | 110110 |
Color Harmonies of #5BAABA
Complementary color
Monochromatic Colors of #5BAABA
Black with #5BAABA
Text Example
Text Example
White with #5BAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAABA; }
p { color: rgb(91,170,186); }
H1.HeaderClassName
{
color: #5BAABA;
}
.AnyTagClassName
{
color: #5BAABA;
}
</style>
background-color css
<style>
a { background-color: #5BAABA; }
a { background-color: rgb(91,170,186); }
div.DivClassName
{
background-color: #5BAABA;
}
.BgClassName
{
background-color: #5BAABA;
}
</style>
border-color css
<style>
span { border-color: #5BAABA; }
span { border-color: rgb(91,170,186); }
td.TdClassName
{
border-color: #5BAABA;
}
.TagClassName
{
border-color: #5BAABA;
}
</style>