Shades of Fountain Blue #5DAAAC
Tints of Fountain Blue #5DAAAC
RGB
CMYK
RGB Variations
Color information
#5DAAAC (or 0x5DAAAC) is known color: Fountain Blue. HEX triplet: 5D, AA and AC. RGB value is (93,170,172). Sum of RGB (Red+Green+Blue) = 93+170+172=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 172 - color contains mainly: blue. Hex color #5DAAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DAAAC is #A25553. Grayscale: #939393. Windows color (decimal): -10638676 or 11315805. OLE color: 11315805.
HSL color Cylindrical-coordinate representation of color #5DAAAC: hue angle of 181.52º 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 #5DAAAC is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 93 | 170 | 172 | - |
| CMYK | 0.46 | 0.01 | 0 | 0.33 |
| HSL | 181.52º | 0.32% | 0.52% | - |
| HSV(B) | 181.52º | 0.46% | 0.67% | - |
| XYZ | 26.34 | 34.06 | 44.22 | - |
| YUV | 147.21 | 141.99 | 89.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 170 | 172 | 0.46 | 0.01 | 0 | 0.33 | 181.52 | 0.32 | 0.52 |
| Hex | 5D | AA | AC | 2E | 1 | 0 | 21 | B6 | 20 | 34 |
| Octal | 135 | 252 | 254 | 56 | 1 | 0 | 41 | 266 | 40 | 64 |
| Binary | 1011101 | 10101010 | 10101100 | 101110 | 1 | 0 | 100001 | 10110110 | 100000 | 110100 |
Color Harmonies of #5DAAAC
Complementary color
Monochromatic Colors of #5DAAAC
Black with #5DAAAC
Text Example
Text Example
White with #5DAAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAAAC; }
p { color: rgb(93,170,172); }
H1.HeaderClassName
{
color: #5DAAAC;
}
.AnyTagClassName
{
color: #5DAAAC;
}
</style>
background-color css
<style>
a { background-color: #5DAAAC; }
a { background-color: rgb(93,170,172); }
div.DivClassName
{
background-color: #5DAAAC;
}
.BgClassName
{
background-color: #5DAAAC;
}
</style>
border-color css
<style>
span { border-color: #5DAAAC; }
span { border-color: rgb(93,170,172); }
td.TdClassName
{
border-color: #5DAAAC;
}
.TagClassName
{
border-color: #5DAAAC;
}
</style>