Shades of Lochinvar #58928A
Tints of Lochinvar #58928A
RGB
CMYK
RGB Variations
Color information
#58928A (or 0x58928A) is known color: Lochinvar. HEX triplet: 58, 92 and 8A. RGB value is (88,146,138). Sum of RGB (Red+Green+Blue) = 88+146+138=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #58928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58928A is #A76D75. Grayscale: #7F7F7F. Windows color (decimal): -10972534 or 9081432. OLE color: 9081432.
HSL color Cylindrical-coordinate representation of color #58928A: hue angle of 171.72º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58928A is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 146 | 138 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.43 |
| HSL | 171.72º | 0.25% | 0.46% | - |
| HSV(B) | 171.72º | 0.4% | 0.57% | - |
| XYZ | 18.89 | 24.47 | 27.77 | - |
| YUV | 127.75 | 133.78 | 99.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 146 | 138 | 0.40 | 0 | 0.05 | 0.43 | 171.72 | 0.25 | 0.46 |
| Hex | 58 | 92 | 8A | 28 | 0 | 5 | 2B | AC | 19 | 2E |
| Octal | 130 | 222 | 212 | 50 | 0 | 5 | 53 | 254 | 31 | 56 |
| Binary | 1011000 | 10010010 | 10001010 | 101000 | 0 | 101 | 101011 | 10101100 | 11001 | 101110 |
Color Harmonies of #58928A
Complementary color
Monochromatic Colors of #58928A
Black with #58928A
Text Example
Text Example
White with #58928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58928A; }
p { color: rgb(88,146,138); }
H1.HeaderClassName
{
color: #58928A;
}
.AnyTagClassName
{
color: #58928A;
}
</style>
background-color css
<style>
a { background-color: #58928A; }
a { background-color: rgb(88,146,138); }
div.DivClassName
{
background-color: #58928A;
}
.BgClassName
{
background-color: #58928A;
}
</style>
border-color css
<style>
span { border-color: #58928A; }
span { border-color: rgb(88,146,138); }
td.TdClassName
{
border-color: #58928A;
}
.TagClassName
{
border-color: #58928A;
}
</style>