Shades of Lochinvar #518883
Tints of Lochinvar #518883
RGB
CMYK
RGB Variations
Color information
#518883 (or 0x518883) is known color: Lochinvar. HEX triplet: 51, 88 and 83. RGB value is (81,136,131). Sum of RGB (Red+Green+Blue) = 81+136+131=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 136 (53.52% from 255 or 39.08% from 348); Blue value is 131 (51.56% from 255 or 37.64% from 348); Max value from RGB is 136 - color contains mainly: green. Hex color #518883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #518883 is #AE777C. Grayscale: #767676. Windows color (decimal): -11433853 or 8620113. OLE color: 8620113.
HSL color Cylindrical-coordinate representation of color #518883: hue angle of 174.55º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #518883 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 136 | 131 | - |
| CMYK | 0.40 | 0 | 0.04 | 0.47 |
| HSL | 174.55º | 0.25% | 0.43% | - |
| HSV(B) | 174.55º | 0.4% | 0.53% | - |
| XYZ | 16.29 | 21 | 24.67 | - |
| YUV | 118.99 | 134.78 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 136 | 131 | 0.40 | 0 | 0.04 | 0.47 | 174.55 | 0.25 | 0.43 |
| Hex | 51 | 88 | 83 | 28 | 0 | 4 | 2F | AF | 19 | 2B |
| Octal | 121 | 210 | 203 | 50 | 0 | 4 | 57 | 257 | 31 | 53 |
| Binary | 1010001 | 10001000 | 10000011 | 101000 | 0 | 100 | 101111 | 10101111 | 11001 | 101011 |
Color Harmonies of #518883
Complementary color
Monochromatic Colors of #518883
Black with #518883
Text Example
Text Example
White with #518883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518883; }
p { color: rgb(81,136,131); }
H1.HeaderClassName
{
color: #518883;
}
.AnyTagClassName
{
color: #518883;
}
</style>
background-color css
<style>
a { background-color: #518883; }
a { background-color: rgb(81,136,131); }
div.DivClassName
{
background-color: #518883;
}
.BgClassName
{
background-color: #518883;
}
</style>
border-color css
<style>
span { border-color: #518883; }
span { border-color: rgb(81,136,131); }
td.TdClassName
{
border-color: #518883;
}
.TagClassName
{
border-color: #518883;
}
</style>