Shades of Fountain Blue #58ACB7
Tints of Fountain Blue #58ACB7
RGB
CMYK
RGB Variations
Color information
#58ACB7 (or 0x58ACB7) is known color: Fountain Blue. HEX triplet: 58, AC and B7. RGB value is (88,172,183). Sum of RGB (Red+Green+Blue) = 88+172+183=443 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.86% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 183 (71.88% from 255 or 41.31% from 443); Max value from RGB is 183 - color contains mainly: blue. Hex color #58ACB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACB7 is #A75348. Grayscale: #949494. Windows color (decimal): -10965833 or 12037208. OLE color: 12037208.
HSL color Cylindrical-coordinate representation of color #58ACB7: hue angle of 186.95º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58ACB7 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 88 | 172 | 183 | - |
| CMYK | 0.52 | 0.06 | 0 | 0.28 |
| HSL | 186.95º | 0.4% | 0.53% | - |
| HSV(B) | 186.95º | 0.52% | 0.72% | - |
| XYZ | 27.32 | 35 | 50.12 | - |
| YUV | 148.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 183 | 0.52 | 0.06 | 0 | 0.28 | 186.95 | 0.4 | 0.53 |
| Hex | 58 | AC | B7 | 34 | 6 | 0 | 1C | BB | 28 | 35 |
| Octal | 130 | 254 | 267 | 64 | 6 | 0 | 34 | 273 | 50 | 65 |
| Binary | 1011000 | 10101100 | 10110111 | 110100 | 110 | 0 | 11100 | 10111011 | 101000 | 110101 |
Color Harmonies of #58ACB7
Complementary color
Monochromatic Colors of #58ACB7
Black with #58ACB7
Text Example
Text Example
White with #58ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACB7; }
p { color: rgb(88,172,183); }
H1.HeaderClassName
{
color: #58ACB7;
}
.AnyTagClassName
{
color: #58ACB7;
}
</style>
background-color css
<style>
a { background-color: #58ACB7; }
a { background-color: rgb(88,172,183); }
div.DivClassName
{
background-color: #58ACB7;
}
.BgClassName
{
background-color: #58ACB7;
}
</style>
border-color css
<style>
span { border-color: #58ACB7; }
span { border-color: rgb(88,172,183); }
td.TdClassName
{
border-color: #58ACB7;
}
.TagClassName
{
border-color: #58ACB7;
}
</style>