Shades of Lochinvar #588881
Tints of Lochinvar #588881
RGB
CMYK
RGB Variations
Color information
#588881 (or 0x588881) is known color: Lochinvar. HEX triplet: 58, 88 and 81. RGB value is (88,136,129). Sum of RGB (Red+Green+Blue) = 88+136+129=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 136 - color contains mainly: green. Hex color #588881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588881 is #A7777E. Grayscale: #787878. Windows color (decimal): -10975103 or 8489048. OLE color: 8489048.
HSL color Cylindrical-coordinate representation of color #588881: hue angle of 171.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #588881 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 88 | 136 | 129 | - |
| CMYK | 0.35 | 0 | 0.05 | 0.47 |
| HSL | 171.25º | 0.21% | 0.44% | - |
| HSV(B) | 171.25º | 0.35% | 0.53% | - |
| XYZ | 16.79 | 21.27 | 23.99 | - |
| YUV | 120.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 136 | 129 | 0.35 | 0 | 0.05 | 0.47 | 171.25 | 0.21 | 0.44 |
| Hex | 58 | 88 | 81 | 23 | 0 | 5 | 2F | AB | 15 | 2C |
| Octal | 130 | 210 | 201 | 43 | 0 | 5 | 57 | 253 | 25 | 54 |
| Binary | 1011000 | 10001000 | 10000001 | 100011 | 0 | 101 | 101111 | 10101011 | 10101 | 101100 |
Color Harmonies of #588881
Complementary color
Monochromatic Colors of #588881
Black with #588881
Text Example
Text Example
White with #588881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588881; }
p { color: rgb(88,136,129); }
H1.HeaderClassName
{
color: #588881;
}
.AnyTagClassName
{
color: #588881;
}
</style>
background-color css
<style>
a { background-color: #588881; }
a { background-color: rgb(88,136,129); }
div.DivClassName
{
background-color: #588881;
}
.BgClassName
{
background-color: #588881;
}
</style>
border-color css
<style>
span { border-color: #588881; }
span { border-color: rgb(88,136,129); }
td.TdClassName
{
border-color: #588881;
}
.TagClassName
{
border-color: #588881;
}
</style>