Shades of Fountain Blue #5DADB9
Tints of Fountain Blue #5DADB9
RGB
CMYK
RGB Variations
Color information
#5DADB9 (or 0x5DADB9) is known color: Fountain Blue. HEX triplet: 5D, AD and B9. RGB value is (93,173,185). Sum of RGB (Red+Green+Blue) = 93+173+185=451 (59% of max value = 765). Red value is 93 (36.72% from 255 or 20.62% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 185 (72.66% from 255 or 41.02% from 451); Max value from RGB is 185 - color contains mainly: blue. Hex color #5DADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5DADB9 is #A25246. Grayscale: #969696. Windows color (decimal): -10637895 or 12168541. OLE color: 12168541.
HSL color Cylindrical-coordinate representation of color #5DADB9: hue angle of 187.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5DADB9 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 173 | 185 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.27 |
| HSL | 187.83º | 0.4% | 0.55% | - |
| HSV(B) | 187.83º | 0.5% | 0.73% | - |
| XYZ | 28.21 | 35.72 | 51.31 | - |
| YUV | 150.45 | 147.5 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 185 | 0.50 | 0.06 | 0 | 0.27 | 187.83 | 0.4 | 0.55 |
| Hex | 5D | AD | B9 | 32 | 6 | 0 | 1B | BC | 28 | 37 |
| Octal | 135 | 255 | 271 | 62 | 6 | 0 | 33 | 274 | 50 | 67 |
| Binary | 1011101 | 10101101 | 10111001 | 110010 | 110 | 0 | 11011 | 10111100 | 101000 | 110111 |
Color Harmonies of #5DADB9
Complementary color
Monochromatic Colors of #5DADB9
Black with #5DADB9
Text Example
Text Example
White with #5DADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DADB9; }
p { color: rgb(93,173,185); }
H1.HeaderClassName
{
color: #5DADB9;
}
.AnyTagClassName
{
color: #5DADB9;
}
</style>
background-color css
<style>
a { background-color: #5DADB9; }
a { background-color: rgb(93,173,185); }
div.DivClassName
{
background-color: #5DADB9;
}
.BgClassName
{
background-color: #5DADB9;
}
</style>
border-color css
<style>
span { border-color: #5DADB9; }
span { border-color: rgb(93,173,185); }
td.TdClassName
{
border-color: #5DADB9;
}
.TagClassName
{
border-color: #5DADB9;
}
</style>