Shades of Lochinvar #54877C
Tints of Lochinvar #54877C
RGB
CMYK
RGB Variations
Color information
#54877C (or 0x54877C) is known color: Lochinvar. HEX triplet: 54, 87 and 7C. RGB value is (84,135,124). Sum of RGB (Red+Green+Blue) = 84+135+124=343 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.49% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #54877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54877C is #AB7883. Grayscale: #767676. Windows color (decimal): -11237508 or 8161108. OLE color: 8161108.
HSL color Cylindrical-coordinate representation of color #54877C: hue angle of 167.06º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #54877C is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 84 | 135 | 124 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.47 |
| HSL | 167.06º | 0.23% | 0.43% | - |
| HSV(B) | 167.06º | 0.38% | 0.53% | - |
| XYZ | 15.96 | 20.67 | 22.22 | - |
| YUV | 118.5 | 131.1 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 135 | 124 | 0.38 | 0 | 0.08 | 0.47 | 167.06 | 0.23 | 0.43 |
| Hex | 54 | 87 | 7C | 26 | 0 | 8 | 2F | A7 | 17 | 2B |
| Octal | 124 | 207 | 174 | 46 | 0 | 10 | 57 | 247 | 27 | 53 |
| Binary | 1010100 | 10000111 | 1111100 | 100110 | 0 | 1000 | 101111 | 10100111 | 10111 | 101011 |
Color Harmonies of #54877C
Complementary color
Monochromatic Colors of #54877C
Black with #54877C
Text Example
Text Example
White with #54877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54877C; }
p { color: rgb(84,135,124); }
H1.HeaderClassName
{
color: #54877C;
}
.AnyTagClassName
{
color: #54877C;
}
</style>
background-color css
<style>
a { background-color: #54877C; }
a { background-color: rgb(84,135,124); }
div.DivClassName
{
background-color: #54877C;
}
.BgClassName
{
background-color: #54877C;
}
</style>
border-color css
<style>
span { border-color: #54877C; }
span { border-color: rgb(84,135,124); }
td.TdClassName
{
border-color: #54877C;
}
.TagClassName
{
border-color: #54877C;
}
</style>