Shades of Lochinvar #529C87
Tints of Lochinvar #529C87
RGB
CMYK
RGB Variations
Color information
#529C87 (or 0x529C87) is known color: Lochinvar. HEX triplet: 52, 9C and 87. RGB value is (82,156,135). Sum of RGB (Red+Green+Blue) = 82+156+135=373 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.98% from 373); Green value is 156 (61.33% from 255 or 41.82% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 156 - color contains mainly: green. Hex color #529C87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529C87 is #AD6378. Grayscale: #838383. Windows color (decimal): -11363193 or 8887378. OLE color: 8887378.
HSL color Cylindrical-coordinate representation of color #529C87: hue angle of 162.97º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C87 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 156 | 135 | - |
| CMYK | 0.47 | 0 | 0.13 | 0.39 |
| HSL | 162.97º | 0.31% | 0.47% | - |
| HSV(B) | 162.97º | 0.47% | 0.61% | - |
| XYZ | 19.74 | 27.32 | 27.15 | - |
| YUV | 131.48 | 129.98 | 92.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 135 | 0.47 | 0 | 0.13 | 0.39 | 162.97 | 0.31 | 0.47 |
| Hex | 52 | 9C | 87 | 2F | 0 | D | 27 | A3 | 1F | 2F |
| Octal | 122 | 234 | 207 | 57 | 0 | 15 | 47 | 243 | 37 | 57 |
| Binary | 1010010 | 10011100 | 10000111 | 101111 | 0 | 1101 | 100111 | 10100011 | 11111 | 101111 |
Color Harmonies of #529C87
Complementary color
Monochromatic Colors of #529C87
Black with #529C87
Text Example
Text Example
White with #529C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529C87; }
p { color: rgb(82,156,135); }
H1.HeaderClassName
{
color: #529C87;
}
.AnyTagClassName
{
color: #529C87;
}
</style>
background-color css
<style>
a { background-color: #529C87; }
a { background-color: rgb(82,156,135); }
div.DivClassName
{
background-color: #529C87;
}
.BgClassName
{
background-color: #529C87;
}
</style>
border-color css
<style>
span { border-color: #529C87; }
span { border-color: rgb(82,156,135); }
td.TdClassName
{
border-color: #529C87;
}
.TagClassName
{
border-color: #529C87;
}
</style>