Shades of Lochinvar #528C82
Tints of Lochinvar #528C82
RGB
CMYK
RGB Variations
Color information
#528C82 (or 0x528C82) is known color: Lochinvar. HEX triplet: 52, 8C and 82. RGB value is (82,140,130). Sum of RGB (Red+Green+Blue) = 82+140+130=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 140 (55.08% from 255 or 39.77% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 140 - color contains mainly: green. Hex color #528C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528C82 is #AD737D. Grayscale: #797979. Windows color (decimal): -11367294 or 8555602. OLE color: 8555602.
HSL color Cylindrical-coordinate representation of color #528C82: hue angle of 169.66º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528C82 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 130 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.45 |
| HSL | 169.66º | 0.26% | 0.44% | - |
| HSV(B) | 169.66º | 0.41% | 0.55% | - |
| XYZ | 16.89 | 22.16 | 24.51 | - |
| YUV | 121.52 | 132.78 | 99.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 130 | 0.41 | 0 | 0.07 | 0.45 | 169.66 | 0.26 | 0.44 |
| Hex | 52 | 8C | 82 | 29 | 0 | 7 | 2D | AA | 1A | 2C |
| Octal | 122 | 214 | 202 | 51 | 0 | 7 | 55 | 252 | 32 | 54 |
| Binary | 1010010 | 10001100 | 10000010 | 101001 | 0 | 111 | 101101 | 10101010 | 11010 | 101100 |
Color Harmonies of #528C82
Complementary color
Monochromatic Colors of #528C82
Black with #528C82
Text Example
Text Example
White with #528C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C82; }
p { color: rgb(82,140,130); }
H1.HeaderClassName
{
color: #528C82;
}
.AnyTagClassName
{
color: #528C82;
}
</style>
background-color css
<style>
a { background-color: #528C82; }
a { background-color: rgb(82,140,130); }
div.DivClassName
{
background-color: #528C82;
}
.BgClassName
{
background-color: #528C82;
}
</style>
border-color css
<style>
span { border-color: #528C82; }
span { border-color: rgb(82,140,130); }
td.TdClassName
{
border-color: #528C82;
}
.TagClassName
{
border-color: #528C82;
}
</style>