Shades of Lochinvar #519488
Tints of Lochinvar #519488
RGB
CMYK
RGB Variations
Color information
#519488 (or 0x519488) is known color: Lochinvar. HEX triplet: 51, 94 and 88. RGB value is (81,148,136). Sum of RGB (Red+Green+Blue) = 81+148+136=365 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.19% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 148 - color contains mainly: green. Hex color #519488 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #519488 is #AE6B77. Grayscale: #7E7E7E. Windows color (decimal): -11430776 or 8950865. OLE color: 8950865.
HSL color Cylindrical-coordinate representation of color #519488: hue angle of 169.25º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #519488 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 148 | 136 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.42 |
| HSL | 169.25º | 0.29% | 0.45% | - |
| HSV(B) | 169.25º | 0.45% | 0.58% | - |
| XYZ | 18.43 | 24.71 | 27.09 | - |
| YUV | 126.6 | 133.3 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 148 | 136 | 0.45 | 0 | 0.08 | 0.42 | 169.25 | 0.29 | 0.45 |
| Hex | 51 | 94 | 88 | 2D | 0 | 8 | 2A | A9 | 1D | 2D |
| Octal | 121 | 224 | 210 | 55 | 0 | 10 | 52 | 251 | 35 | 55 |
| Binary | 1010001 | 10010100 | 10001000 | 101101 | 0 | 1000 | 101010 | 10101001 | 11101 | 101101 |
Color Harmonies of #519488
Complementary color
Monochromatic Colors of #519488
Black with #519488
Text Example
Text Example
White with #519488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #519488; }
p { color: rgb(81,148,136); }
H1.HeaderClassName
{
color: #519488;
}
.AnyTagClassName
{
color: #519488;
}
</style>
background-color css
<style>
a { background-color: #519488; }
a { background-color: rgb(81,148,136); }
div.DivClassName
{
background-color: #519488;
}
.BgClassName
{
background-color: #519488;
}
</style>
border-color css
<style>
span { border-color: #519488; }
span { border-color: rgb(81,148,136); }
td.TdClassName
{
border-color: #519488;
}
.TagClassName
{
border-color: #519488;
}
</style>