Shades of Lochinvar #588B86
Tints of Lochinvar #588B86
RGB
CMYK
RGB Variations
Color information
#588B86 (or 0x588B86) is known color: Lochinvar. HEX triplet: 58, 8B and 86. RGB value is (88,139,134). Sum of RGB (Red+Green+Blue) = 88+139+134=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #588B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588B86 is #A77479. Grayscale: #7B7B7B. Windows color (decimal): -10974330 or 8817496. OLE color: 8817496.
HSL color Cylindrical-coordinate representation of color #588B86: hue angle of 174.12º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #588B86 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 139 | 134 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.45 |
| HSL | 174.12º | 0.22% | 0.45% | - |
| HSV(B) | 174.12º | 0.37% | 0.55% | - |
| XYZ | 17.56 | 22.26 | 25.93 | - |
| YUV | 123.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 139 | 134 | 0.37 | 0 | 0.04 | 0.45 | 174.12 | 0.22 | 0.45 |
| Hex | 58 | 8B | 86 | 25 | 0 | 4 | 2D | AE | 16 | 2D |
| Octal | 130 | 213 | 206 | 45 | 0 | 4 | 55 | 256 | 26 | 55 |
| Binary | 1011000 | 10001011 | 10000110 | 100101 | 0 | 100 | 101101 | 10101110 | 10110 | 101101 |
Color Harmonies of #588B86
Complementary color
Monochromatic Colors of #588B86
Black with #588B86
Text Example
Text Example
White with #588B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588B86; }
p { color: rgb(88,139,134); }
H1.HeaderClassName
{
color: #588B86;
}
.AnyTagClassName
{
color: #588B86;
}
</style>
background-color css
<style>
a { background-color: #588B86; }
a { background-color: rgb(88,139,134); }
div.DivClassName
{
background-color: #588B86;
}
.BgClassName
{
background-color: #588B86;
}
</style>
border-color css
<style>
span { border-color: #588B86; }
span { border-color: rgb(88,139,134); }
td.TdClassName
{
border-color: #588B86;
}
.TagClassName
{
border-color: #588B86;
}
</style>