Shades of Lochinvar #588C84
Tints of Lochinvar #588C84
RGB
CMYK
RGB Variations
Color information
#588C84 (or 0x588C84) is known color: Lochinvar. HEX triplet: 58, 8C and 84. RGB value is (88,140,132). Sum of RGB (Red+Green+Blue) = 88+140+132=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 140 (55.08% from 255 or 38.89% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 140 - color contains mainly: green. Hex color #588C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588C84 is #A7737B. Grayscale: #7B7B7B. Windows color (decimal): -10974076 or 8686680. OLE color: 8686680.
HSL color Cylindrical-coordinate representation of color #588C84: hue angle of 170.77º degrees, saturation: 0.23, 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 #588C84 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 88 | 140 | 132 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.45 |
| HSL | 170.77º | 0.23% | 0.45% | - |
| HSV(B) | 170.77º | 0.37% | 0.55% | - |
| XYZ | 17.57 | 22.5 | 25.25 | - |
| YUV | 123.54 | 132.77 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 132 | 0.37 | 0 | 0.06 | 0.45 | 170.77 | 0.23 | 0.45 |
| Hex | 58 | 8C | 84 | 25 | 0 | 6 | 2D | AB | 17 | 2D |
| Octal | 130 | 214 | 204 | 45 | 0 | 6 | 55 | 253 | 27 | 55 |
| Binary | 1011000 | 10001100 | 10000100 | 100101 | 0 | 110 | 101101 | 10101011 | 10111 | 101101 |
Color Harmonies of #588C84
Complementary color
Monochromatic Colors of #588C84
Black with #588C84
Text Example
Text Example
White with #588C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588C84; }
p { color: rgb(88,140,132); }
H1.HeaderClassName
{
color: #588C84;
}
.AnyTagClassName
{
color: #588C84;
}
</style>
background-color css
<style>
a { background-color: #588C84; }
a { background-color: rgb(88,140,132); }
div.DivClassName
{
background-color: #588C84;
}
.BgClassName
{
background-color: #588C84;
}
</style>
border-color css
<style>
span { border-color: #588C84; }
span { border-color: rgb(88,140,132); }
td.TdClassName
{
border-color: #588C84;
}
.TagClassName
{
border-color: #588C84;
}
</style>