Shades of Lochinvar #508E7B
Tints of Lochinvar #508E7B
RGB
CMYK
RGB Variations
Color information
#508E7B (or 0x508E7B) is known color: Lochinvar. HEX triplet: 50, 8E and 7B. RGB value is (80,142,123). Sum of RGB (Red+Green+Blue) = 80+142+123=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 142 (55.86% from 255 or 41.16% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 142 - color contains mainly: green. Hex color #508E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508E7B is #AF7184. Grayscale: #797979. Windows color (decimal): -11497861 or 8097360. OLE color: 8097360.
HSL color Cylindrical-coordinate representation of color #508E7B: hue angle of 161.61º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508E7B is Cyan = 0.44, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 142 | 123 | - |
| CMYK | 0.44 | 0 | 0.13 | 0.44 |
| HSL | 161.61º | 0.28% | 0.44% | - |
| HSV(B) | 161.61º | 0.44% | 0.56% | - |
| XYZ | 16.56 | 22.48 | 22.21 | - |
| YUV | 121.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 142 | 123 | 0.44 | 0 | 0.13 | 0.44 | 161.61 | 0.28 | 0.44 |
| Hex | 50 | 8E | 7B | 2C | 0 | D | 2C | A2 | 1C | 2C |
| Octal | 120 | 216 | 173 | 54 | 0 | 15 | 54 | 242 | 34 | 54 |
| Binary | 1010000 | 10001110 | 1111011 | 101100 | 0 | 1101 | 101100 | 10100010 | 11100 | 101100 |
Color Harmonies of #508E7B
Complementary color
Monochromatic Colors of #508E7B
Black with #508E7B
Text Example
Text Example
White with #508E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508E7B; }
p { color: rgb(80,142,123); }
H1.HeaderClassName
{
color: #508E7B;
}
.AnyTagClassName
{
color: #508E7B;
}
</style>
background-color css
<style>
a { background-color: #508E7B; }
a { background-color: rgb(80,142,123); }
div.DivClassName
{
background-color: #508E7B;
}
.BgClassName
{
background-color: #508E7B;
}
</style>
border-color css
<style>
span { border-color: #508E7B; }
span { border-color: rgb(80,142,123); }
td.TdClassName
{
border-color: #508E7B;
}
.TagClassName
{
border-color: #508E7B;
}
</style>