Shades of Fountain Blue #5BADB5
Tints of Fountain Blue #5BADB5
RGB
CMYK
RGB Variations
Color information
#5BADB5 (or 0x5BADB5) is known color: Fountain Blue. HEX triplet: 5B, AD and B5. RGB value is (91,173,181). Sum of RGB (Red+Green+Blue) = 91+173+181=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 181 - color contains mainly: blue. Hex color #5BADB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5BADB5 is #A4524A. Grayscale: #959595. Windows color (decimal): -10768971 or 11906395. OLE color: 11906395.
HSL color Cylindrical-coordinate representation of color #5BADB5: hue angle of 185.33º 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 #5BADB5 is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 173 | 181 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.29 |
| HSL | 185.33º | 0.38% | 0.53% | - |
| HSV(B) | 185.33º | 0.5% | 0.71% | - |
| XYZ | 27.6 | 35.45 | 49.1 | - |
| YUV | 149.39 | 145.83 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 173 | 181 | 0.50 | 0.04 | 0 | 0.29 | 185.33 | 0.38 | 0.53 |
| Hex | 5B | AD | B5 | 32 | 4 | 0 | 1D | B9 | 26 | 35 |
| Octal | 133 | 255 | 265 | 62 | 4 | 0 | 35 | 271 | 46 | 65 |
| Binary | 1011011 | 10101101 | 10110101 | 110010 | 100 | 0 | 11101 | 10111001 | 100110 | 110101 |
Color Harmonies of #5BADB5
Complementary color
Monochromatic Colors of #5BADB5
Black with #5BADB5
Text Example
Text Example
White with #5BADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BADB5; }
p { color: rgb(91,173,181); }
H1.HeaderClassName
{
color: #5BADB5;
}
.AnyTagClassName
{
color: #5BADB5;
}
</style>
background-color css
<style>
a { background-color: #5BADB5; }
a { background-color: rgb(91,173,181); }
div.DivClassName
{
background-color: #5BADB5;
}
.BgClassName
{
background-color: #5BADB5;
}
</style>
border-color css
<style>
span { border-color: #5BADB5; }
span { border-color: rgb(91,173,181); }
td.TdClassName
{
border-color: #5BADB5;
}
.TagClassName
{
border-color: #5BADB5;
}
</style>