Shades of Lochinvar #58938A
Tints of Lochinvar #58938A
RGB
CMYK
RGB Variations
Color information
#58938A (or 0x58938A) is known color: Lochinvar. HEX triplet: 58, 93 and 8A. RGB value is (88,147,138). Sum of RGB (Red+Green+Blue) = 88+147+138=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #58938A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58938A is #A76C75. Grayscale: #808080. Windows color (decimal): -10972278 or 9081688. OLE color: 9081688.
HSL color Cylindrical-coordinate representation of color #58938A: hue angle of 170.85º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58938A is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 88 | 147 | 138 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.42 |
| HSL | 170.85º | 0.25% | 0.46% | - |
| HSV(B) | 170.85º | 0.4% | 0.58% | - |
| XYZ | 19.05 | 24.78 | 27.82 | - |
| YUV | 128.33 | 133.45 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 138 | 0.40 | 0 | 0.06 | 0.42 | 170.85 | 0.25 | 0.46 |
| Hex | 58 | 93 | 8A | 28 | 0 | 6 | 2A | AB | 19 | 2E |
| Octal | 130 | 223 | 212 | 50 | 0 | 6 | 52 | 253 | 31 | 56 |
| Binary | 1011000 | 10010011 | 10001010 | 101000 | 0 | 110 | 101010 | 10101011 | 11001 | 101110 |
Color Harmonies of #58938A
Complementary color
Monochromatic Colors of #58938A
Black with #58938A
Text Example
Text Example
White with #58938A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58938A; }
p { color: rgb(88,147,138); }
H1.HeaderClassName
{
color: #58938A;
}
.AnyTagClassName
{
color: #58938A;
}
</style>
background-color css
<style>
a { background-color: #58938A; }
a { background-color: rgb(88,147,138); }
div.DivClassName
{
background-color: #58938A;
}
.BgClassName
{
background-color: #58938A;
}
</style>
border-color css
<style>
span { border-color: #58938A; }
span { border-color: rgb(88,147,138); }
td.TdClassName
{
border-color: #58938A;
}
.TagClassName
{
border-color: #58938A;
}
</style>