Shades of Lochinvar #529B85
Tints of Lochinvar #529B85
RGB
CMYK
RGB Variations
Color information
#529B85 (or 0x529B85) is known color: Lochinvar. HEX triplet: 52, 9B and 85. RGB value is (82,155,133). Sum of RGB (Red+Green+Blue) = 82+155+133=370 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.16% from 370); Green value is 155 (60.94% from 255 or 41.89% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 155 - color contains mainly: green. Hex color #529B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B85 is #AD647A. Grayscale: #828282. Windows color (decimal): -11363451 or 8756050. OLE color: 8756050.
HSL color Cylindrical-coordinate representation of color #529B85: hue angle of 161.92º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529B85 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 155 | 133 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.39 |
| HSL | 161.92º | 0.31% | 0.46% | - |
| HSV(B) | 161.92º | 0.47% | 0.61% | - |
| XYZ | 19.43 | 26.93 | 26.36 | - |
| YUV | 130.67 | 129.32 | 93.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 133 | 0.47 | 0 | 0.14 | 0.39 | 161.92 | 0.31 | 0.46 |
| Hex | 52 | 9B | 85 | 2F | 0 | E | 27 | A2 | 1F | 2E |
| Octal | 122 | 233 | 205 | 57 | 0 | 16 | 47 | 242 | 37 | 56 |
| Binary | 1010010 | 10011011 | 10000101 | 101111 | 0 | 1110 | 100111 | 10100010 | 11111 | 101110 |
Color Harmonies of #529B85
Complementary color
Monochromatic Colors of #529B85
Black with #529B85
Text Example
Text Example
White with #529B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529B85; }
p { color: rgb(82,155,133); }
H1.HeaderClassName
{
color: #529B85;
}
.AnyTagClassName
{
color: #529B85;
}
</style>
background-color css
<style>
a { background-color: #529B85; }
a { background-color: rgb(82,155,133); }
div.DivClassName
{
background-color: #529B85;
}
.BgClassName
{
background-color: #529B85;
}
</style>
border-color css
<style>
span { border-color: #529B85; }
span { border-color: rgb(82,155,133); }
td.TdClassName
{
border-color: #529B85;
}
.TagClassName
{
border-color: #529B85;
}
</style>