Shades of Fountain Blue #58A8AD
Tints of Fountain Blue #58A8AD
RGB
CMYK
RGB Variations
Color information
#58A8AD (or 0x58A8AD) is known color: Fountain Blue. HEX triplet: 58, A8 and AD. RGB value is (88,168,173). Sum of RGB (Red+Green+Blue) = 88+168+173=429 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.51% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #58A8AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A8AD is #A75752. Grayscale: #909090. Windows color (decimal): -10966867 or 11380824. OLE color: 11380824.
HSL color Cylindrical-coordinate representation of color #58A8AD: hue angle of 183.53º 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 #58A8AD is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 88 | 168 | 173 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.32 |
| HSL | 183.53º | 0.34% | 0.51% | - |
| HSV(B) | 183.53º | 0.49% | 0.68% | - |
| XYZ | 25.57 | 33.1 | 44.58 | - |
| YUV | 144.65 | 144 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 173 | 0.49 | 0.03 | 0 | 0.32 | 183.53 | 0.34 | 0.51 |
| Hex | 58 | A8 | AD | 31 | 3 | 0 | 20 | B8 | 22 | 33 |
| Octal | 130 | 250 | 255 | 61 | 3 | 0 | 40 | 270 | 42 | 63 |
| Binary | 1011000 | 10101000 | 10101101 | 110001 | 11 | 0 | 100000 | 10111000 | 100010 | 110011 |
Color Harmonies of #58A8AD
Complementary color
Monochromatic Colors of #58A8AD
Black with #58A8AD
Text Example
Text Example
White with #58A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8AD; }
p { color: rgb(88,168,173); }
H1.HeaderClassName
{
color: #58A8AD;
}
.AnyTagClassName
{
color: #58A8AD;
}
</style>
background-color css
<style>
a { background-color: #58A8AD; }
a { background-color: rgb(88,168,173); }
div.DivClassName
{
background-color: #58A8AD;
}
.BgClassName
{
background-color: #58A8AD;
}
</style>
border-color css
<style>
span { border-color: #58A8AD; }
span { border-color: rgb(88,168,173); }
td.TdClassName
{
border-color: #58A8AD;
}
.TagClassName
{
border-color: #58A8AD;
}
</style>