Shades of Lochinvar #58918A
Tints of Lochinvar #58918A
RGB
CMYK
RGB Variations
Color information
#58918A (or 0x58918A) is known color: Lochinvar. HEX triplet: 58, 91 and 8A. RGB value is (88,145,138). Sum of RGB (Red+Green+Blue) = 88+145+138=371 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.72% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #58918A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58918A is #A76E75. Grayscale: #7F7F7F. Windows color (decimal): -10972790 or 9081176. OLE color: 9081176.
HSL color Cylindrical-coordinate representation of color #58918A: hue angle of 172.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #58918A is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 88 | 145 | 138 | - |
| CMYK | 0.39 | 0 | 0.05 | 0.43 |
| HSL | 172.63º | 0.24% | 0.46% | - |
| HSV(B) | 172.63º | 0.39% | 0.57% | - |
| XYZ | 18.74 | 24.16 | 27.72 | - |
| YUV | 127.16 | 134.12 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 145 | 138 | 0.39 | 0 | 0.05 | 0.43 | 172.63 | 0.24 | 0.46 |
| Hex | 58 | 91 | 8A | 27 | 0 | 5 | 2B | AD | 18 | 2E |
| Octal | 130 | 221 | 212 | 47 | 0 | 5 | 53 | 255 | 30 | 56 |
| Binary | 1011000 | 10010001 | 10001010 | 100111 | 0 | 101 | 101011 | 10101101 | 11000 | 101110 |
Color Harmonies of #58918A
Complementary color
Monochromatic Colors of #58918A
Black with #58918A
Text Example
Text Example
White with #58918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58918A; }
p { color: rgb(88,145,138); }
H1.HeaderClassName
{
color: #58918A;
}
.AnyTagClassName
{
color: #58918A;
}
</style>
background-color css
<style>
a { background-color: #58918A; }
a { background-color: rgb(88,145,138); }
div.DivClassName
{
background-color: #58918A;
}
.BgClassName
{
background-color: #58918A;
}
</style>
border-color css
<style>
span { border-color: #58918A; }
span { border-color: rgb(88,145,138); }
td.TdClassName
{
border-color: #58918A;
}
.TagClassName
{
border-color: #58918A;
}
</style>