Shades of Lochinvar #538F84
Tints of Lochinvar #538F84
RGB
CMYK
RGB Variations
Color information
#538F84 (or 0x538F84) is known color: Lochinvar. HEX triplet: 53, 8F and 84. RGB value is (83,143,132). Sum of RGB (Red+Green+Blue) = 83+143+132=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 143 - color contains mainly: green. Hex color #538F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F84 is #AC707B. Grayscale: #7B7B7B. Windows color (decimal): -11300988 or 8687443. OLE color: 8687443.
HSL color Cylindrical-coordinate representation of color #538F84: hue angle of 169º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F84 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 132 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.44 |
| HSL | 169º | 0.27% | 0.44% | - |
| HSV(B) | 169º | 0.42% | 0.56% | - |
| XYZ | 17.55 | 23.15 | 25.37 | - |
| YUV | 123.81 | 132.62 | 98.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 132 | 0.42 | 0 | 0.08 | 0.44 | 169 | 0.27 | 0.44 |
| Hex | 53 | 8F | 84 | 2A | 0 | 8 | 2C | A9 | 1B | 2C |
| Octal | 123 | 217 | 204 | 52 | 0 | 10 | 54 | 251 | 33 | 54 |
| Binary | 1010011 | 10001111 | 10000100 | 101010 | 0 | 1000 | 101100 | 10101001 | 11011 | 101100 |
Color Harmonies of #538F84
Complementary color
Monochromatic Colors of #538F84
Black with #538F84
Text Example
Text Example
White with #538F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F84; }
p { color: rgb(83,143,132); }
H1.HeaderClassName
{
color: #538F84;
}
.AnyTagClassName
{
color: #538F84;
}
</style>
background-color css
<style>
a { background-color: #538F84; }
a { background-color: rgb(83,143,132); }
div.DivClassName
{
background-color: #538F84;
}
.BgClassName
{
background-color: #538F84;
}
</style>
border-color css
<style>
span { border-color: #538F84; }
span { border-color: rgb(83,143,132); }
td.TdClassName
{
border-color: #538F84;
}
.TagClassName
{
border-color: #538F84;
}
</style>