Shades of Lochinvar #528A80
Tints of Lochinvar #528A80
RGB
CMYK
RGB Variations
Color information
#528A80 (or 0x528A80) is known color: Lochinvar. HEX triplet: 52, 8A and 80. RGB value is (82,138,128). Sum of RGB (Red+Green+Blue) = 82+138+128=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 138 - color contains mainly: green. Hex color #528A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #528A80 is #AD757F. Grayscale: #787878. Windows color (decimal): -11367808 or 8424018. OLE color: 8424018.
HSL color Cylindrical-coordinate representation of color #528A80: hue angle of 169.29º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #528A80 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 128 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.46 |
| HSL | 169.29º | 0.25% | 0.43% | - |
| HSV(B) | 169.29º | 0.41% | 0.54% | - |
| XYZ | 16.46 | 21.53 | 23.71 | - |
| YUV | 120.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 128 | 0.41 | 0 | 0.07 | 0.46 | 169.29 | 0.25 | 0.43 |
| Hex | 52 | 8A | 80 | 29 | 0 | 7 | 2E | A9 | 19 | 2B |
| Octal | 122 | 212 | 200 | 51 | 0 | 7 | 56 | 251 | 31 | 53 |
| Binary | 1010010 | 10001010 | 10000000 | 101001 | 0 | 111 | 101110 | 10101001 | 11001 | 101011 |
Color Harmonies of #528A80
Complementary color
Monochromatic Colors of #528A80
Black with #528A80
Text Example
Text Example
White with #528A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A80; }
p { color: rgb(82,138,128); }
H1.HeaderClassName
{
color: #528A80;
}
.AnyTagClassName
{
color: #528A80;
}
</style>
background-color css
<style>
a { background-color: #528A80; }
a { background-color: rgb(82,138,128); }
div.DivClassName
{
background-color: #528A80;
}
.BgClassName
{
background-color: #528A80;
}
</style>
border-color css
<style>
span { border-color: #528A80; }
span { border-color: rgb(82,138,128); }
td.TdClassName
{
border-color: #528A80;
}
.TagClassName
{
border-color: #528A80;
}
</style>