Shades of Lochinvar #52887D
Tints of Lochinvar #52887D
RGB
CMYK
RGB Variations
Color information
#52887D (or 0x52887D) is known color: Lochinvar. HEX triplet: 52, 88 and 7D. RGB value is (82,136,125). Sum of RGB (Red+Green+Blue) = 82+136+125=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #52887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52887D is #AD7782. Grayscale: #767676. Windows color (decimal): -11368323 or 8226898. OLE color: 8226898.
HSL color Cylindrical-coordinate representation of color #52887D: hue angle of 167.78º 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 #52887D is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 82 | 136 | 125 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.47 |
| HSL | 167.78º | 0.25% | 0.43% | - |
| HSV(B) | 167.78º | 0.4% | 0.53% | - |
| XYZ | 15.99 | 20.88 | 22.59 | - |
| YUV | 118.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 136 | 125 | 0.40 | 0 | 0.08 | 0.47 | 167.78 | 0.25 | 0.43 |
| Hex | 52 | 88 | 7D | 28 | 0 | 8 | 2F | A8 | 19 | 2B |
| Octal | 122 | 210 | 175 | 50 | 0 | 10 | 57 | 250 | 31 | 53 |
| Binary | 1010010 | 10001000 | 1111101 | 101000 | 0 | 1000 | 101111 | 10101000 | 11001 | 101011 |
Color Harmonies of #52887D
Complementary color
Monochromatic Colors of #52887D
Black with #52887D
Text Example
Text Example
White with #52887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52887D; }
p { color: rgb(82,136,125); }
H1.HeaderClassName
{
color: #52887D;
}
.AnyTagClassName
{
color: #52887D;
}
</style>
background-color css
<style>
a { background-color: #52887D; }
a { background-color: rgb(82,136,125); }
div.DivClassName
{
background-color: #52887D;
}
.BgClassName
{
background-color: #52887D;
}
</style>
border-color css
<style>
span { border-color: #52887D; }
span { border-color: rgb(82,136,125); }
td.TdClassName
{
border-color: #52887D;
}
.TagClassName
{
border-color: #52887D;
}
</style>