Shades of Lochinvar #56988A
Tints of Lochinvar #56988A
RGB
CMYK
RGB Variations
Color information
#56988A (or 0x56988A) is known color: Lochinvar. HEX triplet: 56, 98 and 8A. RGB value is (86,152,138). Sum of RGB (Red+Green+Blue) = 86+152+138=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #56988A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56988A is #A96775. Grayscale: #828282. Windows color (decimal): -11102070 or 9082966. OLE color: 9082966.
HSL color Cylindrical-coordinate representation of color #56988A: hue angle of 167.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #56988A is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 138 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.40 |
| HSL | 167.27º | 0.28% | 0.47% | - |
| HSV(B) | 167.27º | 0.43% | 0.6% | - |
| XYZ | 19.65 | 26.27 | 28.08 | - |
| YUV | 130.67 | 132.13 | 96.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 138 | 0.43 | 0 | 0.09 | 0.40 | 167.27 | 0.28 | 0.47 |
| Hex | 56 | 98 | 8A | 2B | 0 | 9 | 28 | A7 | 1C | 2F |
| Octal | 126 | 230 | 212 | 53 | 0 | 11 | 50 | 247 | 34 | 57 |
| Binary | 1010110 | 10011000 | 10001010 | 101011 | 0 | 1001 | 101000 | 10100111 | 11100 | 101111 |
Color Harmonies of #56988A
Complementary color
Monochromatic Colors of #56988A
Black with #56988A
Text Example
Text Example
White with #56988A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56988A; }
p { color: rgb(86,152,138); }
H1.HeaderClassName
{
color: #56988A;
}
.AnyTagClassName
{
color: #56988A;
}
</style>
background-color css
<style>
a { background-color: #56988A; }
a { background-color: rgb(86,152,138); }
div.DivClassName
{
background-color: #56988A;
}
.BgClassName
{
background-color: #56988A;
}
</style>
border-color css
<style>
span { border-color: #56988A; }
span { border-color: rgb(86,152,138); }
td.TdClassName
{
border-color: #56988A;
}
.TagClassName
{
border-color: #56988A;
}
</style>