Shades of Lochinvar #51877C
Tints of Lochinvar #51877C
RGB
CMYK
RGB Variations
Color information
#51877C (or 0x51877C) is known color: Lochinvar. HEX triplet: 51, 87 and 7C. RGB value is (81,135,124). Sum of RGB (Red+Green+Blue) = 81+135+124=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 135 (53.12% from 255 or 39.71% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 135 - color contains mainly: green. Hex color #51877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51877C is #AE7883. Grayscale: #757575. Windows color (decimal): -11434116 or 8161105. OLE color: 8161105.
HSL color Cylindrical-coordinate representation of color #51877C: hue angle of 167.78º 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 #51877C is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 135 | 124 | - |
| CMYK | 0.40 | 0 | 0.08 | 0.47 |
| HSL | 167.78º | 0.25% | 0.42% | - |
| HSV(B) | 167.78º | 0.4% | 0.53% | - |
| XYZ | 15.7 | 20.53 | 22.2 | - |
| YUV | 117.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 124 | 0.40 | 0 | 0.08 | 0.47 | 167.78 | 0.25 | 0.42 |
| Hex | 51 | 87 | 7C | 28 | 0 | 8 | 2F | A8 | 19 | 2A |
| Octal | 121 | 207 | 174 | 50 | 0 | 10 | 57 | 250 | 31 | 52 |
| Binary | 1010001 | 10000111 | 1111100 | 101000 | 0 | 1000 | 101111 | 10101000 | 11001 | 101010 |
Color Harmonies of #51877C
Complementary color
Monochromatic Colors of #51877C
Black with #51877C
Text Example
Text Example
White with #51877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51877C; }
p { color: rgb(81,135,124); }
H1.HeaderClassName
{
color: #51877C;
}
.AnyTagClassName
{
color: #51877C;
}
</style>
background-color css
<style>
a { background-color: #51877C; }
a { background-color: rgb(81,135,124); }
div.DivClassName
{
background-color: #51877C;
}
.BgClassName
{
background-color: #51877C;
}
</style>
border-color css
<style>
span { border-color: #51877C; }
span { border-color: rgb(81,135,124); }
td.TdClassName
{
border-color: #51877C;
}
.TagClassName
{
border-color: #51877C;
}
</style>