Shades of Lochinvar #52887F
Tints of Lochinvar #52887F
RGB
CMYK
RGB Variations
Color information
#52887F (or 0x52887F) is known color: Lochinvar. HEX triplet: 52, 88 and 7F. RGB value is (82,136,127). Sum of RGB (Red+Green+Blue) = 82+136+127=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 136 (53.52% from 255 or 39.42% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 136 - color contains mainly: green. Hex color #52887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52887F is #AD7780. Grayscale: #767676. Windows color (decimal): -11368321 or 8357970. OLE color: 8357970.
HSL color Cylindrical-coordinate representation of color #52887F: hue angle of 170º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #52887F is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 127 | - |
| CMYK | 0.40 | 0 | 0.07 | 0.47 |
| HSL | 170º | 0.25% | 0.43% | - |
| HSV(B) | 170º | 0.4% | 0.53% | - |
| XYZ | 16.11 | 20.93 | 23.27 | - |
| YUV | 118.83 | 132.61 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 127 | 0.40 | 0 | 0.07 | 0.47 | 170 | 0.25 | 0.43 |
| Hex | 52 | 88 | 7F | 28 | 0 | 7 | 2F | AA | 19 | 2B |
| Octal | 122 | 210 | 177 | 50 | 0 | 7 | 57 | 252 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1111111 | 101000 | 0 | 111 | 101111 | 10101010 | 11001 | 101011 |
Color Harmonies of #52887F
Complementary color
Monochromatic Colors of #52887F
Black with #52887F
Text Example
Text Example
White with #52887F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52887F; }
p { color: rgb(82,136,127); }
H1.HeaderClassName
{
color: #52887F;
}
.AnyTagClassName
{
color: #52887F;
}
</style>
background-color css
<style>
a { background-color: #52887F; }
a { background-color: rgb(82,136,127); }
div.DivClassName
{
background-color: #52887F;
}
.BgClassName
{
background-color: #52887F;
}
</style>
border-color css
<style>
span { border-color: #52887F; }
span { border-color: rgb(82,136,127); }
td.TdClassName
{
border-color: #52887F;
}
.TagClassName
{
border-color: #52887F;
}
</style>