Shades of Lochinvar #508B81
Tints of Lochinvar #508B81
RGB
CMYK
RGB Variations
Color information
#508B81 (or 0x508B81) is known color: Lochinvar. HEX triplet: 50, 8B and 81. RGB value is (80,139,129). Sum of RGB (Red+Green+Blue) = 80+139+129=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 129 (50.78% from 255 or 37.07% from 348); Max value from RGB is 139 - color contains mainly: green. Hex color #508B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508B81 is #AF747E. Grayscale: #787878. Windows color (decimal): -11498623 or 8489808. OLE color: 8489808.
HSL color Cylindrical-coordinate representation of color #508B81: hue angle of 169.83º 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 #508B81 is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 139 | 129 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.45 |
| HSL | 169.83º | 0.27% | 0.43% | - |
| HSV(B) | 169.83º | 0.42% | 0.55% | - |
| XYZ | 16.5 | 21.76 | 24.1 | - |
| YUV | 120.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 139 | 129 | 0.42 | 0 | 0.07 | 0.45 | 169.83 | 0.27 | 0.43 |
| Hex | 50 | 8B | 81 | 2A | 0 | 7 | 2D | AA | 1B | 2B |
| Octal | 120 | 213 | 201 | 52 | 0 | 7 | 55 | 252 | 33 | 53 |
| Binary | 1010000 | 10001011 | 10000001 | 101010 | 0 | 111 | 101101 | 10101010 | 11011 | 101011 |
Color Harmonies of #508B81
Complementary color
Monochromatic Colors of #508B81
Black with #508B81
Text Example
Text Example
White with #508B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #508B81; }
p { color: rgb(80,139,129); }
H1.HeaderClassName
{
color: #508B81;
}
.AnyTagClassName
{
color: #508B81;
}
</style>
background-color css
<style>
a { background-color: #508B81; }
a { background-color: rgb(80,139,129); }
div.DivClassName
{
background-color: #508B81;
}
.BgClassName
{
background-color: #508B81;
}
</style>
border-color css
<style>
span { border-color: #508B81; }
span { border-color: rgb(80,139,129); }
td.TdClassName
{
border-color: #508B81;
}
.TagClassName
{
border-color: #508B81;
}
</style>