Shades of Fountain Blue #58A7B6
Tints of Fountain Blue #58A7B6
RGB
CMYK
RGB Variations
Color information
#58A7B6 (or 0x58A7B6) is known color: Fountain Blue. HEX triplet: 58, A7 and B6. RGB value is (88,167,182). Sum of RGB (Red+Green+Blue) = 88+167+182=437 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.14% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 182 (71.48% from 255 or 41.65% from 437); Max value from RGB is 182 - color contains mainly: blue. Hex color #58A7B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #58A7B6 is #A75849. Grayscale: #909090. Windows color (decimal): -10967114 or 11970392. OLE color: 11970392.
HSL color Cylindrical-coordinate representation of color #58A7B6: hue angle of 189.57º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58A7B6 is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 88 | 167 | 182 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.29 |
| HSL | 189.57º | 0.39% | 0.53% | - |
| HSV(B) | 189.57º | 0.52% | 0.71% | - |
| XYZ | 26.29 | 33.09 | 49.26 | - |
| YUV | 145.09 | 148.83 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 167 | 182 | 0.52 | 0.08 | 0 | 0.29 | 189.57 | 0.39 | 0.53 |
| Hex | 58 | A7 | B6 | 34 | 8 | 0 | 1D | BE | 27 | 35 |
| Octal | 130 | 247 | 266 | 64 | 10 | 0 | 35 | 276 | 47 | 65 |
| Binary | 1011000 | 10100111 | 10110110 | 110100 | 1000 | 0 | 11101 | 10111110 | 100111 | 110101 |
Color Harmonies of #58A7B6
Complementary color
Monochromatic Colors of #58A7B6
Black with #58A7B6
Text Example
Text Example
White with #58A7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58A7B6; }
p { color: rgb(88,167,182); }
H1.HeaderClassName
{
color: #58A7B6;
}
.AnyTagClassName
{
color: #58A7B6;
}
</style>
background-color css
<style>
a { background-color: #58A7B6; }
a { background-color: rgb(88,167,182); }
div.DivClassName
{
background-color: #58A7B6;
}
.BgClassName
{
background-color: #58A7B6;
}
</style>
border-color css
<style>
span { border-color: #58A7B6; }
span { border-color: rgb(88,167,182); }
td.TdClassName
{
border-color: #58A7B6;
}
.TagClassName
{
border-color: #58A7B6;
}
</style>