Shades of Lochinvar #528E84
Tints of Lochinvar #528E84
RGB
CMYK
RGB Variations
Color information
#528E84 (or 0x528E84) is known color: Lochinvar. HEX triplet: 52, 8E and 84. RGB value is (82,142,132). Sum of RGB (Red+Green+Blue) = 82+142+132=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 142 - color contains mainly: green. Hex color #528E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E84 is #AD717B. Grayscale: #7A7A7A. Windows color (decimal): -11366780 or 8687186. OLE color: 8687186.
HSL color Cylindrical-coordinate representation of color #528E84: hue angle of 170º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #528E84 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 132 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.44 |
| HSL | 170º | 0.27% | 0.44% | - |
| HSV(B) | 170º | 0.42% | 0.56% | - |
| XYZ | 17.32 | 22.81 | 25.32 | - |
| YUV | 122.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 132 | 0.42 | 0 | 0.07 | 0.44 | 170 | 0.27 | 0.44 |
| Hex | 52 | 8E | 84 | 2A | 0 | 7 | 2C | AA | 1B | 2C |
| Octal | 122 | 216 | 204 | 52 | 0 | 7 | 54 | 252 | 33 | 54 |
| Binary | 1010010 | 10001110 | 10000100 | 101010 | 0 | 111 | 101100 | 10101010 | 11011 | 101100 |
Color Harmonies of #528E84
Complementary color
Monochromatic Colors of #528E84
Black with #528E84
Text Example
Text Example
White with #528E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E84; }
p { color: rgb(82,142,132); }
H1.HeaderClassName
{
color: #528E84;
}
.AnyTagClassName
{
color: #528E84;
}
</style>
background-color css
<style>
a { background-color: #528E84; }
a { background-color: rgb(82,142,132); }
div.DivClassName
{
background-color: #528E84;
}
.BgClassName
{
background-color: #528E84;
}
</style>
border-color css
<style>
span { border-color: #528E84; }
span { border-color: rgb(82,142,132); }
td.TdClassName
{
border-color: #528E84;
}
.TagClassName
{
border-color: #528E84;
}
</style>