Shades of Lochinvar #528E86
Tints of Lochinvar #528E86
RGB
CMYK
RGB Variations
Color information
#528E86 (or 0x528E86) is known color: Lochinvar. HEX triplet: 52, 8E and 86. RGB value is (82,142,134). Sum of RGB (Red+Green+Blue) = 82+142+134=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 134 (52.73% from 255 or 37.43% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #528E86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528E86 is #AD7179. Grayscale: #7B7B7B. Windows color (decimal): -11366778 or 8818258. OLE color: 8818258.
HSL color Cylindrical-coordinate representation of color #528E86: hue angle of 172º 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 #528E86 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 82 | 142 | 134 | - |
| CMYK | 0.42 | 0 | 0.06 | 0.44 |
| HSL | 172º | 0.27% | 0.44% | - |
| HSV(B) | 172º | 0.42% | 0.56% | - |
| XYZ | 17.46 | 22.86 | 26.05 | - |
| YUV | 123.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 134 | 0.42 | 0 | 0.06 | 0.44 | 172 | 0.27 | 0.44 |
| Hex | 52 | 8E | 86 | 2A | 0 | 6 | 2C | AC | 1B | 2C |
| Octal | 122 | 216 | 206 | 52 | 0 | 6 | 54 | 254 | 33 | 54 |
| Binary | 1010010 | 10001110 | 10000110 | 101010 | 0 | 110 | 101100 | 10101100 | 11011 | 101100 |
Color Harmonies of #528E86
Complementary color
Monochromatic Colors of #528E86
Black with #528E86
Text Example
Text Example
White with #528E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528E86; }
p { color: rgb(82,142,134); }
H1.HeaderClassName
{
color: #528E86;
}
.AnyTagClassName
{
color: #528E86;
}
</style>
background-color css
<style>
a { background-color: #528E86; }
a { background-color: rgb(82,142,134); }
div.DivClassName
{
background-color: #528E86;
}
.BgClassName
{
background-color: #528E86;
}
</style>
border-color css
<style>
span { border-color: #528E86; }
span { border-color: rgb(82,142,134); }
td.TdClassName
{
border-color: #528E86;
}
.TagClassName
{
border-color: #528E86;
}
</style>