Shades of Lochinvar #538F7D
Tints of Lochinvar #538F7D
RGB
CMYK
RGB Variations
Color information
#538F7D (or 0x538F7D) is known color: Lochinvar. HEX triplet: 53, 8F and 7D. RGB value is (83,143,125). Sum of RGB (Red+Green+Blue) = 83+143+125=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #538F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F7D is #AC7082. Grayscale: #7B7B7B. Windows color (decimal): -11300995 or 8228691. OLE color: 8228691.
HSL color Cylindrical-coordinate representation of color #538F7D: hue angle of 162º 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 #538F7D is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 125 | - |
| CMYK | 0.42 | 0 | 0.13 | 0.44 |
| HSL | 162º | 0.27% | 0.44% | - |
| HSV(B) | 162º | 0.42% | 0.56% | - |
| XYZ | 17.09 | 22.96 | 22.93 | - |
| YUV | 123.01 | 129.12 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 125 | 0.42 | 0 | 0.13 | 0.44 | 162 | 0.27 | 0.44 |
| Hex | 53 | 8F | 7D | 2A | 0 | D | 2C | A2 | 1B | 2C |
| Octal | 123 | 217 | 175 | 52 | 0 | 15 | 54 | 242 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1111101 | 101010 | 0 | 1101 | 101100 | 10100010 | 11011 | 101100 |
Color Harmonies of #538F7D
Complementary color
Monochromatic Colors of #538F7D
Black with #538F7D
Text Example
Text Example
White with #538F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F7D; }
p { color: rgb(83,143,125); }
H1.HeaderClassName
{
color: #538F7D;
}
.AnyTagClassName
{
color: #538F7D;
}
</style>
background-color css
<style>
a { background-color: #538F7D; }
a { background-color: rgb(83,143,125); }
div.DivClassName
{
background-color: #538F7D;
}
.BgClassName
{
background-color: #538F7D;
}
</style>
border-color css
<style>
span { border-color: #538F7D; }
span { border-color: rgb(83,143,125); }
td.TdClassName
{
border-color: #538F7D;
}
.TagClassName
{
border-color: #538F7D;
}
</style>