Shades of Lochinvar #51877B
Tints of Lochinvar #51877B
RGB
CMYK
RGB Variations
Color information
#51877B (or 0x51877B) is known color: Lochinvar. HEX triplet: 51, 87 and 7B. RGB value is (81,135,123). Sum of RGB (Red+Green+Blue) = 81+135+123=339 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.89% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #51877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51877B is #AE7884. Grayscale: #757575. Windows color (decimal): -11434117 or 8095569. OLE color: 8095569.
HSL color Cylindrical-coordinate representation of color #51877B: hue angle of 166.67º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51877B is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 135 | 123 | - |
| CMYK | 0.40 | 0 | 0.09 | 0.47 |
| HSL | 166.67º | 0.25% | 0.42% | - |
| HSV(B) | 166.67º | 0.4% | 0.53% | - |
| XYZ | 15.63 | 20.51 | 21.87 | - |
| YUV | 117.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 123 | 0.40 | 0 | 0.09 | 0.47 | 166.67 | 0.25 | 0.42 |
| Hex | 51 | 87 | 7B | 28 | 0 | 9 | 2F | A7 | 19 | 2A |
| Octal | 121 | 207 | 173 | 50 | 0 | 11 | 57 | 247 | 31 | 52 |
| Binary | 1010001 | 10000111 | 1111011 | 101000 | 0 | 1001 | 101111 | 10100111 | 11001 | 101010 |
Color Harmonies of #51877B
Complementary color
Monochromatic Colors of #51877B
Black with #51877B
Text Example
Text Example
White with #51877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51877B; }
p { color: rgb(81,135,123); }
H1.HeaderClassName
{
color: #51877B;
}
.AnyTagClassName
{
color: #51877B;
}
</style>
background-color css
<style>
a { background-color: #51877B; }
a { background-color: rgb(81,135,123); }
div.DivClassName
{
background-color: #51877B;
}
.BgClassName
{
background-color: #51877B;
}
</style>
border-color css
<style>
span { border-color: #51877B; }
span { border-color: rgb(81,135,123); }
td.TdClassName
{
border-color: #51877B;
}
.TagClassName
{
border-color: #51877B;
}
</style>