Shades of Fountain Blue #58A8AF
Tints of Fountain Blue #58A8AF
RGB
CMYK
RGB Variations
Color information
#58A8AF (or 0x58A8AF) is known color: Fountain Blue. HEX triplet: 58, A8 and AF. RGB value is (88,168,175). Sum of RGB (Red+Green+Blue) = 88+168+175=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 175 - color contains mainly: blue. Hex color #58A8AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A8AF is #A75750. Grayscale: #909090. Windows color (decimal): -10966865 or 11511896. OLE color: 11511896.
HSL color Cylindrical-coordinate representation of color #58A8AF: hue angle of 184.83º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58A8AF is Cyan = 0.50, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 168 | 175 | - |
| CMYK | 0.50 | 0.04 | 0 | 0.31 |
| HSL | 184.83º | 0.35% | 0.52% | - |
| HSV(B) | 184.83º | 0.5% | 0.69% | - |
| XYZ | 25.77 | 33.18 | 45.6 | - |
| YUV | 144.88 | 145 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 168 | 175 | 0.50 | 0.04 | 0 | 0.31 | 184.83 | 0.35 | 0.52 |
| Hex | 58 | A8 | AF | 32 | 4 | 0 | 1F | B9 | 23 | 34 |
| Octal | 130 | 250 | 257 | 62 | 4 | 0 | 37 | 271 | 43 | 64 |
| Binary | 1011000 | 10101000 | 10101111 | 110010 | 100 | 0 | 11111 | 10111001 | 100011 | 110100 |
Color Harmonies of #58A8AF
Complementary color
Monochromatic Colors of #58A8AF
Black with #58A8AF
Text Example
Text Example
White with #58A8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A8AF; }
p { color: rgb(88,168,175); }
H1.HeaderClassName
{
color: #58A8AF;
}
.AnyTagClassName
{
color: #58A8AF;
}
</style>
background-color css
<style>
a { background-color: #58A8AF; }
a { background-color: rgb(88,168,175); }
div.DivClassName
{
background-color: #58A8AF;
}
.BgClassName
{
background-color: #58A8AF;
}
</style>
border-color css
<style>
span { border-color: #58A8AF; }
span { border-color: rgb(88,168,175); }
td.TdClassName
{
border-color: #58A8AF;
}
.TagClassName
{
border-color: #58A8AF;
}
</style>