Shades of Lochinvar #538F7F
Tints of Lochinvar #538F7F
RGB
CMYK
RGB Variations
Color information
#538F7F (or 0x538F7F) is known color: Lochinvar. HEX triplet: 53, 8F and 7F. RGB value is (83,143,127). Sum of RGB (Red+Green+Blue) = 83+143+127=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 143 - color contains mainly: green. Hex color #538F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F7F is #AC7080. Grayscale: #7B7B7B. Windows color (decimal): -11300993 or 8359763. OLE color: 8359763.
HSL color Cylindrical-coordinate representation of color #538F7F: hue angle of 164º 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 #538F7F is Cyan = 0.42, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 127 | - |
| CMYK | 0.42 | 0 | 0.11 | 0.44 |
| HSL | 164º | 0.27% | 0.44% | - |
| HSV(B) | 164º | 0.42% | 0.56% | - |
| XYZ | 17.22 | 23.02 | 23.61 | - |
| YUV | 123.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 127 | 0.42 | 0 | 0.11 | 0.44 | 164 | 0.27 | 0.44 |
| Hex | 53 | 8F | 7F | 2A | 0 | B | 2C | A4 | 1B | 2C |
| Octal | 123 | 217 | 177 | 52 | 0 | 13 | 54 | 244 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1111111 | 101010 | 0 | 1011 | 101100 | 10100100 | 11011 | 101100 |
Color Harmonies of #538F7F
Complementary color
Monochromatic Colors of #538F7F
Black with #538F7F
Text Example
Text Example
White with #538F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F7F; }
p { color: rgb(83,143,127); }
H1.HeaderClassName
{
color: #538F7F;
}
.AnyTagClassName
{
color: #538F7F;
}
</style>
background-color css
<style>
a { background-color: #538F7F; }
a { background-color: rgb(83,143,127); }
div.DivClassName
{
background-color: #538F7F;
}
.BgClassName
{
background-color: #538F7F;
}
</style>
border-color css
<style>
span { border-color: #538F7F; }
span { border-color: rgb(83,143,127); }
td.TdClassName
{
border-color: #538F7F;
}
.TagClassName
{
border-color: #538F7F;
}
</style>