Shades of Lochinvar #528E7E
Tints of Lochinvar #528E7E
RGB
CMYK
RGB Variations
Color information
#528E7E (or 0x528E7E) is known color: Lochinvar. HEX triplet: 52, 8E and 7E. RGB value is (82,142,126). Sum of RGB (Red+Green+Blue) = 82+142+126=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 142 (55.86% from 255 or 40.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 142 - color contains mainly: green. Hex color #528E7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528E7E is #AD7181. Grayscale: #7A7A7A. Windows color (decimal): -11366786 or 8293970. OLE color: 8293970.
HSL color Cylindrical-coordinate representation of color #528E7E: hue angle of 164º 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 #528E7E is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 126 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.44 |
| HSL | 164º | 0.27% | 0.44% | - |
| HSV(B) | 164º | 0.42% | 0.56% | - |
| XYZ | 16.92 | 22.65 | 23.22 | - |
| YUV | 122.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 126 | 0.42 | 0 | 0.11 | 0.44 | 164 | 0.27 | 0.44 |
| Hex | 52 | 8E | 7E | 2A | 0 | B | 2C | A4 | 1B | 2C |
| Octal | 122 | 216 | 176 | 52 | 0 | 13 | 54 | 244 | 33 | 54 |
| Binary | 1010010 | 10001110 | 1111110 | 101010 | 0 | 1011 | 101100 | 10100100 | 11011 | 101100 |
Color Harmonies of #528E7E
Complementary color
Monochromatic Colors of #528E7E
Black with #528E7E
Text Example
Text Example
White with #528E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E7E; }
p { color: rgb(82,142,126); }
H1.HeaderClassName
{
color: #528E7E;
}
.AnyTagClassName
{
color: #528E7E;
}
</style>
background-color css
<style>
a { background-color: #528E7E; }
a { background-color: rgb(82,142,126); }
div.DivClassName
{
background-color: #528E7E;
}
.BgClassName
{
background-color: #528E7E;
}
</style>
border-color css
<style>
span { border-color: #528E7E; }
span { border-color: rgb(82,142,126); }
td.TdClassName
{
border-color: #528E7E;
}
.TagClassName
{
border-color: #528E7E;
}
</style>