Shades of Lochinvar #528A7E
Tints of Lochinvar #528A7E
RGB
CMYK
RGB Variations
Color information
#528A7E (or 0x528A7E) is known color: Lochinvar. HEX triplet: 52, 8A and 7E. RGB value is (82,138,126). Sum of RGB (Red+Green+Blue) = 82+138+126=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 138 (54.30% from 255 or 39.88% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 138 - color contains mainly: green. Hex color #528A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #528A7E is #AD7581. Grayscale: #777777. Windows color (decimal): -11367810 or 8292946. OLE color: 8292946.
HSL color Cylindrical-coordinate representation of color #528A7E: hue angle of 167.14º 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 #528A7E is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 82 | 138 | 126 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.46 |
| HSL | 167.14º | 0.25% | 0.43% | - |
| HSV(B) | 167.14º | 0.41% | 0.54% | - |
| XYZ | 16.33 | 21.48 | 23.02 | - |
| YUV | 119.89 | 131.45 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 126 | 0.41 | 0 | 0.09 | 0.46 | 167.14 | 0.25 | 0.43 |
| Hex | 52 | 8A | 7E | 29 | 0 | 9 | 2E | A7 | 19 | 2B |
| Octal | 122 | 212 | 176 | 51 | 0 | 11 | 56 | 247 | 31 | 53 |
| Binary | 1010010 | 10001010 | 1111110 | 101001 | 0 | 1001 | 101110 | 10100111 | 11001 | 101011 |
Color Harmonies of #528A7E
Complementary color
Monochromatic Colors of #528A7E
Black with #528A7E
Text Example
Text Example
White with #528A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528A7E; }
p { color: rgb(82,138,126); }
H1.HeaderClassName
{
color: #528A7E;
}
.AnyTagClassName
{
color: #528A7E;
}
</style>
background-color css
<style>
a { background-color: #528A7E; }
a { background-color: rgb(82,138,126); }
div.DivClassName
{
background-color: #528A7E;
}
.BgClassName
{
background-color: #528A7E;
}
</style>
border-color css
<style>
span { border-color: #528A7E; }
span { border-color: rgb(82,138,126); }
td.TdClassName
{
border-color: #528A7E;
}
.TagClassName
{
border-color: #528A7E;
}
</style>