Shades of Lochinvar #529B8A
Tints of Lochinvar #529B8A
RGB
CMYK
RGB Variations
Color information
#529B8A (or 0x529B8A) is known color: Lochinvar. HEX triplet: 52, 9B and 8A. RGB value is (82,155,138). Sum of RGB (Red+Green+Blue) = 82+155+138=375 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.87% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #529B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529B8A is #AD6475. Grayscale: #838383. Windows color (decimal): -11363446 or 9083730. OLE color: 9083730.
HSL color Cylindrical-coordinate representation of color #529B8A: hue angle of 166.03º 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 #529B8A is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 82 | 155 | 138 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.39 |
| HSL | 166.03º | 0.31% | 0.46% | - |
| HSV(B) | 166.03º | 0.47% | 0.61% | - |
| XYZ | 19.79 | 27.07 | 28.23 | - |
| YUV | 131.24 | 131.82 | 92.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 138 | 0.47 | 0 | 0.11 | 0.39 | 166.03 | 0.31 | 0.46 |
| Hex | 52 | 9B | 8A | 2F | 0 | B | 27 | A6 | 1F | 2E |
| Octal | 122 | 233 | 212 | 57 | 0 | 13 | 47 | 246 | 37 | 56 |
| Binary | 1010010 | 10011011 | 10001010 | 101111 | 0 | 1011 | 100111 | 10100110 | 11111 | 101110 |
Color Harmonies of #529B8A
Complementary color
Monochromatic Colors of #529B8A
Black with #529B8A
Text Example
Text Example
White with #529B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529B8A; }
p { color: rgb(82,155,138); }
H1.HeaderClassName
{
color: #529B8A;
}
.AnyTagClassName
{
color: #529B8A;
}
</style>
background-color css
<style>
a { background-color: #529B8A; }
a { background-color: rgb(82,155,138); }
div.DivClassName
{
background-color: #529B8A;
}
.BgClassName
{
background-color: #529B8A;
}
</style>
border-color css
<style>
span { border-color: #529B8A; }
span { border-color: rgb(82,155,138); }
td.TdClassName
{
border-color: #529B8A;
}
.TagClassName
{
border-color: #529B8A;
}
</style>