Shades of Fountain Blue #5DA1AF
Tints of Fountain Blue #5DA1AF
RGB
CMYK
RGB Variations
Color information
#5DA1AF (or 0x5DA1AF) is known color: Fountain Blue. HEX triplet: 5D, A1 and AF. RGB value is (93,161,175). Sum of RGB (Red+Green+Blue) = 93+161+175=429 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.68% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #5DA1AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA1AF is #A25E50. Grayscale: #8E8E8E. Windows color (decimal): -10640977 or 11510109. OLE color: 11510109.
HSL color Cylindrical-coordinate representation of color #5DA1AF: hue angle of 190.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DA1AF is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 93 | 161 | 175 | - |
| CMYK | 0.47 | 0.08 | 0 | 0.31 |
| HSL | 190.24º | 0.34% | 0.53% | - |
| HSV(B) | 190.24º | 0.47% | 0.69% | - |
| XYZ | 25 | 30.91 | 45.21 | - |
| YUV | 142.26 | 146.47 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 175 | 0.47 | 0.08 | 0 | 0.31 | 190.24 | 0.34 | 0.53 |
| Hex | 5D | A1 | AF | 2F | 8 | 0 | 1F | BE | 22 | 35 |
| Octal | 135 | 241 | 257 | 57 | 10 | 0 | 37 | 276 | 42 | 65 |
| Binary | 1011101 | 10100001 | 10101111 | 101111 | 1000 | 0 | 11111 | 10111110 | 100010 | 110101 |
Color Harmonies of #5DA1AF
Complementary color
Monochromatic Colors of #5DA1AF
Black with #5DA1AF
Text Example
Text Example
White with #5DA1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA1AF; }
p { color: rgb(93,161,175); }
H1.HeaderClassName
{
color: #5DA1AF;
}
.AnyTagClassName
{
color: #5DA1AF;
}
</style>
background-color css
<style>
a { background-color: #5DA1AF; }
a { background-color: rgb(93,161,175); }
div.DivClassName
{
background-color: #5DA1AF;
}
.BgClassName
{
background-color: #5DA1AF;
}
</style>
border-color css
<style>
span { border-color: #5DA1AF; }
span { border-color: rgb(93,161,175); }
td.TdClassName
{
border-color: #5DA1AF;
}
.TagClassName
{
border-color: #5DA1AF;
}
</style>