Shades of Lochinvar #529082
Tints of Lochinvar #529082
RGB
CMYK
RGB Variations
Color information
#529082 (or 0x529082) is known color: Lochinvar. HEX triplet: 52, 90 and 82. RGB value is (82,144,130). Sum of RGB (Red+Green+Blue) = 82+144+130=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 144 - color contains mainly: green. Hex color #529082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529082 is #AD6F7D. Grayscale: #7B7B7B. Windows color (decimal): -11366270 or 8556626. OLE color: 8556626.
HSL color Cylindrical-coordinate representation of color #529082: hue angle of 166.45º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529082 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 144 | 130 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.44 |
| HSL | 166.45º | 0.27% | 0.44% | - |
| HSV(B) | 166.45º | 0.43% | 0.56% | - |
| XYZ | 17.48 | 23.35 | 24.71 | - |
| YUV | 123.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 144 | 130 | 0.43 | 0 | 0.10 | 0.44 | 166.45 | 0.27 | 0.44 |
| Hex | 52 | 90 | 82 | 2B | 0 | A | 2C | A6 | 1B | 2C |
| Octal | 122 | 220 | 202 | 53 | 0 | 12 | 54 | 246 | 33 | 54 |
| Binary | 1010010 | 10010000 | 10000010 | 101011 | 0 | 1010 | 101100 | 10100110 | 11011 | 101100 |
Color Harmonies of #529082
Complementary color
Monochromatic Colors of #529082
Black with #529082
Text Example
Text Example
White with #529082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529082; }
p { color: rgb(82,144,130); }
H1.HeaderClassName
{
color: #529082;
}
.AnyTagClassName
{
color: #529082;
}
</style>
background-color css
<style>
a { background-color: #529082; }
a { background-color: rgb(82,144,130); }
div.DivClassName
{
background-color: #529082;
}
.BgClassName
{
background-color: #529082;
}
</style>
border-color css
<style>
span { border-color: #529082; }
span { border-color: rgb(82,144,130); }
td.TdClassName
{
border-color: #529082;
}
.TagClassName
{
border-color: #529082;
}
</style>