Shades of Fountain Blue #5EAAAC
Tints of Fountain Blue #5EAAAC
RGB
CMYK
RGB Variations
Color information
#5EAAAC (or 0x5EAAAC) is known color: Fountain Blue. HEX triplet: 5E, AA and AC. RGB value is (94,170,172). Sum of RGB (Red+Green+Blue) = 94+170+172=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #5EAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EAAAC is #A15553. Grayscale: #939393. Windows color (decimal): -10573140 or 11315806. OLE color: 11315806.
HSL color Cylindrical-coordinate representation of color #5EAAAC: hue angle of 181.54º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5EAAAC is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 172 | - |
| CMYK | 0.45 | 0.01 | 0 | 0.33 |
| HSL | 181.54º | 0.32% | 0.52% | - |
| HSV(B) | 181.54º | 0.45% | 0.67% | - |
| XYZ | 26.44 | 34.11 | 44.22 | - |
| YUV | 147.5 | 141.82 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 172 | 0.45 | 0.01 | 0 | 0.33 | 181.54 | 0.32 | 0.52 |
| Hex | 5E | AA | AC | 2D | 1 | 0 | 21 | B6 | 20 | 34 |
| Octal | 136 | 252 | 254 | 55 | 1 | 0 | 41 | 266 | 40 | 64 |
| Binary | 1011110 | 10101010 | 10101100 | 101101 | 1 | 0 | 100001 | 10110110 | 100000 | 110100 |
Color Harmonies of #5EAAAC
Complementary color
Monochromatic Colors of #5EAAAC
Black with #5EAAAC
Text Example
Text Example
White with #5EAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAAAC; }
p { color: rgb(94,170,172); }
H1.HeaderClassName
{
color: #5EAAAC;
}
.AnyTagClassName
{
color: #5EAAAC;
}
</style>
background-color css
<style>
a { background-color: #5EAAAC; }
a { background-color: rgb(94,170,172); }
div.DivClassName
{
background-color: #5EAAAC;
}
.BgClassName
{
background-color: #5EAAAC;
}
</style>
border-color css
<style>
span { border-color: #5EAAAC; }
span { border-color: rgb(94,170,172); }
td.TdClassName
{
border-color: #5EAAAC;
}
.TagClassName
{
border-color: #5EAAAC;
}
</style>