Shades of Lochinvar #54A292
Tints of Lochinvar #54A292
RGB
CMYK
RGB Variations
Color information
#54A292 (or 0x54A292) is known color: Lochinvar. HEX triplet: 54, A2 and 92. RGB value is (84,162,146). Sum of RGB (Red+Green+Blue) = 84+162+146=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 146 (57.42% from 255 or 37.24% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #54A292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54A292 is #AB5D6D. Grayscale: #888888. Windows color (decimal): -11230574 or 9609812. OLE color: 9609812.
HSL color Cylindrical-coordinate representation of color #54A292: hue angle of 167.69º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54A292 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 84 | 162 | 146 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.36 |
| HSL | 167.69º | 0.32% | 0.48% | - |
| HSV(B) | 167.69º | 0.48% | 0.64% | - |
| XYZ | 21.76 | 29.8 | 31.8 | - |
| YUV | 136.85 | 133.16 | 90.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 162 | 146 | 0.48 | 0 | 0.10 | 0.36 | 167.69 | 0.32 | 0.48 |
| Hex | 54 | A2 | 92 | 30 | 0 | A | 24 | A8 | 20 | 30 |
| Octal | 124 | 242 | 222 | 60 | 0 | 12 | 44 | 250 | 40 | 60 |
| Binary | 1010100 | 10100010 | 10010010 | 110000 | 0 | 1010 | 100100 | 10101000 | 100000 | 110000 |
Color Harmonies of #54A292
Complementary color
Monochromatic Colors of #54A292
Black with #54A292
Text Example
Text Example
White with #54A292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A292; }
p { color: rgb(84,162,146); }
H1.HeaderClassName
{
color: #54A292;
}
.AnyTagClassName
{
color: #54A292;
}
</style>
background-color css
<style>
a { background-color: #54A292; }
a { background-color: rgb(84,162,146); }
div.DivClassName
{
background-color: #54A292;
}
.BgClassName
{
background-color: #54A292;
}
</style>
border-color css
<style>
span { border-color: #54A292; }
span { border-color: rgb(84,162,146); }
td.TdClassName
{
border-color: #54A292;
}
.TagClassName
{
border-color: #54A292;
}
</style>