Shades of Lochinvar #528C7E
Tints of Lochinvar #528C7E
RGB
CMYK
RGB Variations
Color information
#528C7E (or 0x528C7E) is known color: Lochinvar. HEX triplet: 52, 8C and 7E. RGB value is (82,140,126). Sum of RGB (Red+Green+Blue) = 82+140+126=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 140 (55.08% from 255 or 40.23% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 140 - color contains mainly: green. Hex color #528C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528C7E is #AD7381. Grayscale: #797979. Windows color (decimal): -11367298 or 8293458. OLE color: 8293458.
HSL color Cylindrical-coordinate representation of color #528C7E: hue angle of 165.52º 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 #528C7E is Cyan = 0.41, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 82 | 140 | 126 | - |
| CMYK | 0.41 | 0 | 0.10 | 0.45 |
| HSL | 165.52º | 0.26% | 0.44% | - |
| HSV(B) | 165.52º | 0.41% | 0.55% | - |
| XYZ | 16.62 | 22.06 | 23.12 | - |
| YUV | 121.06 | 130.78 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 126 | 0.41 | 0 | 0.10 | 0.45 | 165.52 | 0.26 | 0.44 |
| Hex | 52 | 8C | 7E | 29 | 0 | A | 2D | A6 | 1A | 2C |
| Octal | 122 | 214 | 176 | 51 | 0 | 12 | 55 | 246 | 32 | 54 |
| Binary | 1010010 | 10001100 | 1111110 | 101001 | 0 | 1010 | 101101 | 10100110 | 11010 | 101100 |
Color Harmonies of #528C7E
Complementary color
Monochromatic Colors of #528C7E
Black with #528C7E
Text Example
Text Example
White with #528C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528C7E; }
p { color: rgb(82,140,126); }
H1.HeaderClassName
{
color: #528C7E;
}
.AnyTagClassName
{
color: #528C7E;
}
</style>
background-color css
<style>
a { background-color: #528C7E; }
a { background-color: rgb(82,140,126); }
div.DivClassName
{
background-color: #528C7E;
}
.BgClassName
{
background-color: #528C7E;
}
</style>
border-color css
<style>
span { border-color: #528C7E; }
span { border-color: rgb(82,140,126); }
td.TdClassName
{
border-color: #528C7E;
}
.TagClassName
{
border-color: #528C7E;
}
</style>