Shades of Fountain Blue #5BABBD
Tints of Fountain Blue #5BABBD
RGB
CMYK
RGB Variations
Color information
#5BABBD (or 0x5BABBD) is known color: Fountain Blue. HEX triplet: 5B, AB and BD. RGB value is (91,171,189). Sum of RGB (Red+Green+Blue) = 91+171+189=451 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.18% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #5BABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABBD is #A45442. Grayscale: #949494. Windows color (decimal): -10769475 or 12430171. OLE color: 12430171.
HSL color Cylindrical-coordinate representation of color #5BABBD: hue angle of 191.02º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BABBD is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 171 | 189 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.26 |
| HSL | 191.02º | 0.43% | 0.55% | - |
| HSV(B) | 191.02º | 0.52% | 0.74% | - |
| XYZ | 28.06 | 35.02 | 53.43 | - |
| YUV | 149.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 189 | 0.52 | 0.10 | 0 | 0.26 | 191.02 | 0.43 | 0.55 |
| Hex | 5B | AB | BD | 34 | A | 0 | 1A | BF | 2B | 37 |
| Octal | 133 | 253 | 275 | 64 | 12 | 0 | 32 | 277 | 53 | 67 |
| Binary | 1011011 | 10101011 | 10111101 | 110100 | 1010 | 0 | 11010 | 10111111 | 101011 | 110111 |
Color Harmonies of #5BABBD
Complementary color
Monochromatic Colors of #5BABBD
Black with #5BABBD
Text Example
Text Example
White with #5BABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABBD; }
p { color: rgb(91,171,189); }
H1.HeaderClassName
{
color: #5BABBD;
}
.AnyTagClassName
{
color: #5BABBD;
}
</style>
background-color css
<style>
a { background-color: #5BABBD; }
a { background-color: rgb(91,171,189); }
div.DivClassName
{
background-color: #5BABBD;
}
.BgClassName
{
background-color: #5BABBD;
}
</style>
border-color css
<style>
span { border-color: #5BABBD; }
span { border-color: rgb(91,171,189); }
td.TdClassName
{
border-color: #5BABBD;
}
.TagClassName
{
border-color: #5BABBD;
}
</style>