Shades of Lochinvar #509E85
Tints of Lochinvar #509E85
RGB
CMYK
RGB Variations
Color information
#509E85 (or 0x509E85) is known color: Lochinvar. HEX triplet: 50, 9E and 85. RGB value is (80,158,133). Sum of RGB (Red+Green+Blue) = 80+158+133=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 158 - color contains mainly: green. Hex color #509E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509E85 is #AF617A. Grayscale: #838383. Windows color (decimal): -11493755 or 8756816. OLE color: 8756816.
HSL color Cylindrical-coordinate representation of color #509E85: hue angle of 160.77º 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 #509E85 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 158 | 133 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.38 |
| HSL | 160.77º | 0.33% | 0.47% | - |
| HSV(B) | 160.77º | 0.49% | 0.62% | - |
| XYZ | 19.77 | 27.85 | 26.52 | - |
| YUV | 131.83 | 128.66 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 158 | 133 | 0.49 | 0 | 0.16 | 0.38 | 160.77 | 0.33 | 0.47 |
| Hex | 50 | 9E | 85 | 31 | 0 | 10 | 26 | A1 | 21 | 2F |
| Octal | 120 | 236 | 205 | 61 | 0 | 20 | 46 | 241 | 41 | 57 |
| Binary | 1010000 | 10011110 | 10000101 | 110001 | 0 | 10000 | 100110 | 10100001 | 100001 | 101111 |
Color Harmonies of #509E85
Complementary color
Monochromatic Colors of #509E85
Black with #509E85
Text Example
Text Example
White with #509E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509E85; }
p { color: rgb(80,158,133); }
H1.HeaderClassName
{
color: #509E85;
}
.AnyTagClassName
{
color: #509E85;
}
</style>
background-color css
<style>
a { background-color: #509E85; }
a { background-color: rgb(80,158,133); }
div.DivClassName
{
background-color: #509E85;
}
.BgClassName
{
background-color: #509E85;
}
</style>
border-color css
<style>
span { border-color: #509E85; }
span { border-color: rgb(80,158,133); }
td.TdClassName
{
border-color: #509E85;
}
.TagClassName
{
border-color: #509E85;
}
</style>