Shades of Lochinvar #538C82
Tints of Lochinvar #538C82
RGB
CMYK
RGB Variations
Color information
#538C82 (or 0x538C82) is known color: Lochinvar. HEX triplet: 53, 8C and 82. RGB value is (83,140,130). Sum of RGB (Red+Green+Blue) = 83+140+130=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 140 (55.08% from 255 or 39.66% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 140 - color contains mainly: green. Hex color #538C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538C82 is #AC737D. Grayscale: #797979. Windows color (decimal): -11301758 or 8555603. OLE color: 8555603.
HSL color Cylindrical-coordinate representation of color #538C82: hue angle of 169.47º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538C82 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 140 | 130 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.45 |
| HSL | 169.47º | 0.26% | 0.44% | - |
| HSV(B) | 169.47º | 0.41% | 0.55% | - |
| XYZ | 16.97 | 22.21 | 24.51 | - |
| YUV | 121.82 | 132.62 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 140 | 130 | 0.41 | 0 | 0.07 | 0.45 | 169.47 | 0.26 | 0.44 |
| Hex | 53 | 8C | 82 | 29 | 0 | 7 | 2D | A9 | 1A | 2C |
| Octal | 123 | 214 | 202 | 51 | 0 | 7 | 55 | 251 | 32 | 54 |
| Binary | 1010011 | 10001100 | 10000010 | 101001 | 0 | 111 | 101101 | 10101001 | 11010 | 101100 |
Color Harmonies of #538C82
Complementary color
Monochromatic Colors of #538C82
Black with #538C82
Text Example
Text Example
White with #538C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538C82; }
p { color: rgb(83,140,130); }
H1.HeaderClassName
{
color: #538C82;
}
.AnyTagClassName
{
color: #538C82;
}
</style>
background-color css
<style>
a { background-color: #538C82; }
a { background-color: rgb(83,140,130); }
div.DivClassName
{
background-color: #538C82;
}
.BgClassName
{
background-color: #538C82;
}
</style>
border-color css
<style>
span { border-color: #538C82; }
span { border-color: rgb(83,140,130); }
td.TdClassName
{
border-color: #538C82;
}
.TagClassName
{
border-color: #538C82;
}
</style>