Shades of Lochinvar #52897D
Tints of Lochinvar #52897D
RGB
CMYK
RGB Variations
Color information
#52897D (or 0x52897D) is known color: Lochinvar. HEX triplet: 52, 89 and 7D. RGB value is (82,137,125). Sum of RGB (Red+Green+Blue) = 82+137+125=344 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.84% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 137 - color contains mainly: green. Hex color #52897D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52897D is #AD7682. Grayscale: #777777. Windows color (decimal): -11368067 or 8227154. OLE color: 8227154.
HSL color Cylindrical-coordinate representation of color #52897D: hue angle of 166.91º 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 #52897D is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 125 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.46 |
| HSL | 166.91º | 0.25% | 0.43% | - |
| HSV(B) | 166.91º | 0.4% | 0.54% | - |
| XYZ | 16.13 | 21.17 | 22.64 | - |
| YUV | 119.19 | 131.28 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 125 | 0.40 | 0 | 0.09 | 0.46 | 166.91 | 0.25 | 0.43 |
| Hex | 52 | 89 | 7D | 28 | 0 | 9 | 2E | A7 | 19 | 2B |
| Octal | 122 | 211 | 175 | 50 | 0 | 11 | 56 | 247 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1111101 | 101000 | 0 | 1001 | 101110 | 10100111 | 11001 | 101011 |
Color Harmonies of #52897D
Complementary color
Monochromatic Colors of #52897D
Black with #52897D
Text Example
Text Example
White with #52897D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52897D; }
p { color: rgb(82,137,125); }
H1.HeaderClassName
{
color: #52897D;
}
.AnyTagClassName
{
color: #52897D;
}
</style>
background-color css
<style>
a { background-color: #52897D; }
a { background-color: rgb(82,137,125); }
div.DivClassName
{
background-color: #52897D;
}
.BgClassName
{
background-color: #52897D;
}
</style>
border-color css
<style>
span { border-color: #52897D; }
span { border-color: rgb(82,137,125); }
td.TdClassName
{
border-color: #52897D;
}
.TagClassName
{
border-color: #52897D;
}
</style>