Shades of Fountain Blue #5AB7B0
Tints of Fountain Blue #5AB7B0
RGB
CMYK
RGB Variations
Color information
#5AB7B0 (or 0x5AB7B0) is known color: Fountain Blue. HEX triplet: 5A, B7 and B0. RGB value is (90,183,176). Sum of RGB (Red+Green+Blue) = 90+183+176=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 176 (69.14% from 255 or 39.20% from 449); Max value from RGB is 183 - color contains mainly: green. Hex color #5AB7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AB7B0 is #A5484F. Grayscale: #9A9A9A. Windows color (decimal): -10831952 or 11581274. OLE color: 11581274.
HSL color Cylindrical-coordinate representation of color #5AB7B0: hue angle of 175.48º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5AB7B0 is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 90 | 183 | 176 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.28 |
| HSL | 175.48º | 0.39% | 0.54% | - |
| HSV(B) | 175.48º | 0.51% | 0.72% | - |
| XYZ | 28.99 | 39.18 | 47.11 | - |
| YUV | 154.4 | 140.19 | 82.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 183 | 176 | 0.51 | 0 | 0.04 | 0.28 | 175.48 | 0.39 | 0.54 |
| Hex | 5A | B7 | B0 | 33 | 0 | 4 | 1C | AF | 27 | 36 |
| Octal | 132 | 267 | 260 | 63 | 0 | 4 | 34 | 257 | 47 | 66 |
| Binary | 1011010 | 10110111 | 10110000 | 110011 | 0 | 100 | 11100 | 10101111 | 100111 | 110110 |
Color Harmonies of #5AB7B0
Complementary color
Monochromatic Colors of #5AB7B0
Black with #5AB7B0
Text Example
Text Example
White with #5AB7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB7B0; }
p { color: rgb(90,183,176); }
H1.HeaderClassName
{
color: #5AB7B0;
}
.AnyTagClassName
{
color: #5AB7B0;
}
</style>
background-color css
<style>
a { background-color: #5AB7B0; }
a { background-color: rgb(90,183,176); }
div.DivClassName
{
background-color: #5AB7B0;
}
.BgClassName
{
background-color: #5AB7B0;
}
</style>
border-color css
<style>
span { border-color: #5AB7B0; }
span { border-color: rgb(90,183,176); }
td.TdClassName
{
border-color: #5AB7B0;
}
.TagClassName
{
border-color: #5AB7B0;
}
</style>