Shades of Lochinvar #508A7F
Tints of Lochinvar #508A7F
RGB
CMYK
RGB Variations
Color information
#508A7F (or 0x508A7F) is known color: Lochinvar. HEX triplet: 50, 8A and 7F. RGB value is (80,138,127). Sum of RGB (Red+Green+Blue) = 80+138+127=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #508A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508A7F is #AF7580. Grayscale: #777777. Windows color (decimal): -11498881 or 8358480. OLE color: 8358480.
HSL color Cylindrical-coordinate representation of color #508A7F: hue angle of 168.62º 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 #508A7F is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 80 | 138 | 127 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.46 |
| HSL | 168.62º | 0.27% | 0.43% | - |
| HSV(B) | 168.62º | 0.42% | 0.54% | - |
| XYZ | 16.23 | 21.41 | 23.36 | - |
| YUV | 119.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 138 | 127 | 0.42 | 0 | 0.08 | 0.46 | 168.62 | 0.27 | 0.43 |
| Hex | 50 | 8A | 7F | 2A | 0 | 8 | 2E | A9 | 1B | 2B |
| Octal | 120 | 212 | 177 | 52 | 0 | 10 | 56 | 251 | 33 | 53 |
| Binary | 1010000 | 10001010 | 1111111 | 101010 | 0 | 1000 | 101110 | 10101001 | 11011 | 101011 |
Color Harmonies of #508A7F
Complementary color
Monochromatic Colors of #508A7F
Black with #508A7F
Text Example
Text Example
White with #508A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508A7F; }
p { color: rgb(80,138,127); }
H1.HeaderClassName
{
color: #508A7F;
}
.AnyTagClassName
{
color: #508A7F;
}
</style>
background-color css
<style>
a { background-color: #508A7F; }
a { background-color: rgb(80,138,127); }
div.DivClassName
{
background-color: #508A7F;
}
.BgClassName
{
background-color: #508A7F;
}
</style>
border-color css
<style>
span { border-color: #508A7F; }
span { border-color: rgb(80,138,127); }
td.TdClassName
{
border-color: #508A7F;
}
.TagClassName
{
border-color: #508A7F;
}
</style>