Shades of Lochinvar #568A7F
Tints of Lochinvar #568A7F
RGB
CMYK
RGB Variations
Color information
#568A7F (or 0x568A7F) is known color: Lochinvar. HEX triplet: 56, 8A and 7F. RGB value is (86,138,127). Sum of RGB (Red+Green+Blue) = 86+138+127=351 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.50% from 351); Green value is 138 (54.30% from 255 or 39.32% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 138 - color contains mainly: green. Hex color #568A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A7F is #A97580. Grayscale: #797979. Windows color (decimal): -11105665 or 8358486. OLE color: 8358486.
HSL color Cylindrical-coordinate representation of color #568A7F: hue angle of 167.31º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568A7F is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 138 | 127 | - |
| CMYK | 0.38 | 0 | 0.08 | 0.46 |
| HSL | 167.31º | 0.23% | 0.44% | - |
| HSV(B) | 167.31º | 0.38% | 0.54% | - |
| XYZ | 16.76 | 21.69 | 23.38 | - |
| YUV | 121.2 | 131.27 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 127 | 0.38 | 0 | 0.08 | 0.46 | 167.31 | 0.23 | 0.44 |
| Hex | 56 | 8A | 7F | 26 | 0 | 8 | 2E | A7 | 17 | 2C |
| Octal | 126 | 212 | 177 | 46 | 0 | 10 | 56 | 247 | 27 | 54 |
| Binary | 1010110 | 10001010 | 1111111 | 100110 | 0 | 1000 | 101110 | 10100111 | 10111 | 101100 |
Color Harmonies of #568A7F
Complementary color
Monochromatic Colors of #568A7F
Black with #568A7F
Text Example
Text Example
White with #568A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568A7F; }
p { color: rgb(86,138,127); }
H1.HeaderClassName
{
color: #568A7F;
}
.AnyTagClassName
{
color: #568A7F;
}
</style>
background-color css
<style>
a { background-color: #568A7F; }
a { background-color: rgb(86,138,127); }
div.DivClassName
{
background-color: #568A7F;
}
.BgClassName
{
background-color: #568A7F;
}
</style>
border-color css
<style>
span { border-color: #568A7F; }
span { border-color: rgb(86,138,127); }
td.TdClassName
{
border-color: #568A7F;
}
.TagClassName
{
border-color: #568A7F;
}
</style>