Shades of Lochinvar #54968C
Tints of Lochinvar #54968C
RGB
CMYK
RGB Variations
Color information
#54968C (or 0x54968C) is known color: Lochinvar. HEX triplet: 54, 96 and 8C. RGB value is (84,150,140). Sum of RGB (Red+Green+Blue) = 84+150+140=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 150 - color contains mainly: green. Hex color #54968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54968C is #AB6973. Grayscale: #818181. Windows color (decimal): -11233652 or 9213524. OLE color: 9213524.
HSL color Cylindrical-coordinate representation of color #54968C: hue angle of 170.91º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54968C is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 140 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.41 |
| HSL | 170.91º | 0.28% | 0.46% | - |
| HSV(B) | 170.91º | 0.44% | 0.59% | - |
| XYZ | 19.3 | 25.59 | 28.73 | - |
| YUV | 129.13 | 134.13 | 95.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 140 | 0.44 | 0 | 0.07 | 0.41 | 170.91 | 0.28 | 0.46 |
| Hex | 54 | 96 | 8C | 2C | 0 | 7 | 29 | AB | 1C | 2E |
| Octal | 124 | 226 | 214 | 54 | 0 | 7 | 51 | 253 | 34 | 56 |
| Binary | 1010100 | 10010110 | 10001100 | 101100 | 0 | 111 | 101001 | 10101011 | 11100 | 101110 |
Color Harmonies of #54968C
Complementary color
Monochromatic Colors of #54968C
Black with #54968C
Text Example
Text Example
White with #54968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54968C; }
p { color: rgb(84,150,140); }
H1.HeaderClassName
{
color: #54968C;
}
.AnyTagClassName
{
color: #54968C;
}
</style>
background-color css
<style>
a { background-color: #54968C; }
a { background-color: rgb(84,150,140); }
div.DivClassName
{
background-color: #54968C;
}
.BgClassName
{
background-color: #54968C;
}
</style>
border-color css
<style>
span { border-color: #54968C; }
span { border-color: rgb(84,150,140); }
td.TdClassName
{
border-color: #54968C;
}
.TagClassName
{
border-color: #54968C;
}
</style>