Shades of Fountain Blue #5BBBBA
Tints of Fountain Blue #5BBBBA
RGB
CMYK
RGB Variations
Color information
#5BBBBA (or 0x5BBBBA) is known color: Fountain Blue. HEX triplet: 5B, BB and BA. RGB value is (91,187,186). Sum of RGB (Red+Green+Blue) = 91+187+186=464 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.61% from 464); Green value is 187 (73.44% from 255 or 40.30% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 187 - color contains mainly: green. Hex color #5BBBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5BBBBA is #A44445. Grayscale: #9E9E9E. Windows color (decimal): -10765382 or 12237659. OLE color: 12237659.
HSL color Cylindrical-coordinate representation of color #5BBBBA: hue angle of 179.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBBBA is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 187 | 186 | - |
| CMYK | 0.51 | 0 | 0.01 | 0.27 |
| HSL | 179.38º | 0.41% | 0.55% | - |
| HSV(B) | 179.38º | 0.51% | 0.73% | - |
| XYZ | 30.95 | 41.31 | 52.8 | - |
| YUV | 158.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 187 | 186 | 0.51 | 0 | 0.01 | 0.27 | 179.38 | 0.41 | 0.55 |
| Hex | 5B | BB | BA | 33 | 0 | 1 | 1B | B3 | 29 | 37 |
| Octal | 133 | 273 | 272 | 63 | 0 | 1 | 33 | 263 | 51 | 67 |
| Binary | 1011011 | 10111011 | 10111010 | 110011 | 0 | 1 | 11011 | 10110011 | 101001 | 110111 |
Color Harmonies of #5BBBBA
Complementary color
Monochromatic Colors of #5BBBBA
Black with #5BBBBA
Text Example
Text Example
White with #5BBBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBBBA; }
p { color: rgb(91,187,186); }
H1.HeaderClassName
{
color: #5BBBBA;
}
.AnyTagClassName
{
color: #5BBBBA;
}
</style>
background-color css
<style>
a { background-color: #5BBBBA; }
a { background-color: rgb(91,187,186); }
div.DivClassName
{
background-color: #5BBBBA;
}
.BgClassName
{
background-color: #5BBBBA;
}
</style>
border-color css
<style>
span { border-color: #5BBBBA; }
span { border-color: rgb(91,187,186); }
td.TdClassName
{
border-color: #5BBBBA;
}
.TagClassName
{
border-color: #5BBBBA;
}
</style>