Shades of Lochinvar #529886
Tints of Lochinvar #529886
RGB
CMYK
RGB Variations
Color information
#529886 (or 0x529886) is known color: Lochinvar. HEX triplet: 52, 98 and 86. RGB value is (82,152,134). Sum of RGB (Red+Green+Blue) = 82+152+134=368 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.28% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #529886 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529886 is #AD6779. Grayscale: #818181. Windows color (decimal): -11364218 or 8820818. OLE color: 8820818.
HSL color Cylindrical-coordinate representation of color #529886: hue angle of 164.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529886 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 82 | 152 | 134 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.40 |
| HSL | 164.57º | 0.3% | 0.46% | - |
| HSV(B) | 164.57º | 0.46% | 0.6% | - |
| XYZ | 19.01 | 25.97 | 26.57 | - |
| YUV | 129.02 | 130.81 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 152 | 134 | 0.46 | 0 | 0.12 | 0.40 | 164.57 | 0.3 | 0.46 |
| Hex | 52 | 98 | 86 | 2E | 0 | C | 28 | A5 | 1E | 2E |
| Octal | 122 | 230 | 206 | 56 | 0 | 14 | 50 | 245 | 36 | 56 |
| Binary | 1010010 | 10011000 | 10000110 | 101110 | 0 | 1100 | 101000 | 10100101 | 11110 | 101110 |
Color Harmonies of #529886
Complementary color
Monochromatic Colors of #529886
Black with #529886
Text Example
Text Example
White with #529886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529886; }
p { color: rgb(82,152,134); }
H1.HeaderClassName
{
color: #529886;
}
.AnyTagClassName
{
color: #529886;
}
</style>
background-color css
<style>
a { background-color: #529886; }
a { background-color: rgb(82,152,134); }
div.DivClassName
{
background-color: #529886;
}
.BgClassName
{
background-color: #529886;
}
</style>
border-color css
<style>
span { border-color: #529886; }
span { border-color: rgb(82,152,134); }
td.TdClassName
{
border-color: #529886;
}
.TagClassName
{
border-color: #529886;
}
</style>