Shades of Lochinvar #52897B
Tints of Lochinvar #52897B
RGB
CMYK
RGB Variations
Color information
#52897B (or 0x52897B) is known color: Lochinvar. HEX triplet: 52, 89 and 7B. RGB value is (82,137,123). Sum of RGB (Red+Green+Blue) = 82+137+123=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 137 (53.91% from 255 or 40.06% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 137 - color contains mainly: green. Hex color #52897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52897B is #AD7684. Grayscale: #767676. Windows color (decimal): -11368069 or 8096082. OLE color: 8096082.
HSL color Cylindrical-coordinate representation of color #52897B: hue angle of 164.73º 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 #52897B is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 137 | 123 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.46 |
| HSL | 164.73º | 0.25% | 0.43% | - |
| HSV(B) | 164.73º | 0.4% | 0.54% | - |
| XYZ | 16 | 21.12 | 21.97 | - |
| YUV | 118.96 | 130.28 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 137 | 123 | 0.40 | 0 | 0.10 | 0.46 | 164.73 | 0.25 | 0.43 |
| Hex | 52 | 89 | 7B | 28 | 0 | A | 2E | A5 | 19 | 2B |
| Octal | 122 | 211 | 173 | 50 | 0 | 12 | 56 | 245 | 31 | 53 |
| Binary | 1010010 | 10001001 | 1111011 | 101000 | 0 | 1010 | 101110 | 10100101 | 11001 | 101011 |
Color Harmonies of #52897B
Complementary color
Monochromatic Colors of #52897B
Black with #52897B
Text Example
Text Example
White with #52897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52897B; }
p { color: rgb(82,137,123); }
H1.HeaderClassName
{
color: #52897B;
}
.AnyTagClassName
{
color: #52897B;
}
</style>
background-color css
<style>
a { background-color: #52897B; }
a { background-color: rgb(82,137,123); }
div.DivClassName
{
background-color: #52897B;
}
.BgClassName
{
background-color: #52897B;
}
</style>
border-color css
<style>
span { border-color: #52897B; }
span { border-color: rgb(82,137,123); }
td.TdClassName
{
border-color: #52897B;
}
.TagClassName
{
border-color: #52897B;
}
</style>