Shades of Fountain Blue #5AB3BD
Tints of Fountain Blue #5AB3BD
RGB
CMYK
RGB Variations
Color information
#5AB3BD (or 0x5AB3BD) is known color: Fountain Blue. HEX triplet: 5A, B3 and BD. RGB value is (90,179,189). Sum of RGB (Red+Green+Blue) = 90+179+189=458 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.65% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AB3BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB3BD is #A54C42. Grayscale: #999999. Windows color (decimal): -10832963 or 12432218. OLE color: 12432218.
HSL color Cylindrical-coordinate representation of color #5AB3BD: hue angle of 186.06º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5AB3BD is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 179 | 189 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.26 |
| HSL | 186.06º | 0.43% | 0.55% | - |
| HSV(B) | 186.06º | 0.52% | 0.74% | - |
| XYZ | 29.52 | 38.09 | 53.94 | - |
| YUV | 153.53 | 148.01 | 82.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 179 | 189 | 0.52 | 0.05 | 0 | 0.26 | 186.06 | 0.43 | 0.55 |
| Hex | 5A | B3 | BD | 34 | 5 | 0 | 1A | BA | 2B | 37 |
| Octal | 132 | 263 | 275 | 64 | 5 | 0 | 32 | 272 | 53 | 67 |
| Binary | 1011010 | 10110011 | 10111101 | 110100 | 101 | 0 | 11010 | 10111010 | 101011 | 110111 |
Color Harmonies of #5AB3BD
Complementary color
Monochromatic Colors of #5AB3BD
Black with #5AB3BD
Text Example
Text Example
White with #5AB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB3BD; }
p { color: rgb(90,179,189); }
H1.HeaderClassName
{
color: #5AB3BD;
}
.AnyTagClassName
{
color: #5AB3BD;
}
</style>
background-color css
<style>
a { background-color: #5AB3BD; }
a { background-color: rgb(90,179,189); }
div.DivClassName
{
background-color: #5AB3BD;
}
.BgClassName
{
background-color: #5AB3BD;
}
</style>
border-color css
<style>
span { border-color: #5AB3BD; }
span { border-color: rgb(90,179,189); }
td.TdClassName
{
border-color: #5AB3BD;
}
.TagClassName
{
border-color: #5AB3BD;
}
</style>