Shades of Lochinvar #518D88
Tints of Lochinvar #518D88
RGB
CMYK
RGB Variations
Color information
#518D88 (or 0x518D88) is known color: Lochinvar. HEX triplet: 51, 8D and 88. RGB value is (81,141,136). Sum of RGB (Red+Green+Blue) = 81+141+136=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #518D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518D88 is #AE7277. Grayscale: #7A7A7A. Windows color (decimal): -11432568 or 8949073. OLE color: 8949073.
HSL color Cylindrical-coordinate representation of color #518D88: hue angle of 175º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D88 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 136 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.45 |
| HSL | 175º | 0.27% | 0.44% | - |
| HSV(B) | 175º | 0.43% | 0.55% | - |
| XYZ | 17.36 | 22.58 | 26.74 | - |
| YUV | 122.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 136 | 0.43 | 0 | 0.04 | 0.45 | 175 | 0.27 | 0.44 |
| Hex | 51 | 8D | 88 | 2B | 0 | 4 | 2D | AF | 1B | 2C |
| Octal | 121 | 215 | 210 | 53 | 0 | 4 | 55 | 257 | 33 | 54 |
| Binary | 1010001 | 10001101 | 10001000 | 101011 | 0 | 100 | 101101 | 10101111 | 11011 | 101100 |
Color Harmonies of #518D88
Complementary color
Monochromatic Colors of #518D88
Black with #518D88
Text Example
Text Example
White with #518D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D88; }
p { color: rgb(81,141,136); }
H1.HeaderClassName
{
color: #518D88;
}
.AnyTagClassName
{
color: #518D88;
}
</style>
background-color css
<style>
a { background-color: #518D88; }
a { background-color: rgb(81,141,136); }
div.DivClassName
{
background-color: #518D88;
}
.BgClassName
{
background-color: #518D88;
}
</style>
border-color css
<style>
span { border-color: #518D88; }
span { border-color: rgb(81,141,136); }
td.TdClassName
{
border-color: #518D88;
}
.TagClassName
{
border-color: #518D88;
}
</style>