Shades of Lochinvar #509C86
Tints of Lochinvar #509C86
RGB
CMYK
RGB Variations
Color information
#509C86 (or 0x509C86) is known color: Lochinvar. HEX triplet: 50, 9C and 86. RGB value is (80,156,134). Sum of RGB (Red+Green+Blue) = 80+156+134=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 156 (61.33% from 255 or 42.16% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 156 - color contains mainly: green. Hex color #509C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #509C86 is #AF6379. Grayscale: #828282. Windows color (decimal): -11494266 or 8821840. OLE color: 8821840.
HSL color Cylindrical-coordinate representation of color #509C86: hue angle of 162.63º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C86 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 134 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.39 |
| HSL | 162.63º | 0.32% | 0.46% | - |
| HSV(B) | 162.63º | 0.49% | 0.61% | - |
| XYZ | 19.5 | 27.2 | 26.78 | - |
| YUV | 130.77 | 129.82 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 134 | 0.49 | 0 | 0.14 | 0.39 | 162.63 | 0.32 | 0.46 |
| Hex | 50 | 9C | 86 | 31 | 0 | E | 27 | A3 | 20 | 2E |
| Octal | 120 | 234 | 206 | 61 | 0 | 16 | 47 | 243 | 40 | 56 |
| Binary | 1010000 | 10011100 | 10000110 | 110001 | 0 | 1110 | 100111 | 10100011 | 100000 | 101110 |
Color Harmonies of #509C86
Complementary color
Monochromatic Colors of #509C86
Black with #509C86
Text Example
Text Example
White with #509C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C86; }
p { color: rgb(80,156,134); }
H1.HeaderClassName
{
color: #509C86;
}
.AnyTagClassName
{
color: #509C86;
}
</style>
background-color css
<style>
a { background-color: #509C86; }
a { background-color: rgb(80,156,134); }
div.DivClassName
{
background-color: #509C86;
}
.BgClassName
{
background-color: #509C86;
}
</style>
border-color css
<style>
span { border-color: #509C86; }
span { border-color: rgb(80,156,134); }
td.TdClassName
{
border-color: #509C86;
}
.TagClassName
{
border-color: #509C86;
}
</style>