Shades of Lochinvar #538A82
Tints of Lochinvar #538A82
RGB
CMYK
RGB Variations
Color information
#538A82 (or 0x538A82) is known color: Lochinvar. HEX triplet: 53, 8A and 82. RGB value is (83,138,130). Sum of RGB (Red+Green+Blue) = 83+138+130=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #538A82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538A82 is #AC757D. Grayscale: #787878. Windows color (decimal): -11302270 or 8555091. OLE color: 8555091.
HSL color Cylindrical-coordinate representation of color #538A82: hue angle of 171.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A82 is Cyan = 0.40, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 130 | - |
| CMYK | 0.40 | 0 | 0.06 | 0.46 |
| HSL | 171.27º | 0.25% | 0.43% | - |
| HSV(B) | 171.27º | 0.4% | 0.54% | - |
| XYZ | 16.69 | 21.63 | 24.41 | - |
| YUV | 120.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 130 | 0.40 | 0 | 0.06 | 0.46 | 171.27 | 0.25 | 0.43 |
| Hex | 53 | 8A | 82 | 28 | 0 | 6 | 2E | AB | 19 | 2B |
| Octal | 123 | 212 | 202 | 50 | 0 | 6 | 56 | 253 | 31 | 53 |
| Binary | 1010011 | 10001010 | 10000010 | 101000 | 0 | 110 | 101110 | 10101011 | 11001 | 101011 |
Color Harmonies of #538A82
Complementary color
Monochromatic Colors of #538A82
Black with #538A82
Text Example
Text Example
White with #538A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A82; }
p { color: rgb(83,138,130); }
H1.HeaderClassName
{
color: #538A82;
}
.AnyTagClassName
{
color: #538A82;
}
</style>
background-color css
<style>
a { background-color: #538A82; }
a { background-color: rgb(83,138,130); }
div.DivClassName
{
background-color: #538A82;
}
.BgClassName
{
background-color: #538A82;
}
</style>
border-color css
<style>
span { border-color: #538A82; }
span { border-color: rgb(83,138,130); }
td.TdClassName
{
border-color: #538A82;
}
.TagClassName
{
border-color: #538A82;
}
</style>