Shades of Fountain Blue #5BB3AF
Tints of Fountain Blue #5BB3AF
RGB
CMYK
RGB Variations
Color information
#5BB3AF (or 0x5BB3AF) is known color: Fountain Blue. HEX triplet: 5B, B3 and AF. RGB value is (91,179,175). Sum of RGB (Red+Green+Blue) = 91+179+175=445 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.45% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #5BB3AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB3AF is #A44C50. Grayscale: #989898. Windows color (decimal): -10767441 or 11514715. OLE color: 11514715.
HSL color Cylindrical-coordinate representation of color #5BB3AF: hue angle of 177.27º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB3AF is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 91 | 179 | 175 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.30 |
| HSL | 177.27º | 0.37% | 0.53% | - |
| HSV(B) | 177.27º | 0.49% | 0.7% | - |
| XYZ | 28.17 | 37.56 | 46.32 | - |
| YUV | 152.23 | 140.85 | 84.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 179 | 175 | 0.49 | 0 | 0.02 | 0.30 | 177.27 | 0.37 | 0.53 |
| Hex | 5B | B3 | AF | 31 | 0 | 2 | 1E | B1 | 25 | 35 |
| Octal | 133 | 263 | 257 | 61 | 0 | 2 | 36 | 261 | 45 | 65 |
| Binary | 1011011 | 10110011 | 10101111 | 110001 | 0 | 10 | 11110 | 10110001 | 100101 | 110101 |
Color Harmonies of #5BB3AF
Complementary color
Monochromatic Colors of #5BB3AF
Black with #5BB3AF
Text Example
Text Example
White with #5BB3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB3AF; }
p { color: rgb(91,179,175); }
H1.HeaderClassName
{
color: #5BB3AF;
}
.AnyTagClassName
{
color: #5BB3AF;
}
</style>
background-color css
<style>
a { background-color: #5BB3AF; }
a { background-color: rgb(91,179,175); }
div.DivClassName
{
background-color: #5BB3AF;
}
.BgClassName
{
background-color: #5BB3AF;
}
</style>
border-color css
<style>
span { border-color: #5BB3AF; }
span { border-color: rgb(91,179,175); }
td.TdClassName
{
border-color: #5BB3AF;
}
.TagClassName
{
border-color: #5BB3AF;
}
</style>