Shades of Fountain Blue #58A5AD
Tints of Fountain Blue #58A5AD
RGB
CMYK
RGB Variations
Color information
#58A5AD (or 0x58A5AD) is known color: Fountain Blue. HEX triplet: 58, A5 and AD. RGB value is (88,165,173). Sum of RGB (Red+Green+Blue) = 88+165+173=426 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.66% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: blue. Hex color #58A5AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A5AD is #A75A52. Grayscale: #8E8E8E. Windows color (decimal): -10967635 or 11380056. OLE color: 11380056.
HSL color Cylindrical-coordinate representation of color #58A5AD: hue angle of 185.65º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58A5AD is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 165 | 173 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.32 |
| HSL | 185.65º | 0.34% | 0.51% | - |
| HSV(B) | 185.65º | 0.49% | 0.68% | - |
| XYZ | 25.02 | 32 | 44.39 | - |
| YUV | 142.89 | 144.99 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 165 | 173 | 0.49 | 0.05 | 0 | 0.32 | 185.65 | 0.34 | 0.51 |
| Hex | 58 | A5 | AD | 31 | 5 | 0 | 20 | BA | 22 | 33 |
| Octal | 130 | 245 | 255 | 61 | 5 | 0 | 40 | 272 | 42 | 63 |
| Binary | 1011000 | 10100101 | 10101101 | 110001 | 101 | 0 | 100000 | 10111010 | 100010 | 110011 |
Color Harmonies of #58A5AD
Complementary color
Monochromatic Colors of #58A5AD
Black with #58A5AD
Text Example
Text Example
White with #58A5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A5AD; }
p { color: rgb(88,165,173); }
H1.HeaderClassName
{
color: #58A5AD;
}
.AnyTagClassName
{
color: #58A5AD;
}
</style>
background-color css
<style>
a { background-color: #58A5AD; }
a { background-color: rgb(88,165,173); }
div.DivClassName
{
background-color: #58A5AD;
}
.BgClassName
{
background-color: #58A5AD;
}
</style>
border-color css
<style>
span { border-color: #58A5AD; }
span { border-color: rgb(88,165,173); }
td.TdClassName
{
border-color: #58A5AD;
}
.TagClassName
{
border-color: #58A5AD;
}
</style>