Shades of Lochinvar #518B87
Tints of Lochinvar #518B87
RGB
CMYK
RGB Variations
Color information
#518B87 (or 0x518B87) is known color: Lochinvar. HEX triplet: 51, 8B and 87. RGB value is (81,139,135). Sum of RGB (Red+Green+Blue) = 81+139+135=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 139 (54.69% from 255 or 39.15% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 139 - color contains mainly: green. Hex color #518B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518B87 is #AE7478. Grayscale: #797979. Windows color (decimal): -11433081 or 8883025. OLE color: 8883025.
HSL color Cylindrical-coordinate representation of color #518B87: hue angle of 175.86º degrees, saturation: 0.26, 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 #518B87 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 139 | 135 | - |
| CMYK | 0.42 | 0 | 0.03 | 0.45 |
| HSL | 175.86º | 0.26% | 0.43% | - |
| HSV(B) | 175.86º | 0.42% | 0.55% | - |
| XYZ | 17 | 21.96 | 26.27 | - |
| YUV | 121.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 135 | 0.42 | 0 | 0.03 | 0.45 | 175.86 | 0.26 | 0.43 |
| Hex | 51 | 8B | 87 | 2A | 0 | 3 | 2D | B0 | 1A | 2B |
| Octal | 121 | 213 | 207 | 52 | 0 | 3 | 55 | 260 | 32 | 53 |
| Binary | 1010001 | 10001011 | 10000111 | 101010 | 0 | 11 | 101101 | 10110000 | 11010 | 101011 |
Color Harmonies of #518B87
Complementary color
Monochromatic Colors of #518B87
Black with #518B87
Text Example
Text Example
White with #518B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B87; }
p { color: rgb(81,139,135); }
H1.HeaderClassName
{
color: #518B87;
}
.AnyTagClassName
{
color: #518B87;
}
</style>
background-color css
<style>
a { background-color: #518B87; }
a { background-color: rgb(81,139,135); }
div.DivClassName
{
background-color: #518B87;
}
.BgClassName
{
background-color: #518B87;
}
</style>
border-color css
<style>
span { border-color: #518B87; }
span { border-color: rgb(81,139,135); }
td.TdClassName
{
border-color: #518B87;
}
.TagClassName
{
border-color: #518B87;
}
</style>