Shades of Lochinvar #529387
Tints of Lochinvar #529387
RGB
CMYK
RGB Variations
Color information
#529387 (or 0x529387) is known color: Lochinvar. HEX triplet: 52, 93 and 87. RGB value is (82,147,135). Sum of RGB (Red+Green+Blue) = 82+147+135=364 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.53% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #529387 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529387 is #AD6C78. Grayscale: #7E7E7E. Windows color (decimal): -11365497 or 8885074. OLE color: 8885074.
HSL color Cylindrical-coordinate representation of color #529387: hue angle of 168.92º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529387 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 82 | 147 | 135 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.42 |
| HSL | 168.92º | 0.28% | 0.45% | - |
| HSV(B) | 168.92º | 0.44% | 0.58% | - |
| XYZ | 18.29 | 24.41 | 26.67 | - |
| YUV | 126.2 | 132.97 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 147 | 135 | 0.44 | 0 | 0.08 | 0.42 | 168.92 | 0.28 | 0.45 |
| Hex | 52 | 93 | 87 | 2C | 0 | 8 | 2A | A9 | 1C | 2D |
| Octal | 122 | 223 | 207 | 54 | 0 | 10 | 52 | 251 | 34 | 55 |
| Binary | 1010010 | 10010011 | 10000111 | 101100 | 0 | 1000 | 101010 | 10101001 | 11100 | 101101 |
Color Harmonies of #529387
Complementary color
Monochromatic Colors of #529387
Black with #529387
Text Example
Text Example
White with #529387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529387; }
p { color: rgb(82,147,135); }
H1.HeaderClassName
{
color: #529387;
}
.AnyTagClassName
{
color: #529387;
}
</style>
background-color css
<style>
a { background-color: #529387; }
a { background-color: rgb(82,147,135); }
div.DivClassName
{
background-color: #529387;
}
.BgClassName
{
background-color: #529387;
}
</style>
border-color css
<style>
span { border-color: #529387; }
span { border-color: rgb(82,147,135); }
td.TdClassName
{
border-color: #529387;
}
.TagClassName
{
border-color: #529387;
}
</style>