Shades of Lochinvar #529990
Tints of Lochinvar #529990
RGB
CMYK
RGB Variations
Color information
#529990 (or 0x529990) is known color: Lochinvar. HEX triplet: 52, 99 and 90. RGB value is (82,153,144). Sum of RGB (Red+Green+Blue) = 82+153+144=379 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.64% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #529990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #529990 is #AD666F. Grayscale: #828282. Windows color (decimal): -11363952 or 9476434. OLE color: 9476434.
HSL color Cylindrical-coordinate representation of color #529990: hue angle of 172.39º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529990 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 82 | 153 | 144 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.4 |
| HSL | 172.39º | 0.3% | 0.46% | - |
| HSV(B) | 172.39º | 0.46% | 0.6% | - |
| XYZ | 19.9 | 26.59 | 30.47 | - |
| YUV | 130.75 | 135.48 | 93.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 153 | 144 | 0.46 | 0 | 0.06 | 0.4 | 172.39 | 0.3 | 0.46 |
| Hex | 52 | 99 | 90 | 2E | 0 | 6 | 28 | AC | 1E | 2E |
| Octal | 122 | 231 | 220 | 56 | 0 | 6 | 50 | 254 | 36 | 56 |
| Binary | 1010010 | 10011001 | 10010000 | 101110 | 0 | 110 | 101000 | 10101100 | 11110 | 101110 |
Color Harmonies of #529990
Complementary color
Monochromatic Colors of #529990
Black with #529990
Text Example
Text Example
White with #529990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529990; }
p { color: rgb(82,153,144); }
H1.HeaderClassName
{
color: #529990;
}
.AnyTagClassName
{
color: #529990;
}
</style>
background-color css
<style>
a { background-color: #529990; }
a { background-color: rgb(82,153,144); }
div.DivClassName
{
background-color: #529990;
}
.BgClassName
{
background-color: #529990;
}
</style>
border-color css
<style>
span { border-color: #529990; }
span { border-color: rgb(82,153,144); }
td.TdClassName
{
border-color: #529990;
}
.TagClassName
{
border-color: #529990;
}
</style>