Shades of Lochinvar #588A84
Tints of Lochinvar #588A84
RGB
CMYK
RGB Variations
Color information
#588A84 (or 0x588A84) is known color: Lochinvar. HEX triplet: 58, 8A and 84. RGB value is (88,138,132). Sum of RGB (Red+Green+Blue) = 88+138+132=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 138 (54.30% from 255 or 38.55% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 138 - color contains mainly: green. Hex color #588A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588A84 is #A7757B. Grayscale: #7A7A7A. Windows color (decimal): -10974588 or 8686168. OLE color: 8686168.
HSL color Cylindrical-coordinate representation of color #588A84: hue angle of 172.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #588A84 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 88 | 138 | 132 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.46 |
| HSL | 172.8º | 0.22% | 0.44% | - |
| HSV(B) | 172.8º | 0.36% | 0.54% | - |
| XYZ | 17.28 | 21.92 | 25.15 | - |
| YUV | 122.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 138 | 132 | 0.36 | 0 | 0.04 | 0.46 | 172.8 | 0.22 | 0.44 |
| Hex | 58 | 8A | 84 | 24 | 0 | 4 | 2E | AD | 16 | 2C |
| Octal | 130 | 212 | 204 | 44 | 0 | 4 | 56 | 255 | 26 | 54 |
| Binary | 1011000 | 10001010 | 10000100 | 100100 | 0 | 100 | 101110 | 10101101 | 10110 | 101100 |
Color Harmonies of #588A84
Complementary color
Monochromatic Colors of #588A84
Black with #588A84
Text Example
Text Example
White with #588A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588A84; }
p { color: rgb(88,138,132); }
H1.HeaderClassName
{
color: #588A84;
}
.AnyTagClassName
{
color: #588A84;
}
</style>
background-color css
<style>
a { background-color: #588A84; }
a { background-color: rgb(88,138,132); }
div.DivClassName
{
background-color: #588A84;
}
.BgClassName
{
background-color: #588A84;
}
</style>
border-color css
<style>
span { border-color: #588A84; }
span { border-color: rgb(88,138,132); }
td.TdClassName
{
border-color: #588A84;
}
.TagClassName
{
border-color: #588A84;
}
</style>