Shades of Fountain Blue #5BABB6
Tints of Fountain Blue #5BABB6
RGB
CMYK
RGB Variations
Color information
#5BABB6 (or 0x5BABB6) is known color: Fountain Blue. HEX triplet: 5B, AB and B6. RGB value is (91,171,182). Sum of RGB (Red+Green+Blue) = 91+171+182=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 182 (71.48% from 255 or 40.99% from 444); Max value from RGB is 182 - color contains mainly: blue. Hex color #5BABB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABB6 is #A45449. Grayscale: #949494. Windows color (decimal): -10769482 or 11971419. OLE color: 11971419.
HSL color Cylindrical-coordinate representation of color #5BABB6: hue angle of 187.25º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BABB6 is Cyan = 0.5, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 171 | 182 | - |
| CMYK | 0.5 | 0.06 | 0 | 0.29 |
| HSL | 187.25º | 0.38% | 0.54% | - |
| HSV(B) | 187.25º | 0.5% | 0.71% | - |
| XYZ | 27.32 | 34.73 | 49.52 | - |
| YUV | 148.33 | 147 | 87.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 182 | 0.5 | 0.06 | 0 | 0.29 | 187.25 | 0.38 | 0.54 |
| Hex | 5B | AB | B6 | 32 | 6 | 0 | 1D | BB | 26 | 36 |
| Octal | 133 | 253 | 266 | 62 | 6 | 0 | 35 | 273 | 46 | 66 |
| Binary | 1011011 | 10101011 | 10110110 | 110010 | 110 | 0 | 11101 | 10111011 | 100110 | 110110 |
Color Harmonies of #5BABB6
Complementary color
Monochromatic Colors of #5BABB6
Black with #5BABB6
Text Example
Text Example
White with #5BABB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABB6; }
p { color: rgb(91,171,182); }
H1.HeaderClassName
{
color: #5BABB6;
}
.AnyTagClassName
{
color: #5BABB6;
}
</style>
background-color css
<style>
a { background-color: #5BABB6; }
a { background-color: rgb(91,171,182); }
div.DivClassName
{
background-color: #5BABB6;
}
.BgClassName
{
background-color: #5BABB6;
}
</style>
border-color css
<style>
span { border-color: #5BABB6; }
span { border-color: rgb(91,171,182); }
td.TdClassName
{
border-color: #5BABB6;
}
.TagClassName
{
border-color: #5BABB6;
}
</style>