Shades of Lochinvar #508780
Tints of Lochinvar #508780
RGB
CMYK
RGB Variations
Color information
#508780 (or 0x508780) is known color: Lochinvar. HEX triplet: 50, 87 and 80. RGB value is (80,135,128). Sum of RGB (Red+Green+Blue) = 80+135+128=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #508780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508780 is #AF787F. Grayscale: #757575. Windows color (decimal): -11499648 or 8423248. OLE color: 8423248.
HSL color Cylindrical-coordinate representation of color #508780: hue angle of 172.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #508780 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 80 | 135 | 128 | - |
| CMYK | 0.41 | 0 | 0.05 | 0.47 |
| HSL | 172.36º | 0.26% | 0.42% | - |
| HSV(B) | 172.36º | 0.41% | 0.53% | - |
| XYZ | 15.87 | 20.59 | 23.56 | - |
| YUV | 117.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 135 | 128 | 0.41 | 0 | 0.05 | 0.47 | 172.36 | 0.26 | 0.42 |
| Hex | 50 | 87 | 80 | 29 | 0 | 5 | 2F | AC | 1A | 2A |
| Octal | 120 | 207 | 200 | 51 | 0 | 5 | 57 | 254 | 32 | 52 |
| Binary | 1010000 | 10000111 | 10000000 | 101001 | 0 | 101 | 101111 | 10101100 | 11010 | 101010 |
Color Harmonies of #508780
Complementary color
Monochromatic Colors of #508780
Black with #508780
Text Example
Text Example
White with #508780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508780; }
p { color: rgb(80,135,128); }
H1.HeaderClassName
{
color: #508780;
}
.AnyTagClassName
{
color: #508780;
}
</style>
background-color css
<style>
a { background-color: #508780; }
a { background-color: rgb(80,135,128); }
div.DivClassName
{
background-color: #508780;
}
.BgClassName
{
background-color: #508780;
}
</style>
border-color css
<style>
span { border-color: #508780; }
span { border-color: rgb(80,135,128); }
td.TdClassName
{
border-color: #508780;
}
.TagClassName
{
border-color: #508780;
}
</style>