Shades of Lochinvar #52988E
Tints of Lochinvar #52988E
RGB
CMYK
RGB Variations
Color information
#52988E (or 0x52988E) is known color: Lochinvar. HEX triplet: 52, 98 and 8E. RGB value is (82,152,142). Sum of RGB (Red+Green+Blue) = 82+152+142=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #52988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52988E is #AD6771. Grayscale: #818181. Windows color (decimal): -11364210 or 9345106. OLE color: 9345106.
HSL color Cylindrical-coordinate representation of color #52988E: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52988E is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 142 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.40 |
| HSL | 171.43º | 0.3% | 0.46% | - |
| HSV(B) | 171.43º | 0.46% | 0.6% | - |
| XYZ | 19.59 | 26.2 | 29.62 | - |
| YUV | 129.93 | 134.81 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 142 | 0.46 | 0 | 0.07 | 0.40 | 171.43 | 0.3 | 0.46 |
| Hex | 52 | 98 | 8E | 2E | 0 | 7 | 28 | AB | 1E | 2E |
| Octal | 122 | 230 | 216 | 56 | 0 | 7 | 50 | 253 | 36 | 56 |
| Binary | 1010010 | 10011000 | 10001110 | 101110 | 0 | 111 | 101000 | 10101011 | 11110 | 101110 |
Color Harmonies of #52988E
Complementary color
Monochromatic Colors of #52988E
Black with #52988E
Text Example
Text Example
White with #52988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52988E; }
p { color: rgb(82,152,142); }
H1.HeaderClassName
{
color: #52988E;
}
.AnyTagClassName
{
color: #52988E;
}
</style>
background-color css
<style>
a { background-color: #52988E; }
a { background-color: rgb(82,152,142); }
div.DivClassName
{
background-color: #52988E;
}
.BgClassName
{
background-color: #52988E;
}
</style>
border-color css
<style>
span { border-color: #52988E; }
span { border-color: rgb(82,152,142); }
td.TdClassName
{
border-color: #52988E;
}
.TagClassName
{
border-color: #52988E;
}
</style>