Shades of Lochinvar #529684
Tints of Lochinvar #529684
RGB
CMYK
RGB Variations
Color information
#529684 (or 0x529684) is known color: Lochinvar. HEX triplet: 52, 96 and 84. RGB value is (82,150,132). Sum of RGB (Red+Green+Blue) = 82+150+132=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 150 (58.98% from 255 or 41.21% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 150 - color contains mainly: green. Hex color #529684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529684 is #AD697B. Grayscale: #7F7F7F. Windows color (decimal): -11364732 or 8689234. OLE color: 8689234.
HSL color Cylindrical-coordinate representation of color #529684: hue angle of 164.12º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529684 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 82 | 150 | 132 | - |
| CMYK | 0.45 | 0 | 0.12 | 0.41 |
| HSL | 164.12º | 0.29% | 0.45% | - |
| HSV(B) | 164.12º | 0.45% | 0.59% | - |
| XYZ | 18.55 | 25.27 | 25.73 | - |
| YUV | 127.62 | 130.47 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 150 | 132 | 0.45 | 0 | 0.12 | 0.41 | 164.12 | 0.29 | 0.45 |
| Hex | 52 | 96 | 84 | 2D | 0 | C | 29 | A4 | 1D | 2D |
| Octal | 122 | 226 | 204 | 55 | 0 | 14 | 51 | 244 | 35 | 55 |
| Binary | 1010010 | 10010110 | 10000100 | 101101 | 0 | 1100 | 101001 | 10100100 | 11101 | 101101 |
Color Harmonies of #529684
Complementary color
Monochromatic Colors of #529684
Black with #529684
Text Example
Text Example
White with #529684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529684; }
p { color: rgb(82,150,132); }
H1.HeaderClassName
{
color: #529684;
}
.AnyTagClassName
{
color: #529684;
}
</style>
background-color css
<style>
a { background-color: #529684; }
a { background-color: rgb(82,150,132); }
div.DivClassName
{
background-color: #529684;
}
.BgClassName
{
background-color: #529684;
}
</style>
border-color css
<style>
span { border-color: #529684; }
span { border-color: rgb(82,150,132); }
td.TdClassName
{
border-color: #529684;
}
.TagClassName
{
border-color: #529684;
}
</style>