Shades of Fountain Blue #58A7B1
Tints of Fountain Blue #58A7B1
RGB
CMYK
RGB Variations
Color information
#58A7B1 (or 0x58A7B1) is known color: Fountain Blue. HEX triplet: 58, A7 and B1. RGB value is (88,167,177). Sum of RGB (Red+Green+Blue) = 88+167+177=432 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.37% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 177 (69.53% from 255 or 40.97% from 432); Max value from RGB is 177 - color contains mainly: blue. Hex color #58A7B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A7B1 is #A7584E. Grayscale: #909090. Windows color (decimal): -10967119 or 11642712. OLE color: 11642712.
HSL color Cylindrical-coordinate representation of color #58A7B1: hue angle of 186.74º 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 #58A7B1 is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 88 | 167 | 177 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.31 |
| HSL | 186.74º | 0.36% | 0.52% | - |
| HSV(B) | 186.74º | 0.5% | 0.69% | - |
| XYZ | 25.78 | 32.89 | 46.58 | - |
| YUV | 144.52 | 146.33 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 167 | 177 | 0.50 | 0.06 | 0 | 0.31 | 186.74 | 0.36 | 0.52 |
| Hex | 58 | A7 | B1 | 32 | 6 | 0 | 1F | BB | 24 | 34 |
| Octal | 130 | 247 | 261 | 62 | 6 | 0 | 37 | 273 | 44 | 64 |
| Binary | 1011000 | 10100111 | 10110001 | 110010 | 110 | 0 | 11111 | 10111011 | 100100 | 110100 |
Color Harmonies of #58A7B1
Complementary color
Monochromatic Colors of #58A7B1
Black with #58A7B1
Text Example
Text Example
White with #58A7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A7B1; }
p { color: rgb(88,167,177); }
H1.HeaderClassName
{
color: #58A7B1;
}
.AnyTagClassName
{
color: #58A7B1;
}
</style>
background-color css
<style>
a { background-color: #58A7B1; }
a { background-color: rgb(88,167,177); }
div.DivClassName
{
background-color: #58A7B1;
}
.BgClassName
{
background-color: #58A7B1;
}
</style>
border-color css
<style>
span { border-color: #58A7B1; }
span { border-color: rgb(88,167,177); }
td.TdClassName
{
border-color: #58A7B1;
}
.TagClassName
{
border-color: #58A7B1;
}
</style>