Shades of Fountain Blue #5AB5BE
Tints of Fountain Blue #5AB5BE
RGB
CMYK
RGB Variations
Color information
#5AB5BE (or 0x5AB5BE) is known color: Fountain Blue. HEX triplet: 5A, B5 and BE. RGB value is (90,181,190). Sum of RGB (Red+Green+Blue) = 90+181+190=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #5AB5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB5BE is #A54A41. Grayscale: #9A9A9A. Windows color (decimal): -10832450 or 12498266. OLE color: 12498266.
HSL color Cylindrical-coordinate representation of color #5AB5BE: hue angle of 185.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AB5BE is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 181 | 190 | - |
| CMYK | 0.53 | 0.05 | 0 | 0.25 |
| HSL | 185.4º | 0.43% | 0.55% | - |
| HSV(B) | 185.4º | 0.53% | 0.75% | - |
| XYZ | 30.03 | 38.94 | 54.65 | - |
| YUV | 154.82 | 147.85 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 181 | 190 | 0.53 | 0.05 | 0 | 0.25 | 185.4 | 0.43 | 0.55 |
| Hex | 5A | B5 | BE | 35 | 5 | 0 | 19 | B9 | 2B | 37 |
| Octal | 132 | 265 | 276 | 65 | 5 | 0 | 31 | 271 | 53 | 67 |
| Binary | 1011010 | 10110101 | 10111110 | 110101 | 101 | 0 | 11001 | 10111001 | 101011 | 110111 |
Color Harmonies of #5AB5BE
Complementary color
Monochromatic Colors of #5AB5BE
Black with #5AB5BE
Text Example
Text Example
White with #5AB5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB5BE; }
p { color: rgb(90,181,190); }
H1.HeaderClassName
{
color: #5AB5BE;
}
.AnyTagClassName
{
color: #5AB5BE;
}
</style>
background-color css
<style>
a { background-color: #5AB5BE; }
a { background-color: rgb(90,181,190); }
div.DivClassName
{
background-color: #5AB5BE;
}
.BgClassName
{
background-color: #5AB5BE;
}
</style>
border-color css
<style>
span { border-color: #5AB5BE; }
span { border-color: rgb(90,181,190); }
td.TdClassName
{
border-color: #5AB5BE;
}
.TagClassName
{
border-color: #5AB5BE;
}
</style>