Shades of Fountain Blue #5BABBC
Tints of Fountain Blue #5BABBC
RGB
CMYK
RGB Variations
Color information
#5BABBC (or 0x5BABBC) is known color: Fountain Blue. HEX triplet: 5B, AB and BC. RGB value is (91,171,188). Sum of RGB (Red+Green+Blue) = 91+171+188=450 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.22% from 450); Green value is 171 (67.19% from 255 or 38% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #5BABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BABBC is #A45443. Grayscale: #949494. Windows color (decimal): -10769476 or 12364635. OLE color: 12364635.
HSL color Cylindrical-coordinate representation of color #5BABBC: hue angle of 190.52º degrees, saturation: 0.42, 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 #5BABBC is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 171 | 188 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.26 |
| HSL | 190.52º | 0.42% | 0.55% | - |
| HSV(B) | 190.52º | 0.52% | 0.74% | - |
| XYZ | 27.95 | 34.98 | 52.86 | - |
| YUV | 149.02 | 150 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 171 | 188 | 0.52 | 0.09 | 0 | 0.26 | 190.52 | 0.42 | 0.55 |
| Hex | 5B | AB | BC | 34 | 9 | 0 | 1A | BF | 2A | 37 |
| Octal | 133 | 253 | 274 | 64 | 11 | 0 | 32 | 277 | 52 | 67 |
| Binary | 1011011 | 10101011 | 10111100 | 110100 | 1001 | 0 | 11010 | 10111111 | 101010 | 110111 |
Color Harmonies of #5BABBC
Complementary color
Monochromatic Colors of #5BABBC
Black with #5BABBC
Text Example
Text Example
White with #5BABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BABBC; }
p { color: rgb(91,171,188); }
H1.HeaderClassName
{
color: #5BABBC;
}
.AnyTagClassName
{
color: #5BABBC;
}
</style>
background-color css
<style>
a { background-color: #5BABBC; }
a { background-color: rgb(91,171,188); }
div.DivClassName
{
background-color: #5BABBC;
}
.BgClassName
{
background-color: #5BABBC;
}
</style>
border-color css
<style>
span { border-color: #5BABBC; }
span { border-color: rgb(91,171,188); }
td.TdClassName
{
border-color: #5BABBC;
}
.TagClassName
{
border-color: #5BABBC;
}
</style>