Shades of Lochinvar #508B7D
Tints of Lochinvar #508B7D
RGB
CMYK
RGB Variations
Color information
#508B7D (or 0x508B7D) is known color: Lochinvar. HEX triplet: 50, 8B and 7D. RGB value is (80,139,125). Sum of RGB (Red+Green+Blue) = 80+139+125=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 139 (54.69% from 255 or 40.41% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 139 - color contains mainly: green. Hex color #508B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #508B7D is #AF7482. Grayscale: #777777. Windows color (decimal): -11498627 or 8227664. OLE color: 8227664.
HSL color Cylindrical-coordinate representation of color #508B7D: hue angle of 165.76º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #508B7D is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 125 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.45 |
| HSL | 165.76º | 0.27% | 0.43% | - |
| HSV(B) | 165.76º | 0.42% | 0.55% | - |
| XYZ | 16.24 | 21.65 | 22.73 | - |
| YUV | 119.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 125 | 0.42 | 0 | 0.10 | 0.45 | 165.76 | 0.27 | 0.43 |
| Hex | 50 | 8B | 7D | 2A | 0 | A | 2D | A6 | 1B | 2B |
| Octal | 120 | 213 | 175 | 52 | 0 | 12 | 55 | 246 | 33 | 53 |
| Binary | 1010000 | 10001011 | 1111101 | 101010 | 0 | 1010 | 101101 | 10100110 | 11011 | 101011 |
Color Harmonies of #508B7D
Complementary color
Monochromatic Colors of #508B7D
Black with #508B7D
Text Example
Text Example
White with #508B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B7D; }
p { color: rgb(80,139,125); }
H1.HeaderClassName
{
color: #508B7D;
}
.AnyTagClassName
{
color: #508B7D;
}
</style>
background-color css
<style>
a { background-color: #508B7D; }
a { background-color: rgb(80,139,125); }
div.DivClassName
{
background-color: #508B7D;
}
.BgClassName
{
background-color: #508B7D;
}
</style>
border-color css
<style>
span { border-color: #508B7D; }
span { border-color: rgb(80,139,125); }
td.TdClassName
{
border-color: #508B7D;
}
.TagClassName
{
border-color: #508B7D;
}
</style>