Shades of Fountain Blue #58ACB1
Tints of Fountain Blue #58ACB1
RGB
CMYK
RGB Variations
Color information
#58ACB1 (or 0x58ACB1) is known color: Fountain Blue. HEX triplet: 58, AC and B1. RGB value is (88,172,177). Sum of RGB (Red+Green+Blue) = 88+172+177=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 177 (69.53% from 255 or 40.50% from 437); Max value from RGB is 177 - color contains mainly: blue. Hex color #58ACB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58ACB1 is #A7534E. Grayscale: #939393. Windows color (decimal): -10965839 or 11643992. OLE color: 11643992.
HSL color Cylindrical-coordinate representation of color #58ACB1: hue angle of 183.37º degrees, saturation: 0.36, 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 #58ACB1 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 172 | 177 | - |
| CMYK | 0.50 | 0.03 | 0 | 0.31 |
| HSL | 183.37º | 0.36% | 0.52% | - |
| HSV(B) | 183.37º | 0.5% | 0.69% | - |
| XYZ | 26.71 | 34.75 | 46.9 | - |
| YUV | 147.45 | 144.67 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 177 | 0.50 | 0.03 | 0 | 0.31 | 183.37 | 0.36 | 0.52 |
| Hex | 58 | AC | B1 | 32 | 3 | 0 | 1F | B7 | 24 | 34 |
| Octal | 130 | 254 | 261 | 62 | 3 | 0 | 37 | 267 | 44 | 64 |
| Binary | 1011000 | 10101100 | 10110001 | 110010 | 11 | 0 | 11111 | 10110111 | 100100 | 110100 |
Color Harmonies of #58ACB1
Complementary color
Monochromatic Colors of #58ACB1
Black with #58ACB1
Text Example
Text Example
White with #58ACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACB1; }
p { color: rgb(88,172,177); }
H1.HeaderClassName
{
color: #58ACB1;
}
.AnyTagClassName
{
color: #58ACB1;
}
</style>
background-color css
<style>
a { background-color: #58ACB1; }
a { background-color: rgb(88,172,177); }
div.DivClassName
{
background-color: #58ACB1;
}
.BgClassName
{
background-color: #58ACB1;
}
</style>
border-color css
<style>
span { border-color: #58ACB1; }
span { border-color: rgb(88,172,177); }
td.TdClassName
{
border-color: #58ACB1;
}
.TagClassName
{
border-color: #58ACB1;
}
</style>