Shades of Lochinvar #56988B
Tints of Lochinvar #56988B
RGB
CMYK
RGB Variations
Color information
#56988B (or 0x56988B) is known color: Lochinvar. HEX triplet: 56, 98 and 8B. RGB value is (86,152,139). Sum of RGB (Red+Green+Blue) = 86+152+139=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #56988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56988B is #A96774. Grayscale: #828282. Windows color (decimal): -11102069 or 9148502. OLE color: 9148502.
HSL color Cylindrical-coordinate representation of color #56988B: hue angle of 168.18º 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 #56988B is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 152 | 139 | - |
| CMYK | 0.43 | 0 | 0.09 | 0.40 |
| HSL | 168.18º | 0.28% | 0.47% | - |
| HSV(B) | 168.18º | 0.43% | 0.6% | - |
| XYZ | 19.73 | 26.3 | 28.46 | - |
| YUV | 130.78 | 132.63 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 152 | 139 | 0.43 | 0 | 0.09 | 0.40 | 168.18 | 0.28 | 0.47 |
| Hex | 56 | 98 | 8B | 2B | 0 | 9 | 28 | A8 | 1C | 2F |
| Octal | 126 | 230 | 213 | 53 | 0 | 11 | 50 | 250 | 34 | 57 |
| Binary | 1010110 | 10011000 | 10001011 | 101011 | 0 | 1001 | 101000 | 10101000 | 11100 | 101111 |
Color Harmonies of #56988B
Complementary color
Monochromatic Colors of #56988B
Black with #56988B
Text Example
Text Example
White with #56988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56988B; }
p { color: rgb(86,152,139); }
H1.HeaderClassName
{
color: #56988B;
}
.AnyTagClassName
{
color: #56988B;
}
</style>
background-color css
<style>
a { background-color: #56988B; }
a { background-color: rgb(86,152,139); }
div.DivClassName
{
background-color: #56988B;
}
.BgClassName
{
background-color: #56988B;
}
</style>
border-color css
<style>
span { border-color: #56988B; }
span { border-color: rgb(86,152,139); }
td.TdClassName
{
border-color: #56988B;
}
.TagClassName
{
border-color: #56988B;
}
</style>