Shades of Fountain Blue #5BAAAC
Tints of Fountain Blue #5BAAAC
RGB
CMYK
RGB Variations
Color information
#5BAAAC (or 0x5BAAAC) is known color: Fountain Blue. HEX triplet: 5B, AA and AC. RGB value is (91,170,172). Sum of RGB (Red+Green+Blue) = 91+170+172=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #5BAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAAAC is #A45553. Grayscale: #929292. Windows color (decimal): -10769748 or 11315803. OLE color: 11315803.
HSL color Cylindrical-coordinate representation of color #5BAAAC: hue angle of 181.48º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BAAAC is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 170 | 172 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.33 |
| HSL | 181.48º | 0.33% | 0.52% | - |
| HSV(B) | 181.48º | 0.47% | 0.67% | - |
| XYZ | 26.14 | 33.95 | 44.21 | - |
| YUV | 146.61 | 142.33 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 170 | 172 | 0.47 | 0.01 | 0 | 0.33 | 181.48 | 0.33 | 0.52 |
| Hex | 5B | AA | AC | 2F | 1 | 0 | 21 | B5 | 21 | 34 |
| Octal | 133 | 252 | 254 | 57 | 1 | 0 | 41 | 265 | 41 | 64 |
| Binary | 1011011 | 10101010 | 10101100 | 101111 | 1 | 0 | 100001 | 10110101 | 100001 | 110100 |
Color Harmonies of #5BAAAC
Complementary color
Monochromatic Colors of #5BAAAC
Black with #5BAAAC
Text Example
Text Example
White with #5BAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAAAC; }
p { color: rgb(91,170,172); }
H1.HeaderClassName
{
color: #5BAAAC;
}
.AnyTagClassName
{
color: #5BAAAC;
}
</style>
background-color css
<style>
a { background-color: #5BAAAC; }
a { background-color: rgb(91,170,172); }
div.DivClassName
{
background-color: #5BAAAC;
}
.BgClassName
{
background-color: #5BAAAC;
}
</style>
border-color css
<style>
span { border-color: #5BAAAC; }
span { border-color: rgb(91,170,172); }
td.TdClassName
{
border-color: #5BAAAC;
}
.TagClassName
{
border-color: #5BAAAC;
}
</style>