Shades of Lochinvar #508D89
Tints of Lochinvar #508D89
RGB
CMYK
RGB Variations
Color information
#508D89 (or 0x508D89) is known color: Lochinvar. HEX triplet: 50, 8D and 89. RGB value is (80,141,137). Sum of RGB (Red+Green+Blue) = 80+141+137=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #508D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508D89 is #AF7276. Grayscale: #7A7A7A. Windows color (decimal): -11498103 or 9014608. OLE color: 9014608.
HSL color Cylindrical-coordinate representation of color #508D89: hue angle of 176.07º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #508D89 is Cyan = 0.43, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 141 | 137 | - |
| CMYK | 0.43 | 0 | 0.03 | 0.45 |
| HSL | 176.07º | 0.28% | 0.43% | - |
| HSV(B) | 176.07º | 0.43% | 0.55% | - |
| XYZ | 17.35 | 22.56 | 27.11 | - |
| YUV | 122.31 | 136.29 | 97.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 141 | 137 | 0.43 | 0 | 0.03 | 0.45 | 176.07 | 0.28 | 0.43 |
| Hex | 50 | 8D | 89 | 2B | 0 | 3 | 2D | B0 | 1C | 2B |
| Octal | 120 | 215 | 211 | 53 | 0 | 3 | 55 | 260 | 34 | 53 |
| Binary | 1010000 | 10001101 | 10001001 | 101011 | 0 | 11 | 101101 | 10110000 | 11100 | 101011 |
Color Harmonies of #508D89
Complementary color
Monochromatic Colors of #508D89
Black with #508D89
Text Example
Text Example
White with #508D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508D89; }
p { color: rgb(80,141,137); }
H1.HeaderClassName
{
color: #508D89;
}
.AnyTagClassName
{
color: #508D89;
}
</style>
background-color css
<style>
a { background-color: #508D89; }
a { background-color: rgb(80,141,137); }
div.DivClassName
{
background-color: #508D89;
}
.BgClassName
{
background-color: #508D89;
}
</style>
border-color css
<style>
span { border-color: #508D89; }
span { border-color: rgb(80,141,137); }
td.TdClassName
{
border-color: #508D89;
}
.TagClassName
{
border-color: #508D89;
}
</style>