Shades of Lochinvar #538F80
Tints of Lochinvar #538F80
RGB
CMYK
RGB Variations
Color information
#538F80 (or 0x538F80) is known color: Lochinvar. HEX triplet: 53, 8F and 80. RGB value is (83,143,128). Sum of RGB (Red+Green+Blue) = 83+143+128=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 143 (56.25% from 255 or 40.40% from 354); Blue value is 128 (50.39% from 255 or 36.16% from 354); Max value from RGB is 143 - color contains mainly: green. Hex color #538F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F80 is #AC707F. Grayscale: #7B7B7B. Windows color (decimal): -11300992 or 8425299. OLE color: 8425299.
HSL color Cylindrical-coordinate representation of color #538F80: hue angle of 165º 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 #538F80 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 128 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.44 |
| HSL | 165º | 0.27% | 0.44% | - |
| HSV(B) | 165º | 0.42% | 0.56% | - |
| XYZ | 17.29 | 23.04 | 23.96 | - |
| YUV | 123.35 | 130.62 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 128 | 0.42 | 0 | 0.10 | 0.44 | 165 | 0.27 | 0.44 |
| Hex | 53 | 8F | 80 | 2A | 0 | A | 2C | A5 | 1B | 2C |
| Octal | 123 | 217 | 200 | 52 | 0 | 12 | 54 | 245 | 33 | 54 |
| Binary | 1010011 | 10001111 | 10000000 | 101010 | 0 | 1010 | 101100 | 10100101 | 11011 | 101100 |
Color Harmonies of #538F80
Complementary color
Monochromatic Colors of #538F80
Black with #538F80
Text Example
Text Example
White with #538F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F80; }
p { color: rgb(83,143,128); }
H1.HeaderClassName
{
color: #538F80;
}
.AnyTagClassName
{
color: #538F80;
}
</style>
background-color css
<style>
a { background-color: #538F80; }
a { background-color: rgb(83,143,128); }
div.DivClassName
{
background-color: #538F80;
}
.BgClassName
{
background-color: #538F80;
}
</style>
border-color css
<style>
span { border-color: #538F80; }
span { border-color: rgb(83,143,128); }
td.TdClassName
{
border-color: #538F80;
}
.TagClassName
{
border-color: #538F80;
}
</style>