Shades of Lochinvar #52988B
Tints of Lochinvar #52988B
RGB
CMYK
RGB Variations
Color information
#52988B (or 0x52988B) is known color: Lochinvar. HEX triplet: 52, 98 and 8B. RGB value is (82,152,139). Sum of RGB (Red+Green+Blue) = 82+152+139=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 152 - color contains mainly: green. Hex color #52988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52988B is #AD6774. Grayscale: #818181. Windows color (decimal): -11364213 or 9148498. OLE color: 9148498.
HSL color Cylindrical-coordinate representation of color #52988B: hue angle of 168.86º 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 #52988B is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 139 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.40 |
| HSL | 168.86º | 0.3% | 0.46% | - |
| HSV(B) | 168.86º | 0.46% | 0.6% | - |
| XYZ | 19.37 | 26.11 | 28.45 | - |
| YUV | 129.59 | 133.31 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 139 | 0.46 | 0 | 0.09 | 0.40 | 168.86 | 0.3 | 0.46 |
| Hex | 52 | 98 | 8B | 2E | 0 | 9 | 28 | A9 | 1E | 2E |
| Octal | 122 | 230 | 213 | 56 | 0 | 11 | 50 | 251 | 36 | 56 |
| Binary | 1010010 | 10011000 | 10001011 | 101110 | 0 | 1001 | 101000 | 10101001 | 11110 | 101110 |
Color Harmonies of #52988B
Complementary color
Monochromatic Colors of #52988B
Black with #52988B
Text Example
Text Example
White with #52988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52988B; }
p { color: rgb(82,152,139); }
H1.HeaderClassName
{
color: #52988B;
}
.AnyTagClassName
{
color: #52988B;
}
</style>
background-color css
<style>
a { background-color: #52988B; }
a { background-color: rgb(82,152,139); }
div.DivClassName
{
background-color: #52988B;
}
.BgClassName
{
background-color: #52988B;
}
</style>
border-color css
<style>
span { border-color: #52988B; }
span { border-color: rgb(82,152,139); }
td.TdClassName
{
border-color: #52988B;
}
.TagClassName
{
border-color: #52988B;
}
</style>