Shades of Fountain Blue #5BACB5
Tints of Fountain Blue #5BACB5
RGB
CMYK
RGB Variations
Color information
#5BACB5 (or 0x5BACB5) is known color: Fountain Blue. HEX triplet: 5B, AC and B5. RGB value is (91,172,181). Sum of RGB (Red+Green+Blue) = 91+172+181=444 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.50% from 444); Green value is 172 (67.58% from 255 or 38.74% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 181 - color contains mainly: blue. Hex color #5BACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BACB5 is #A4534A. Grayscale: #949494. Windows color (decimal): -10769227 or 11906139. OLE color: 11906139.
HSL color Cylindrical-coordinate representation of color #5BACB5: hue angle of 186º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5BACB5 is Cyan = 0.50, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 172 | 181 | - |
| CMYK | 0.50 | 0.05 | 0 | 0.29 |
| HSL | 186º | 0.38% | 0.53% | - |
| HSV(B) | 186º | 0.5% | 0.71% | - |
| XYZ | 27.41 | 35.07 | 49.04 | - |
| YUV | 148.81 | 146.16 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 181 | 0.50 | 0.05 | 0 | 0.29 | 186 | 0.38 | 0.53 |
| Hex | 5B | AC | B5 | 32 | 5 | 0 | 1D | BA | 26 | 35 |
| Octal | 133 | 254 | 265 | 62 | 5 | 0 | 35 | 272 | 46 | 65 |
| Binary | 1011011 | 10101100 | 10110101 | 110010 | 101 | 0 | 11101 | 10111010 | 100110 | 110101 |
Color Harmonies of #5BACB5
Complementary color
Monochromatic Colors of #5BACB5
Black with #5BACB5
Text Example
Text Example
White with #5BACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACB5; }
p { color: rgb(91,172,181); }
H1.HeaderClassName
{
color: #5BACB5;
}
.AnyTagClassName
{
color: #5BACB5;
}
</style>
background-color css
<style>
a { background-color: #5BACB5; }
a { background-color: rgb(91,172,181); }
div.DivClassName
{
background-color: #5BACB5;
}
.BgClassName
{
background-color: #5BACB5;
}
</style>
border-color css
<style>
span { border-color: #5BACB5; }
span { border-color: rgb(91,172,181); }
td.TdClassName
{
border-color: #5BACB5;
}
.TagClassName
{
border-color: #5BACB5;
}
</style>