Shades of Lochinvar #509E8D
Tints of Lochinvar #509E8D
RGB
CMYK
RGB Variations
Color information
#509E8D (or 0x509E8D) is known color: Lochinvar. HEX triplet: 50, 9E and 8D. RGB value is (80,158,141). Sum of RGB (Red+Green+Blue) = 80+158+141=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 158 (62.11% from 255 or 41.69% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 158 - color contains mainly: green. Hex color #509E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E8D is #AF6172. Grayscale: #848484. Windows color (decimal): -11493747 or 9281104. OLE color: 9281104.
HSL color Cylindrical-coordinate representation of color #509E8D: hue angle of 166.92º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509E8D is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 158 | 141 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.38 |
| HSL | 166.92º | 0.33% | 0.47% | - |
| HSV(B) | 166.92º | 0.49% | 0.62% | - |
| XYZ | 20.34 | 28.08 | 29.55 | - |
| YUV | 132.74 | 132.66 | 90.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 141 | 0.49 | 0 | 0.11 | 0.38 | 166.92 | 0.33 | 0.47 |
| Hex | 50 | 9E | 8D | 31 | 0 | B | 26 | A7 | 21 | 2F |
| Octal | 120 | 236 | 215 | 61 | 0 | 13 | 46 | 247 | 41 | 57 |
| Binary | 1010000 | 10011110 | 10001101 | 110001 | 0 | 1011 | 100110 | 10100111 | 100001 | 101111 |
Color Harmonies of #509E8D
Complementary color
Monochromatic Colors of #509E8D
Black with #509E8D
Text Example
Text Example
White with #509E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509E8D; }
p { color: rgb(80,158,141); }
H1.HeaderClassName
{
color: #509E8D;
}
.AnyTagClassName
{
color: #509E8D;
}
</style>
background-color css
<style>
a { background-color: #509E8D; }
a { background-color: rgb(80,158,141); }
div.DivClassName
{
background-color: #509E8D;
}
.BgClassName
{
background-color: #509E8D;
}
</style>
border-color css
<style>
span { border-color: #509E8D; }
span { border-color: rgb(80,158,141); }
td.TdClassName
{
border-color: #509E8D;
}
.TagClassName
{
border-color: #509E8D;
}
</style>