Shades of Lochinvar #54948D
Tints of Lochinvar #54948D
RGB
CMYK
RGB Variations
Color information
#54948D (or 0x54948D) is known color: Lochinvar. HEX triplet: 54, 94 and 8D. RGB value is (84,148,141). Sum of RGB (Red+Green+Blue) = 84+148+141=373 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.52% from 373); Green value is 148 (58.20% from 255 or 39.68% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 148 - color contains mainly: green. Hex color #54948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54948D is #AB6B72. Grayscale: #808080. Windows color (decimal): -11234163 or 9278548. OLE color: 9278548.
HSL color Cylindrical-coordinate representation of color #54948D: hue angle of 173.44º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #54948D is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 148 | 141 | - |
| CMYK | 0.43 | 0 | 0.05 | 0.42 |
| HSL | 173.44º | 0.28% | 0.45% | - |
| HSV(B) | 173.44º | 0.43% | 0.58% | - |
| XYZ | 19.05 | 24.99 | 29.02 | - |
| YUV | 128.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 148 | 141 | 0.43 | 0 | 0.05 | 0.42 | 173.44 | 0.28 | 0.45 |
| Hex | 54 | 94 | 8D | 2B | 0 | 5 | 2A | AD | 1C | 2D |
| Octal | 124 | 224 | 215 | 53 | 0 | 5 | 52 | 255 | 34 | 55 |
| Binary | 1010100 | 10010100 | 10001101 | 101011 | 0 | 101 | 101010 | 10101101 | 11100 | 101101 |
Color Harmonies of #54948D
Complementary color
Monochromatic Colors of #54948D
Black with #54948D
Text Example
Text Example
White with #54948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54948D; }
p { color: rgb(84,148,141); }
H1.HeaderClassName
{
color: #54948D;
}
.AnyTagClassName
{
color: #54948D;
}
</style>
background-color css
<style>
a { background-color: #54948D; }
a { background-color: rgb(84,148,141); }
div.DivClassName
{
background-color: #54948D;
}
.BgClassName
{
background-color: #54948D;
}
</style>
border-color css
<style>
span { border-color: #54948D; }
span { border-color: rgb(84,148,141); }
td.TdClassName
{
border-color: #54948D;
}
.TagClassName
{
border-color: #54948D;
}
</style>