Shades of Lochinvar #588E88
Tints of Lochinvar #588E88
RGB
CMYK
RGB Variations
Color information
#588E88 (or 0x588E88) is known color: Lochinvar. HEX triplet: 58, 8E and 88. RGB value is (88,142,136). Sum of RGB (Red+Green+Blue) = 88+142+136=366 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.04% from 366); Green value is 142 (55.86% from 255 or 38.80% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 142 - color contains mainly: green. Hex color #588E88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588E88 is #A77177. Grayscale: #7D7D7D. Windows color (decimal): -10973560 or 8949336. OLE color: 8949336.
HSL color Cylindrical-coordinate representation of color #588E88: hue angle of 173.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #588E88 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 88 | 142 | 136 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.44 |
| HSL | 173.33º | 0.23% | 0.45% | - |
| HSV(B) | 173.33º | 0.38% | 0.56% | - |
| XYZ | 18.14 | 23.2 | 26.81 | - |
| YUV | 125.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 142 | 136 | 0.38 | 0 | 0.04 | 0.44 | 173.33 | 0.23 | 0.45 |
| Hex | 58 | 8E | 88 | 26 | 0 | 4 | 2C | AD | 17 | 2D |
| Octal | 130 | 216 | 210 | 46 | 0 | 4 | 54 | 255 | 27 | 55 |
| Binary | 1011000 | 10001110 | 10001000 | 100110 | 0 | 100 | 101100 | 10101101 | 10111 | 101101 |
Color Harmonies of #588E88
Complementary color
Monochromatic Colors of #588E88
Black with #588E88
Text Example
Text Example
White with #588E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588E88; }
p { color: rgb(88,142,136); }
H1.HeaderClassName
{
color: #588E88;
}
.AnyTagClassName
{
color: #588E88;
}
</style>
background-color css
<style>
a { background-color: #588E88; }
a { background-color: rgb(88,142,136); }
div.DivClassName
{
background-color: #588E88;
}
.BgClassName
{
background-color: #588E88;
}
</style>
border-color css
<style>
span { border-color: #588E88; }
span { border-color: rgb(88,142,136); }
td.TdClassName
{
border-color: #588E88;
}
.TagClassName
{
border-color: #588E88;
}
</style>