Shades of Fountain Blue #5DA8AC
Tints of Fountain Blue #5DA8AC
RGB
CMYK
RGB Variations
Color information
#5DA8AC (or 0x5DA8AC) is known color: Fountain Blue. HEX triplet: 5D, A8 and AC. RGB value is (93,168,172). Sum of RGB (Red+Green+Blue) = 93+168+172=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #5DA8AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DA8AC is #A25753. Grayscale: #919191. Windows color (decimal): -10639188 or 11315293. OLE color: 11315293.
HSL color Cylindrical-coordinate representation of color #5DA8AC: hue angle of 183.04º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DA8AC is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 168 | 172 | - |
| CMYK | 0.46 | 0.02 | 0 | 0.33 |
| HSL | 183.04º | 0.32% | 0.52% | - |
| HSV(B) | 183.04º | 0.46% | 0.67% | - |
| XYZ | 25.96 | 33.31 | 44.09 | - |
| YUV | 146.03 | 142.65 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 168 | 172 | 0.46 | 0.02 | 0 | 0.33 | 183.04 | 0.32 | 0.52 |
| Hex | 5D | A8 | AC | 2E | 2 | 0 | 21 | B7 | 20 | 34 |
| Octal | 135 | 250 | 254 | 56 | 2 | 0 | 41 | 267 | 40 | 64 |
| Binary | 1011101 | 10101000 | 10101100 | 101110 | 10 | 0 | 100001 | 10110111 | 100000 | 110100 |
Color Harmonies of #5DA8AC
Complementary color
Monochromatic Colors of #5DA8AC
Black with #5DA8AC
Text Example
Text Example
White with #5DA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA8AC; }
p { color: rgb(93,168,172); }
H1.HeaderClassName
{
color: #5DA8AC;
}
.AnyTagClassName
{
color: #5DA8AC;
}
</style>
background-color css
<style>
a { background-color: #5DA8AC; }
a { background-color: rgb(93,168,172); }
div.DivClassName
{
background-color: #5DA8AC;
}
.BgClassName
{
background-color: #5DA8AC;
}
</style>
border-color css
<style>
span { border-color: #5DA8AC; }
span { border-color: rgb(93,168,172); }
td.TdClassName
{
border-color: #5DA8AC;
}
.TagClassName
{
border-color: #5DA8AC;
}
</style>