Shades of Fountain Blue #58B5B1
Tints of Fountain Blue #58B5B1
RGB
CMYK
RGB Variations
Color information
#58B5B1 (or 0x58B5B1) is known color: Fountain Blue. HEX triplet: 58, B5 and B1. RGB value is (88,181,177). Sum of RGB (Red+Green+Blue) = 88+181+177=446 (59% of max value = 765). Red value is 88 (34.77% from 255 or 19.73% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 177 (69.53% from 255 or 39.69% from 446); Max value from RGB is 181 - color contains mainly: green. Hex color #58B5B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B5B1 is #A74A4E. Grayscale: #989898. Windows color (decimal): -10963535 or 11646296. OLE color: 11646296.
HSL color Cylindrical-coordinate representation of color #58B5B1: hue angle of 177.42º 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 #58B5B1 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 181 | 177 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.29 |
| HSL | 177.42º | 0.39% | 0.53% | - |
| HSV(B) | 177.42º | 0.51% | 0.71% | - |
| XYZ | 28.48 | 38.3 | 47.49 | - |
| YUV | 152.74 | 141.69 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 181 | 177 | 0.51 | 0 | 0.02 | 0.29 | 177.42 | 0.39 | 0.53 |
| Hex | 58 | B5 | B1 | 33 | 0 | 2 | 1D | B1 | 27 | 35 |
| Octal | 130 | 265 | 261 | 63 | 0 | 2 | 35 | 261 | 47 | 65 |
| Binary | 1011000 | 10110101 | 10110001 | 110011 | 0 | 10 | 11101 | 10110001 | 100111 | 110101 |
Color Harmonies of #58B5B1
Complementary color
Monochromatic Colors of #58B5B1
Black with #58B5B1
Text Example
Text Example
White with #58B5B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58B5B1; }
p { color: rgb(88,181,177); }
H1.HeaderClassName
{
color: #58B5B1;
}
.AnyTagClassName
{
color: #58B5B1;
}
</style>
background-color css
<style>
a { background-color: #58B5B1; }
a { background-color: rgb(88,181,177); }
div.DivClassName
{
background-color: #58B5B1;
}
.BgClassName
{
background-color: #58B5B1;
}
</style>
border-color css
<style>
span { border-color: #58B5B1; }
span { border-color: rgb(88,181,177); }
td.TdClassName
{
border-color: #58B5B1;
}
.TagClassName
{
border-color: #58B5B1;
}
</style>