Shades of Lochinvar #52897E
Tints of Lochinvar #52897E
RGB
CMYK
RGB Variations
Color information
#52897E (or 0x52897E) is known color: Lochinvar. HEX triplet: 52, 89 and 7E. RGB value is (82,137,126). Sum of RGB (Red+Green+Blue) = 82+137+126=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 137 (53.91% from 255 or 39.71% from 345); Blue value is 126 (49.61% from 255 or 36.52% from 345); Max value from RGB is 137 - color contains mainly: green. Hex color #52897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52897E is #AD7681. Grayscale: #777777. Windows color (decimal): -11368066 or 8292690. OLE color: 8292690.
HSL color Cylindrical-coordinate representation of color #52897E: hue angle of 168º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52897E is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 126 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.46 |
| HSL | 168º | 0.25% | 0.43% | - |
| HSV(B) | 168º | 0.4% | 0.54% | - |
| XYZ | 16.19 | 21.19 | 22.98 | - |
| YUV | 119.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 126 | 0.40 | 0 | 0.08 | 0.46 | 168 | 0.25 | 0.43 |
| Hex | 52 | 89 | 7E | 28 | 0 | 8 | 2E | A8 | 19 | 2B |
| Octal | 122 | 211 | 176 | 50 | 0 | 10 | 56 | 250 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1111110 | 101000 | 0 | 1000 | 101110 | 10101000 | 11001 | 101011 |
Color Harmonies of #52897E
Complementary color
Monochromatic Colors of #52897E
Black with #52897E
Text Example
Text Example
White with #52897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52897E; }
p { color: rgb(82,137,126); }
H1.HeaderClassName
{
color: #52897E;
}
.AnyTagClassName
{
color: #52897E;
}
</style>
background-color css
<style>
a { background-color: #52897E; }
a { background-color: rgb(82,137,126); }
div.DivClassName
{
background-color: #52897E;
}
.BgClassName
{
background-color: #52897E;
}
</style>
border-color css
<style>
span { border-color: #52897E; }
span { border-color: rgb(82,137,126); }
td.TdClassName
{
border-color: #52897E;
}
.TagClassName
{
border-color: #52897E;
}
</style>