Shades of Lochinvar #529384
Tints of Lochinvar #529384
RGB
CMYK
RGB Variations
Color information
#529384 (or 0x529384) is known color: Lochinvar. HEX triplet: 52, 93 and 84. RGB value is (82,147,132). Sum of RGB (Red+Green+Blue) = 82+147+132=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #529384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529384 is #AD6C7B. Grayscale: #7D7D7D. Windows color (decimal): -11365500 or 8688466. OLE color: 8688466.
HSL color Cylindrical-coordinate representation of color #529384: hue angle of 166.15º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529384 is Cyan = 0.44, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 132 | - |
| CMYK | 0.44 | 0 | 0.10 | 0.42 |
| HSL | 166.15º | 0.28% | 0.45% | - |
| HSV(B) | 166.15º | 0.44% | 0.58% | - |
| XYZ | 18.08 | 24.33 | 25.57 | - |
| YUV | 125.86 | 131.47 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 132 | 0.44 | 0 | 0.10 | 0.42 | 166.15 | 0.28 | 0.45 |
| Hex | 52 | 93 | 84 | 2C | 0 | A | 2A | A6 | 1C | 2D |
| Octal | 122 | 223 | 204 | 54 | 0 | 12 | 52 | 246 | 34 | 55 |
| Binary | 1010010 | 10010011 | 10000100 | 101100 | 0 | 1010 | 101010 | 10100110 | 11100 | 101101 |
Color Harmonies of #529384
Complementary color
Monochromatic Colors of #529384
Black with #529384
Text Example
Text Example
White with #529384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529384; }
p { color: rgb(82,147,132); }
H1.HeaderClassName
{
color: #529384;
}
.AnyTagClassName
{
color: #529384;
}
</style>
background-color css
<style>
a { background-color: #529384; }
a { background-color: rgb(82,147,132); }
div.DivClassName
{
background-color: #529384;
}
.BgClassName
{
background-color: #529384;
}
</style>
border-color css
<style>
span { border-color: #529384; }
span { border-color: rgb(82,147,132); }
td.TdClassName
{
border-color: #529384;
}
.TagClassName
{
border-color: #529384;
}
</style>