Shades of Lochinvar #508A86
Tints of Lochinvar #508A86
RGB
CMYK
RGB Variations
Color information
#508A86 (or 0x508A86) is known color: Lochinvar. HEX triplet: 50, 8A and 86. RGB value is (80,138,134). Sum of RGB (Red+Green+Blue) = 80+138+134=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 138 - color contains mainly: green. Hex color #508A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508A86 is #AF7579. Grayscale: #787878. Windows color (decimal): -11498874 or 8817232. OLE color: 8817232.
HSL color Cylindrical-coordinate representation of color #508A86: hue angle of 175.86º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508A86 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 134 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.46 |
| HSL | 175.86º | 0.27% | 0.43% | - |
| HSV(B) | 175.86º | 0.42% | 0.54% | - |
| XYZ | 16.7 | 21.6 | 25.84 | - |
| YUV | 120.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 134 | 0.42 | 0 | 0.03 | 0.46 | 175.86 | 0.27 | 0.43 |
| Hex | 50 | 8A | 86 | 2A | 0 | 3 | 2E | B0 | 1B | 2B |
| Octal | 120 | 212 | 206 | 52 | 0 | 3 | 56 | 260 | 33 | 53 |
| Binary | 1010000 | 10001010 | 10000110 | 101010 | 0 | 11 | 101110 | 10110000 | 11011 | 101011 |
Color Harmonies of #508A86
Complementary color
Monochromatic Colors of #508A86
Black with #508A86
Text Example
Text Example
White with #508A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A86; }
p { color: rgb(80,138,134); }
H1.HeaderClassName
{
color: #508A86;
}
.AnyTagClassName
{
color: #508A86;
}
</style>
background-color css
<style>
a { background-color: #508A86; }
a { background-color: rgb(80,138,134); }
div.DivClassName
{
background-color: #508A86;
}
.BgClassName
{
background-color: #508A86;
}
</style>
border-color css
<style>
span { border-color: #508A86; }
span { border-color: rgb(80,138,134); }
td.TdClassName
{
border-color: #508A86;
}
.TagClassName
{
border-color: #508A86;
}
</style>