Shades of Fountain Blue #5FA1AD
Tints of Fountain Blue #5FA1AD
RGB
CMYK
RGB Variations
Color information
#5FA1AD (or 0x5FA1AD) is known color: Fountain Blue. HEX triplet: 5F, A1 and AD. RGB value is (95,161,173). Sum of RGB (Red+Green+Blue) = 95+161+173=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #5FA1AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FA1AD is #A05E52. Grayscale: #8E8E8E. Windows color (decimal): -10509907 or 11379039. OLE color: 11379039.
HSL color Cylindrical-coordinate representation of color #5FA1AD: hue angle of 189.23º degrees, saturation: 0.32, 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 #5FA1AD is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 161 | 173 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.32 |
| HSL | 189.23º | 0.32% | 0.53% | - |
| HSV(B) | 189.23º | 0.45% | 0.68% | - |
| XYZ | 25.01 | 30.94 | 44.19 | - |
| YUV | 142.63 | 145.13 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 173 | 0.45 | 0.07 | 0 | 0.32 | 189.23 | 0.32 | 0.53 |
| Hex | 5F | A1 | AD | 2D | 7 | 0 | 20 | BD | 20 | 35 |
| Octal | 137 | 241 | 255 | 55 | 7 | 0 | 40 | 275 | 40 | 65 |
| Binary | 1011111 | 10100001 | 10101101 | 101101 | 111 | 0 | 100000 | 10111101 | 100000 | 110101 |
Color Harmonies of #5FA1AD
Complementary color
Monochromatic Colors of #5FA1AD
Black with #5FA1AD
Text Example
Text Example
White with #5FA1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA1AD; }
p { color: rgb(95,161,173); }
H1.HeaderClassName
{
color: #5FA1AD;
}
.AnyTagClassName
{
color: #5FA1AD;
}
</style>
background-color css
<style>
a { background-color: #5FA1AD; }
a { background-color: rgb(95,161,173); }
div.DivClassName
{
background-color: #5FA1AD;
}
.BgClassName
{
background-color: #5FA1AD;
}
</style>
border-color css
<style>
span { border-color: #5FA1AD; }
span { border-color: rgb(95,161,173); }
td.TdClassName
{
border-color: #5FA1AD;
}
.TagClassName
{
border-color: #5FA1AD;
}
</style>