Shades of Fountain Blue #5BABB7
Tints of Fountain Blue #5BABB7
RGB
CMYK
RGB Variations
Color information
#5BABB7 (or 0x5BABB7) is known color: Fountain Blue. HEX triplet: 5B, AB and B7. RGB value is (91,171,183). Sum of RGB (Red+Green+Blue) = 91+171+183=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 171 (67.19% from 255 or 38.43% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 183 - color contains mainly: blue. Hex color #5BABB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABB7 is #A45448. Grayscale: #949494. Windows color (decimal): -10769481 or 12036955. OLE color: 12036955.
HSL color Cylindrical-coordinate representation of color #5BABB7: hue angle of 187.83º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BABB7 is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 171 | 183 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.28 |
| HSL | 187.83º | 0.39% | 0.54% | - |
| HSV(B) | 187.83º | 0.5% | 0.72% | - |
| XYZ | 27.42 | 34.77 | 50.07 | - |
| YUV | 148.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 183 | 0.50 | 0.07 | 0 | 0.28 | 187.83 | 0.39 | 0.54 |
| Hex | 5B | AB | B7 | 32 | 7 | 0 | 1C | BC | 27 | 36 |
| Octal | 133 | 253 | 267 | 62 | 7 | 0 | 34 | 274 | 47 | 66 |
| Binary | 1011011 | 10101011 | 10110111 | 110010 | 111 | 0 | 11100 | 10111100 | 100111 | 110110 |
Color Harmonies of #5BABB7
Complementary color
Monochromatic Colors of #5BABB7
Black with #5BABB7
Text Example
Text Example
White with #5BABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABB7; }
p { color: rgb(91,171,183); }
H1.HeaderClassName
{
color: #5BABB7;
}
.AnyTagClassName
{
color: #5BABB7;
}
</style>
background-color css
<style>
a { background-color: #5BABB7; }
a { background-color: rgb(91,171,183); }
div.DivClassName
{
background-color: #5BABB7;
}
.BgClassName
{
background-color: #5BABB7;
}
</style>
border-color css
<style>
span { border-color: #5BABB7; }
span { border-color: rgb(91,171,183); }
td.TdClassName
{
border-color: #5BABB7;
}
.TagClassName
{
border-color: #5BABB7;
}
</style>