Shades of Lochinvar #529382
Tints of Lochinvar #529382
RGB
CMYK
RGB Variations
Color information
#529382 (or 0x529382) is known color: Lochinvar. HEX triplet: 52, 93 and 82. RGB value is (82,147,130). Sum of RGB (Red+Green+Blue) = 82+147+130=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #529382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529382 is #AD6C7D. Grayscale: #7D7D7D. Windows color (decimal): -11365502 or 8557394. OLE color: 8557394.
HSL color Cylindrical-coordinate representation of color #529382: hue angle of 164.31º 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 #529382 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 130 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.42 |
| HSL | 164.31º | 0.28% | 0.45% | - |
| HSV(B) | 164.31º | 0.44% | 0.58% | - |
| XYZ | 17.94 | 24.27 | 24.86 | - |
| YUV | 125.63 | 130.47 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 130 | 0.44 | 0 | 0.12 | 0.42 | 164.31 | 0.28 | 0.45 |
| Hex | 52 | 93 | 82 | 2C | 0 | C | 2A | A4 | 1C | 2D |
| Octal | 122 | 223 | 202 | 54 | 0 | 14 | 52 | 244 | 34 | 55 |
| Binary | 1010010 | 10010011 | 10000010 | 101100 | 0 | 1100 | 101010 | 10100100 | 11100 | 101101 |
Color Harmonies of #529382
Complementary color
Monochromatic Colors of #529382
Black with #529382
Text Example
Text Example
White with #529382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529382; }
p { color: rgb(82,147,130); }
H1.HeaderClassName
{
color: #529382;
}
.AnyTagClassName
{
color: #529382;
}
</style>
background-color css
<style>
a { background-color: #529382; }
a { background-color: rgb(82,147,130); }
div.DivClassName
{
background-color: #529382;
}
.BgClassName
{
background-color: #529382;
}
</style>
border-color css
<style>
span { border-color: #529382; }
span { border-color: rgb(82,147,130); }
td.TdClassName
{
border-color: #529382;
}
.TagClassName
{
border-color: #529382;
}
</style>