Shades of Fountain Blue #58ACB5
Tints of Fountain Blue #58ACB5
RGB
CMYK
RGB Variations
Color information
#58ACB5 (or 0x58ACB5) is known color: Fountain Blue. HEX triplet: 58, AC and B5. RGB value is (88,172,181). Sum of RGB (Red+Green+Blue) = 88+172+181=441 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.95% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 181 - color contains mainly: blue. Hex color #58ACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58ACB5 is #A7534A. Grayscale: #939393. Windows color (decimal): -10965835 or 11906136. OLE color: 11906136.
HSL color Cylindrical-coordinate representation of color #58ACB5: hue angle of 185.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58ACB5 is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 172 | 181 | - |
| CMYK | 0.51 | 0.05 | 0 | 0.29 |
| HSL | 185.81º | 0.39% | 0.53% | - |
| HSV(B) | 185.81º | 0.51% | 0.71% | - |
| XYZ | 27.12 | 34.92 | 49.03 | - |
| YUV | 147.91 | 146.67 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 172 | 181 | 0.51 | 0.05 | 0 | 0.29 | 185.81 | 0.39 | 0.53 |
| Hex | 58 | AC | B5 | 33 | 5 | 0 | 1D | BA | 27 | 35 |
| Octal | 130 | 254 | 265 | 63 | 5 | 0 | 35 | 272 | 47 | 65 |
| Binary | 1011000 | 10101100 | 10110101 | 110011 | 101 | 0 | 11101 | 10111010 | 100111 | 110101 |
Color Harmonies of #58ACB5
Complementary color
Monochromatic Colors of #58ACB5
Black with #58ACB5
Text Example
Text Example
White with #58ACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58ACB5; }
p { color: rgb(88,172,181); }
H1.HeaderClassName
{
color: #58ACB5;
}
.AnyTagClassName
{
color: #58ACB5;
}
</style>
background-color css
<style>
a { background-color: #58ACB5; }
a { background-color: rgb(88,172,181); }
div.DivClassName
{
background-color: #58ACB5;
}
.BgClassName
{
background-color: #58ACB5;
}
</style>
border-color css
<style>
span { border-color: #58ACB5; }
span { border-color: rgb(88,172,181); }
td.TdClassName
{
border-color: #58ACB5;
}
.TagClassName
{
border-color: #58ACB5;
}
</style>