Shades of Lochinvar #51958B
Tints of Lochinvar #51958B
RGB
CMYK
RGB Variations
Color information
#51958B (or 0x51958B) is known color: Lochinvar. HEX triplet: 51, 95 and 8B. RGB value is (81,149,139). Sum of RGB (Red+Green+Blue) = 81+149+139=369 (48% of max value = 765). Red value is 81 (32.03% from 255 or 21.95% from 369); Green value is 149 (58.59% from 255 or 40.38% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 149 - color contains mainly: green. Hex color #51958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51958B is #AE6A74. Grayscale: #7F7F7F. Windows color (decimal): -11430517 or 9147729. OLE color: 9147729.
HSL color Cylindrical-coordinate representation of color #51958B: hue angle of 171.18º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #51958B is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 81 | 149 | 139 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.42 |
| HSL | 171.18º | 0.3% | 0.45% | - |
| HSV(B) | 171.18º | 0.46% | 0.58% | - |
| XYZ | 18.8 | 25.11 | 28.28 | - |
| YUV | 127.53 | 134.47 | 94.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 149 | 139 | 0.46 | 0 | 0.07 | 0.42 | 171.18 | 0.3 | 0.45 |
| Hex | 51 | 95 | 8B | 2E | 0 | 7 | 2A | AB | 1E | 2D |
| Octal | 121 | 225 | 213 | 56 | 0 | 7 | 52 | 253 | 36 | 55 |
| Binary | 1010001 | 10010101 | 10001011 | 101110 | 0 | 111 | 101010 | 10101011 | 11110 | 101101 |
Color Harmonies of #51958B
Complementary color
Monochromatic Colors of #51958B
Black with #51958B
Text Example
Text Example
White with #51958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51958B; }
p { color: rgb(81,149,139); }
H1.HeaderClassName
{
color: #51958B;
}
.AnyTagClassName
{
color: #51958B;
}
</style>
background-color css
<style>
a { background-color: #51958B; }
a { background-color: rgb(81,149,139); }
div.DivClassName
{
background-color: #51958B;
}
.BgClassName
{
background-color: #51958B;
}
</style>
border-color css
<style>
span { border-color: #51958B; }
span { border-color: rgb(81,149,139); }
td.TdClassName
{
border-color: #51958B;
}
.TagClassName
{
border-color: #51958B;
}
</style>