Shades of Lochinvar #54958B
Tints of Lochinvar #54958B
RGB
CMYK
RGB Variations
Color information
#54958B (or 0x54958B) is known color: Lochinvar. HEX triplet: 54, 95 and 8B. RGB value is (84,149,139). Sum of RGB (Red+Green+Blue) = 84+149+139=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 149 (58.59% from 255 or 40.05% from 372); Blue value is 139 (54.69% from 255 or 37.37% from 372); Max value from RGB is 149 - color contains mainly: green. Hex color #54958B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54958B is #AB6A74. Grayscale: #808080. Windows color (decimal): -11233909 or 9147732. OLE color: 9147732.
HSL color Cylindrical-coordinate representation of color #54958B: hue angle of 170.77º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54958B is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 139 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.42 |
| HSL | 170.77º | 0.28% | 0.46% | - |
| HSV(B) | 170.77º | 0.44% | 0.58% | - |
| XYZ | 19.06 | 25.24 | 28.29 | - |
| YUV | 128.43 | 133.97 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 139 | 0.44 | 0 | 0.07 | 0.42 | 170.77 | 0.28 | 0.46 |
| Hex | 54 | 95 | 8B | 2C | 0 | 7 | 2A | AB | 1C | 2E |
| Octal | 124 | 225 | 213 | 54 | 0 | 7 | 52 | 253 | 34 | 56 |
| Binary | 1010100 | 10010101 | 10001011 | 101100 | 0 | 111 | 101010 | 10101011 | 11100 | 101110 |
Color Harmonies of #54958B
Complementary color
Monochromatic Colors of #54958B
Black with #54958B
Text Example
Text Example
White with #54958B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54958B; }
p { color: rgb(84,149,139); }
H1.HeaderClassName
{
color: #54958B;
}
.AnyTagClassName
{
color: #54958B;
}
</style>
background-color css
<style>
a { background-color: #54958B; }
a { background-color: rgb(84,149,139); }
div.DivClassName
{
background-color: #54958B;
}
.BgClassName
{
background-color: #54958B;
}
</style>
border-color css
<style>
span { border-color: #54958B; }
span { border-color: rgb(84,149,139); }
td.TdClassName
{
border-color: #54958B;
}
.TagClassName
{
border-color: #54958B;
}
</style>