Shades of Fountain Blue #5AA6AC
Tints of Fountain Blue #5AA6AC
RGB
CMYK
RGB Variations
Color information
#5AA6AC (or 0x5AA6AC) is known color: Fountain Blue. HEX triplet: 5A, A6 and AC. RGB value is (90,166,172). Sum of RGB (Red+Green+Blue) = 90+166+172=428 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.03% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 172 - color contains mainly: blue. Hex color #5AA6AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AA6AC is #A55953. Grayscale: #8F8F8F. Windows color (decimal): -10836308 or 11314778. OLE color: 11314778.
HSL color Cylindrical-coordinate representation of color #5AA6AC: hue angle of 184.39º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AA6AC is Cyan = 0.48, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 166 | 172 | - |
| CMYK | 0.48 | 0.03 | 0 | 0.33 |
| HSL | 184.39º | 0.33% | 0.51% | - |
| HSV(B) | 184.39º | 0.48% | 0.67% | - |
| XYZ | 25.3 | 32.42 | 43.95 | - |
| YUV | 143.96 | 143.82 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 166 | 172 | 0.48 | 0.03 | 0 | 0.33 | 184.39 | 0.33 | 0.51 |
| Hex | 5A | A6 | AC | 30 | 3 | 0 | 21 | B8 | 21 | 33 |
| Octal | 132 | 246 | 254 | 60 | 3 | 0 | 41 | 270 | 41 | 63 |
| Binary | 1011010 | 10100110 | 10101100 | 110000 | 11 | 0 | 100001 | 10111000 | 100001 | 110011 |
Color Harmonies of #5AA6AC
Complementary color
Monochromatic Colors of #5AA6AC
Black with #5AA6AC
Text Example
Text Example
White with #5AA6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AA6AC; }
p { color: rgb(90,166,172); }
H1.HeaderClassName
{
color: #5AA6AC;
}
.AnyTagClassName
{
color: #5AA6AC;
}
</style>
background-color css
<style>
a { background-color: #5AA6AC; }
a { background-color: rgb(90,166,172); }
div.DivClassName
{
background-color: #5AA6AC;
}
.BgClassName
{
background-color: #5AA6AC;
}
</style>
border-color css
<style>
span { border-color: #5AA6AC; }
span { border-color: rgb(90,166,172); }
td.TdClassName
{
border-color: #5AA6AC;
}
.TagClassName
{
border-color: #5AA6AC;
}
</style>