Shades of Lochinvar #568982
Tints of Lochinvar #568982
RGB
CMYK
RGB Variations
Color information
#568982 (or 0x568982) is known color: Lochinvar. HEX triplet: 56, 89 and 82. RGB value is (86,137,130). Sum of RGB (Red+Green+Blue) = 86+137+130=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 137 (53.91% from 255 or 38.81% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 137 - color contains mainly: green. Hex color #568982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568982 is #A9767D. Grayscale: #787878. Windows color (decimal): -11105918 or 8554838. OLE color: 8554838.
HSL color Cylindrical-coordinate representation of color #568982: hue angle of 171.76º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #568982 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 137 | 130 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.46 |
| HSL | 171.76º | 0.23% | 0.44% | - |
| HSV(B) | 171.76º | 0.37% | 0.54% | - |
| XYZ | 16.81 | 21.48 | 24.38 | - |
| YUV | 120.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 130 | 0.37 | 0 | 0.05 | 0.46 | 171.76 | 0.23 | 0.44 |
| Hex | 56 | 89 | 82 | 25 | 0 | 5 | 2E | AC | 17 | 2C |
| Octal | 126 | 211 | 202 | 45 | 0 | 5 | 56 | 254 | 27 | 54 |
| Binary | 1010110 | 10001001 | 10000010 | 100101 | 0 | 101 | 101110 | 10101100 | 10111 | 101100 |
Color Harmonies of #568982
Complementary color
Monochromatic Colors of #568982
Black with #568982
Text Example
Text Example
White with #568982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568982; }
p { color: rgb(86,137,130); }
H1.HeaderClassName
{
color: #568982;
}
.AnyTagClassName
{
color: #568982;
}
</style>
background-color css
<style>
a { background-color: #568982; }
a { background-color: rgb(86,137,130); }
div.DivClassName
{
background-color: #568982;
}
.BgClassName
{
background-color: #568982;
}
</style>
border-color css
<style>
span { border-color: #568982; }
span { border-color: rgb(86,137,130); }
td.TdClassName
{
border-color: #568982;
}
.TagClassName
{
border-color: #568982;
}
</style>