Shades of Fountain Blue #5BA6B7
Tints of Fountain Blue #5BA6B7
RGB
CMYK
RGB Variations
Color information
#5BA6B7 (or 0x5BA6B7) is known color: Fountain Blue. HEX triplet: 5B, A6 and B7. RGB value is (91,166,183). Sum of RGB (Red+Green+Blue) = 91+166+183=440 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.68% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #5BA6B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA6B7 is #A45948. Grayscale: #919191. Windows color (decimal): -10770761 or 12035675. OLE color: 12035675.
HSL color Cylindrical-coordinate representation of color #5BA6B7: hue angle of 191.09º 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 #5BA6B7 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 166 | 183 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.28 |
| HSL | 191.09º | 0.39% | 0.54% | - |
| HSV(B) | 191.09º | 0.5% | 0.72% | - |
| XYZ | 26.5 | 32.92 | 49.76 | - |
| YUV | 145.51 | 149.15 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 166 | 183 | 0.50 | 0.09 | 0 | 0.28 | 191.09 | 0.39 | 0.54 |
| Hex | 5B | A6 | B7 | 32 | 9 | 0 | 1C | BF | 27 | 36 |
| Octal | 133 | 246 | 267 | 62 | 11 | 0 | 34 | 277 | 47 | 66 |
| Binary | 1011011 | 10100110 | 10110111 | 110010 | 1001 | 0 | 11100 | 10111111 | 100111 | 110110 |
Color Harmonies of #5BA6B7
Complementary color
Monochromatic Colors of #5BA6B7
Black with #5BA6B7
Text Example
Text Example
White with #5BA6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA6B7; }
p { color: rgb(91,166,183); }
H1.HeaderClassName
{
color: #5BA6B7;
}
.AnyTagClassName
{
color: #5BA6B7;
}
</style>
background-color css
<style>
a { background-color: #5BA6B7; }
a { background-color: rgb(91,166,183); }
div.DivClassName
{
background-color: #5BA6B7;
}
.BgClassName
{
background-color: #5BA6B7;
}
</style>
border-color css
<style>
span { border-color: #5BA6B7; }
span { border-color: rgb(91,166,183); }
td.TdClassName
{
border-color: #5BA6B7;
}
.TagClassName
{
border-color: #5BA6B7;
}
</style>