Shades of Fountain Blue #5FA4AE
Tints of Fountain Blue #5FA4AE
RGB
CMYK
RGB Variations
Color information
#5FA4AE (or 0x5FA4AE) is known color: Fountain Blue. HEX triplet: 5F, A4 and AE. RGB value is (95,164,174). Sum of RGB (Red+Green+Blue) = 95+164+174=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #5FA4AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA4AE is #A05B51. Grayscale: #909090. Windows color (decimal): -10509138 or 11445343. OLE color: 11445343.
HSL color Cylindrical-coordinate representation of color #5FA4AE: hue angle of 187.59º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FA4AE is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 164 | 174 | - |
| CMYK | 0.45 | 0.06 | 0 | 0.32 |
| HSL | 187.59º | 0.33% | 0.53% | - |
| HSV(B) | 187.59º | 0.45% | 0.68% | - |
| XYZ | 25.63 | 32.04 | 44.88 | - |
| YUV | 144.51 | 144.64 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 164 | 174 | 0.45 | 0.06 | 0 | 0.32 | 187.59 | 0.33 | 0.53 |
| Hex | 5F | A4 | AE | 2D | 6 | 0 | 20 | BC | 21 | 35 |
| Octal | 137 | 244 | 256 | 55 | 6 | 0 | 40 | 274 | 41 | 65 |
| Binary | 1011111 | 10100100 | 10101110 | 101101 | 110 | 0 | 100000 | 10111100 | 100001 | 110101 |
Color Harmonies of #5FA4AE
Complementary color
Monochromatic Colors of #5FA4AE
Black with #5FA4AE
Text Example
Text Example
White with #5FA4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA4AE; }
p { color: rgb(95,164,174); }
H1.HeaderClassName
{
color: #5FA4AE;
}
.AnyTagClassName
{
color: #5FA4AE;
}
</style>
background-color css
<style>
a { background-color: #5FA4AE; }
a { background-color: rgb(95,164,174); }
div.DivClassName
{
background-color: #5FA4AE;
}
.BgClassName
{
background-color: #5FA4AE;
}
</style>
border-color css
<style>
span { border-color: #5FA4AE; }
span { border-color: rgb(95,164,174); }
td.TdClassName
{
border-color: #5FA4AE;
}
.TagClassName
{
border-color: #5FA4AE;
}
</style>