Shades of Lochinvar #56968C
Tints of Lochinvar #56968C
RGB
CMYK
RGB Variations
Color information
#56968C (or 0x56968C) is known color: Lochinvar. HEX triplet: 56, 96 and 8C. RGB value is (86,150,140). Sum of RGB (Red+Green+Blue) = 86+150+140=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #56968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56968C is #A96973. Grayscale: #818181. Windows color (decimal): -11102580 or 9213526. OLE color: 9213526.
HSL color Cylindrical-coordinate representation of color #56968C: hue angle of 170.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56968C is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 150 | 140 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.41 |
| HSL | 170.63º | 0.27% | 0.46% | - |
| HSV(B) | 170.63º | 0.43% | 0.59% | - |
| XYZ | 19.48 | 25.68 | 28.74 | - |
| YUV | 129.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 150 | 140 | 0.43 | 0 | 0.07 | 0.41 | 170.63 | 0.27 | 0.46 |
| Hex | 56 | 96 | 8C | 2B | 0 | 7 | 29 | AB | 1B | 2E |
| Octal | 126 | 226 | 214 | 53 | 0 | 7 | 51 | 253 | 33 | 56 |
| Binary | 1010110 | 10010110 | 10001100 | 101011 | 0 | 111 | 101001 | 10101011 | 11011 | 101110 |
Color Harmonies of #56968C
Complementary color
Monochromatic Colors of #56968C
Black with #56968C
Text Example
Text Example
White with #56968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56968C; }
p { color: rgb(86,150,140); }
H1.HeaderClassName
{
color: #56968C;
}
.AnyTagClassName
{
color: #56968C;
}
</style>
background-color css
<style>
a { background-color: #56968C; }
a { background-color: rgb(86,150,140); }
div.DivClassName
{
background-color: #56968C;
}
.BgClassName
{
background-color: #56968C;
}
</style>
border-color css
<style>
span { border-color: #56968C; }
span { border-color: rgb(86,150,140); }
td.TdClassName
{
border-color: #56968C;
}
.TagClassName
{
border-color: #56968C;
}
</style>