Shades of Lochinvar #578C86
Tints of Lochinvar #578C86
RGB
CMYK
RGB Variations
Color information
#578C86 (or 0x578C86) is known color: Lochinvar. HEX triplet: 57, 8C and 86. RGB value is (87,140,134). Sum of RGB (Red+Green+Blue) = 87+140+134=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 140 - color contains mainly: green. Hex color #578C86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578C86 is #A87379. Grayscale: #7B7B7B. Windows color (decimal): -11039610 or 8817751. OLE color: 8817751.
HSL color Cylindrical-coordinate representation of color #578C86: hue angle of 173.21º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #578C86 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 140 | 134 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.45 |
| HSL | 173.21º | 0.23% | 0.45% | - |
| HSV(B) | 173.21º | 0.38% | 0.55% | - |
| XYZ | 17.61 | 22.5 | 25.97 | - |
| YUV | 123.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 140 | 134 | 0.38 | 0 | 0.04 | 0.45 | 173.21 | 0.23 | 0.45 |
| Hex | 57 | 8C | 86 | 26 | 0 | 4 | 2D | AD | 17 | 2D |
| Octal | 127 | 214 | 206 | 46 | 0 | 4 | 55 | 255 | 27 | 55 |
| Binary | 1010111 | 10001100 | 10000110 | 100110 | 0 | 100 | 101101 | 10101101 | 10111 | 101101 |
Color Harmonies of #578C86
Complementary color
Monochromatic Colors of #578C86
Black with #578C86
Text Example
Text Example
White with #578C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578C86; }
p { color: rgb(87,140,134); }
H1.HeaderClassName
{
color: #578C86;
}
.AnyTagClassName
{
color: #578C86;
}
</style>
background-color css
<style>
a { background-color: #578C86; }
a { background-color: rgb(87,140,134); }
div.DivClassName
{
background-color: #578C86;
}
.BgClassName
{
background-color: #578C86;
}
</style>
border-color css
<style>
span { border-color: #578C86; }
span { border-color: rgb(87,140,134); }
td.TdClassName
{
border-color: #578C86;
}
.TagClassName
{
border-color: #578C86;
}
</style>