Shades of Fountain Blue #5DADAB
Tints of Fountain Blue #5DADAB
RGB
CMYK
RGB Variations
Color information
#5DADAB (or 0x5DADAB) is known color: Fountain Blue. HEX triplet: 5D, AD and AB. RGB value is (93,173,171). Sum of RGB (Red+Green+Blue) = 93+173+171=437 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.28% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #5DADAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5DADAB is #A25254. Grayscale: #949494. Windows color (decimal): -10637909 or 11251037. OLE color: 11251037.
HSL color Cylindrical-coordinate representation of color #5DADAB: hue angle of 178.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5DADAB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 171 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.32 |
| HSL | 178.5º | 0.33% | 0.52% | - |
| HSV(B) | 178.5º | 0.46% | 0.68% | - |
| XYZ | 26.81 | 35.15 | 43.9 | - |
| YUV | 148.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 171 | 0.46 | 0 | 0.01 | 0.32 | 178.5 | 0.33 | 0.52 |
| Hex | 5D | AD | AB | 2E | 0 | 1 | 20 | B2 | 21 | 34 |
| Octal | 135 | 255 | 253 | 56 | 0 | 1 | 40 | 262 | 41 | 64 |
| Binary | 1011101 | 10101101 | 10101011 | 101110 | 0 | 1 | 100000 | 10110010 | 100001 | 110100 |
Color Harmonies of #5DADAB
Complementary color
Monochromatic Colors of #5DADAB
Black with #5DADAB
Text Example
Text Example
White with #5DADAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADAB; }
p { color: rgb(93,173,171); }
H1.HeaderClassName
{
color: #5DADAB;
}
.AnyTagClassName
{
color: #5DADAB;
}
</style>
background-color css
<style>
a { background-color: #5DADAB; }
a { background-color: rgb(93,173,171); }
div.DivClassName
{
background-color: #5DADAB;
}
.BgClassName
{
background-color: #5DADAB;
}
</style>
border-color css
<style>
span { border-color: #5DADAB; }
span { border-color: rgb(93,173,171); }
td.TdClassName
{
border-color: #5DADAB;
}
.TagClassName
{
border-color: #5DADAB;
}
</style>