Shades of Fountain Blue #5FADAD
Tints of Fountain Blue #5FADAD
RGB
CMYK
RGB Variations
Color information
#5FADAD (or 0x5FADAD) is known color: Fountain Blue. HEX triplet: 5F, AD and AD. RGB value is (95,173,173). Sum of RGB (Red+Green+Blue) = 95+173+173=441 (58% of max value = 765). Red value is 95 (37.5% from 255 or 21.54% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #5FADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FADAD is #A05252. Grayscale: #959595. Windows color (decimal): -10506835 or 11382111. OLE color: 11382111.
HSL color Cylindrical-coordinate representation of color #5FADAD: hue angle of 180º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FADAD is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 95 | 173 | 173 | - |
| CMYK | 0.45 | 0 | 0 | 0.32 |
| HSL | 180º | 0.32% | 0.53% | - |
| HSV(B) | 180º | 0.45% | 0.68% | - |
| XYZ | 27.21 | 35.34 | 44.92 | - |
| YUV | 149.68 | 141.16 | 89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 173 | 173 | 0.45 | 0 | 0 | 0.32 | 180 | 0.32 | 0.53 |
| Hex | 5F | AD | AD | 2D | 0 | 0 | 20 | B4 | 20 | 35 |
| Octal | 137 | 255 | 255 | 55 | 0 | 0 | 40 | 264 | 40 | 65 |
| Binary | 1011111 | 10101101 | 10101101 | 101101 | 0 | 0 | 100000 | 10110100 | 100000 | 110101 |
Color Harmonies of #5FADAD
Complementary color
Monochromatic Colors of #5FADAD
Black with #5FADAD
Text Example
Text Example
White with #5FADAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FADAD; }
p { color: rgb(95,173,173); }
H1.HeaderClassName
{
color: #5FADAD;
}
.AnyTagClassName
{
color: #5FADAD;
}
</style>
background-color css
<style>
a { background-color: #5FADAD; }
a { background-color: rgb(95,173,173); }
div.DivClassName
{
background-color: #5FADAD;
}
.BgClassName
{
background-color: #5FADAD;
}
</style>
border-color css
<style>
span { border-color: #5FADAD; }
span { border-color: rgb(95,173,173); }
td.TdClassName
{
border-color: #5FADAD;
}
.TagClassName
{
border-color: #5FADAD;
}
</style>