Shades of Fountain Blue #5AB4BD
Tints of Fountain Blue #5AB4BD
RGB
CMYK
RGB Variations
Color information
#5AB4BD (or 0x5AB4BD) is known color: Fountain Blue. HEX triplet: 5A, B4 and BD. RGB value is (90,180,189). Sum of RGB (Red+Green+Blue) = 90+180+189=459 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.61% from 459); Green value is 180 (70.70% from 255 or 39.22% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #5AB4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5AB4BD is #A54B42. Grayscale: #999999. Windows color (decimal): -10832707 or 12432474. OLE color: 12432474.
HSL color Cylindrical-coordinate representation of color #5AB4BD: hue angle of 185.45º 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 #5AB4BD is Cyan = 0.52, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 180 | 189 | - |
| CMYK | 0.52 | 0.05 | 0 | 0.26 |
| HSL | 185.45º | 0.43% | 0.55% | - |
| HSV(B) | 185.45º | 0.52% | 0.74% | - |
| XYZ | 29.72 | 38.49 | 54.01 | - |
| YUV | 154.12 | 147.68 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 180 | 189 | 0.52 | 0.05 | 0 | 0.26 | 185.45 | 0.43 | 0.55 |
| Hex | 5A | B4 | BD | 34 | 5 | 0 | 1A | B9 | 2B | 37 |
| Octal | 132 | 264 | 275 | 64 | 5 | 0 | 32 | 271 | 53 | 67 |
| Binary | 1011010 | 10110100 | 10111101 | 110100 | 101 | 0 | 11010 | 10111001 | 101011 | 110111 |
Color Harmonies of #5AB4BD
Complementary color
Monochromatic Colors of #5AB4BD
Black with #5AB4BD
Text Example
Text Example
White with #5AB4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AB4BD; }
p { color: rgb(90,180,189); }
H1.HeaderClassName
{
color: #5AB4BD;
}
.AnyTagClassName
{
color: #5AB4BD;
}
</style>
background-color css
<style>
a { background-color: #5AB4BD; }
a { background-color: rgb(90,180,189); }
div.DivClassName
{
background-color: #5AB4BD;
}
.BgClassName
{
background-color: #5AB4BD;
}
</style>
border-color css
<style>
span { border-color: #5AB4BD; }
span { border-color: rgb(90,180,189); }
td.TdClassName
{
border-color: #5AB4BD;
}
.TagClassName
{
border-color: #5AB4BD;
}
</style>