Shades of Lochinvar #568981
Tints of Lochinvar #568981
RGB
CMYK
RGB Variations
Color information
#568981 (or 0x568981) is known color: Lochinvar. HEX triplet: 56, 89 and 81. RGB value is (86,137,129). Sum of RGB (Red+Green+Blue) = 86+137+129=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 129 (50.78% from 255 or 36.65% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #568981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568981 is #A9767E. Grayscale: #787878. Windows color (decimal): -11105919 or 8489302. OLE color: 8489302.
HSL color Cylindrical-coordinate representation of color #568981: hue angle of 170.59º 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 #568981 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 137 | 129 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.46 |
| HSL | 170.59º | 0.23% | 0.44% | - |
| HSV(B) | 170.59º | 0.37% | 0.54% | - |
| XYZ | 16.75 | 21.45 | 24.03 | - |
| YUV | 120.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 137 | 129 | 0.37 | 0 | 0.06 | 0.46 | 170.59 | 0.23 | 0.44 |
| Hex | 56 | 89 | 81 | 25 | 0 | 6 | 2E | AB | 17 | 2C |
| Octal | 126 | 211 | 201 | 45 | 0 | 6 | 56 | 253 | 27 | 54 |
| Binary | 1010110 | 10001001 | 10000001 | 100101 | 0 | 110 | 101110 | 10101011 | 10111 | 101100 |
Color Harmonies of #568981
Complementary color
Monochromatic Colors of #568981
Black with #568981
Text Example
Text Example
White with #568981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568981; }
p { color: rgb(86,137,129); }
H1.HeaderClassName
{
color: #568981;
}
.AnyTagClassName
{
color: #568981;
}
</style>
background-color css
<style>
a { background-color: #568981; }
a { background-color: rgb(86,137,129); }
div.DivClassName
{
background-color: #568981;
}
.BgClassName
{
background-color: #568981;
}
</style>
border-color css
<style>
span { border-color: #568981; }
span { border-color: rgb(86,137,129); }
td.TdClassName
{
border-color: #568981;
}
.TagClassName
{
border-color: #568981;
}
</style>