Shades of Lochinvar #529F90
Tints of Lochinvar #529F90
RGB
CMYK
RGB Variations
Color information
#529F90 (or 0x529F90) is known color: Lochinvar. HEX triplet: 52, 9F and 90. RGB value is (82,159,144). Sum of RGB (Red+Green+Blue) = 82+159+144=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #529F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529F90 is #AD606F. Grayscale: #868686. Windows color (decimal): -11362416 or 9477970. OLE color: 9477970.
HSL color Cylindrical-coordinate representation of color #529F90: hue angle of 168.31º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #529F90 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 82 | 159 | 144 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.38 |
| HSL | 168.31º | 0.32% | 0.47% | - |
| HSV(B) | 168.31º | 0.48% | 0.62% | - |
| XYZ | 20.91 | 28.6 | 30.8 | - |
| YUV | 134.27 | 133.49 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 144 | 0.48 | 0 | 0.09 | 0.38 | 168.31 | 0.32 | 0.47 |
| Hex | 52 | 9F | 90 | 30 | 0 | 9 | 26 | A8 | 20 | 2F |
| Octal | 122 | 237 | 220 | 60 | 0 | 11 | 46 | 250 | 40 | 57 |
| Binary | 1010010 | 10011111 | 10010000 | 110000 | 0 | 1001 | 100110 | 10101000 | 100000 | 101111 |
Color Harmonies of #529F90
Complementary color
Monochromatic Colors of #529F90
Black with #529F90
Text Example
Text Example
White with #529F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529F90; }
p { color: rgb(82,159,144); }
H1.HeaderClassName
{
color: #529F90;
}
.AnyTagClassName
{
color: #529F90;
}
</style>
background-color css
<style>
a { background-color: #529F90; }
a { background-color: rgb(82,159,144); }
div.DivClassName
{
background-color: #529F90;
}
.BgClassName
{
background-color: #529F90;
}
</style>
border-color css
<style>
span { border-color: #529F90; }
span { border-color: rgb(82,159,144); }
td.TdClassName
{
border-color: #529F90;
}
.TagClassName
{
border-color: #529F90;
}
</style>