Shades of Fountain Blue #5BA7B7
Tints of Fountain Blue #5BA7B7
RGB
CMYK
RGB Variations
Color information
#5BA7B7 (or 0x5BA7B7) is known color: Fountain Blue. HEX triplet: 5B, A7 and B7. RGB value is (91,167,183). Sum of RGB (Red+Green+Blue) = 91+167+183=441 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.63% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 183 (71.88% from 255 or 41.50% from 441); Max value from RGB is 183 - color contains mainly: blue. Hex color #5BA7B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BA7B7 is #A45848. Grayscale: #919191. Windows color (decimal): -10770505 or 12035931. OLE color: 12035931.
HSL color Cylindrical-coordinate representation of color #5BA7B7: hue angle of 190.43º 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 #5BA7B7 is Cyan = 0.50, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 167 | 183 | - |
| CMYK | 0.50 | 0.09 | 0 | 0.28 |
| HSL | 190.43º | 0.39% | 0.54% | - |
| HSV(B) | 190.43º | 0.5% | 0.72% | - |
| XYZ | 26.68 | 33.28 | 49.82 | - |
| YUV | 146.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 167 | 183 | 0.50 | 0.09 | 0 | 0.28 | 190.43 | 0.39 | 0.54 |
| Hex | 5B | A7 | B7 | 32 | 9 | 0 | 1C | BE | 27 | 36 |
| Octal | 133 | 247 | 267 | 62 | 11 | 0 | 34 | 276 | 47 | 66 |
| Binary | 1011011 | 10100111 | 10110111 | 110010 | 1001 | 0 | 11100 | 10111110 | 100111 | 110110 |
Color Harmonies of #5BA7B7
Complementary color
Monochromatic Colors of #5BA7B7
Black with #5BA7B7
Text Example
Text Example
White with #5BA7B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA7B7; }
p { color: rgb(91,167,183); }
H1.HeaderClassName
{
color: #5BA7B7;
}
.AnyTagClassName
{
color: #5BA7B7;
}
</style>
background-color css
<style>
a { background-color: #5BA7B7; }
a { background-color: rgb(91,167,183); }
div.DivClassName
{
background-color: #5BA7B7;
}
.BgClassName
{
background-color: #5BA7B7;
}
</style>
border-color css
<style>
span { border-color: #5BA7B7; }
span { border-color: rgb(91,167,183); }
td.TdClassName
{
border-color: #5BA7B7;
}
.TagClassName
{
border-color: #5BA7B7;
}
</style>