Shades of Lochinvar #52937F
Tints of Lochinvar #52937F
RGB
CMYK
RGB Variations
Color information
#52937F (or 0x52937F) is known color: Lochinvar. HEX triplet: 52, 93 and 7F. RGB value is (82,147,127). Sum of RGB (Red+Green+Blue) = 82+147+127=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #52937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52937F is #AD6C80. Grayscale: #7D7D7D. Windows color (decimal): -11365505 or 8360786. OLE color: 8360786.
HSL color Cylindrical-coordinate representation of color #52937F: hue angle of 161.54º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52937F is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 127 | - |
| CMYK | 0.44 | 0 | 0.14 | 0.42 |
| HSL | 161.54º | 0.28% | 0.45% | - |
| HSV(B) | 161.54º | 0.44% | 0.58% | - |
| XYZ | 17.74 | 24.19 | 23.81 | - |
| YUV | 125.29 | 128.97 | 97.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 127 | 0.44 | 0 | 0.14 | 0.42 | 161.54 | 0.28 | 0.45 |
| Hex | 52 | 93 | 7F | 2C | 0 | E | 2A | A2 | 1C | 2D |
| Octal | 122 | 223 | 177 | 54 | 0 | 16 | 52 | 242 | 34 | 55 |
| Binary | 1010010 | 10010011 | 1111111 | 101100 | 0 | 1110 | 101010 | 10100010 | 11100 | 101101 |
Color Harmonies of #52937F
Complementary color
Monochromatic Colors of #52937F
Black with #52937F
Text Example
Text Example
White with #52937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52937F; }
p { color: rgb(82,147,127); }
H1.HeaderClassName
{
color: #52937F;
}
.AnyTagClassName
{
color: #52937F;
}
</style>
background-color css
<style>
a { background-color: #52937F; }
a { background-color: rgb(82,147,127); }
div.DivClassName
{
background-color: #52937F;
}
.BgClassName
{
background-color: #52937F;
}
</style>
border-color css
<style>
span { border-color: #52937F; }
span { border-color: rgb(82,147,127); }
td.TdClassName
{
border-color: #52937F;
}
.TagClassName
{
border-color: #52937F;
}
</style>