Shades of Lochinvar #54897F
Tints of Lochinvar #54897F
RGB
CMYK
RGB Variations
Color information
#54897F (or 0x54897F) is known color: Lochinvar. HEX triplet: 54, 89 and 7F. RGB value is (84,137,127). Sum of RGB (Red+Green+Blue) = 84+137+127=348 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.14% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #54897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54897F is #AB7680. Grayscale: #787878. Windows color (decimal): -11236993 or 8358228. OLE color: 8358228.
HSL color Cylindrical-coordinate representation of color #54897F: hue angle of 168.68º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #54897F is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 127 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.46 |
| HSL | 168.68º | 0.24% | 0.43% | - |
| HSV(B) | 168.68º | 0.39% | 0.54% | - |
| XYZ | 16.43 | 21.31 | 23.33 | - |
| YUV | 120.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 127 | 0.39 | 0 | 0.07 | 0.46 | 168.68 | 0.24 | 0.43 |
| Hex | 54 | 89 | 7F | 27 | 0 | 7 | 2E | A9 | 18 | 2B |
| Octal | 124 | 211 | 177 | 47 | 0 | 7 | 56 | 251 | 30 | 53 |
| Binary | 1010100 | 10001001 | 1111111 | 100111 | 0 | 111 | 101110 | 10101001 | 11000 | 101011 |
Color Harmonies of #54897F
Complementary color
Monochromatic Colors of #54897F
Black with #54897F
Text Example
Text Example
White with #54897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54897F; }
p { color: rgb(84,137,127); }
H1.HeaderClassName
{
color: #54897F;
}
.AnyTagClassName
{
color: #54897F;
}
</style>
background-color css
<style>
a { background-color: #54897F; }
a { background-color: rgb(84,137,127); }
div.DivClassName
{
background-color: #54897F;
}
.BgClassName
{
background-color: #54897F;
}
</style>
border-color css
<style>
span { border-color: #54897F; }
span { border-color: rgb(84,137,127); }
td.TdClassName
{
border-color: #54897F;
}
.TagClassName
{
border-color: #54897F;
}
</style>