Shades of Lochinvar #578E84
Tints of Lochinvar #578E84
RGB
CMYK
RGB Variations
Color information
#578E84 (or 0x578E84) is known color: Lochinvar. HEX triplet: 57, 8E and 84. RGB value is (87,142,132). Sum of RGB (Red+Green+Blue) = 87+142+132=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 142 - color contains mainly: green. Hex color #578E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578E84 is #A8717B. Grayscale: #7C7C7C. Windows color (decimal): -11039100 or 8687191. OLE color: 8687191.
HSL color Cylindrical-coordinate representation of color #578E84: hue angle of 169.09º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #578E84 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 142 | 132 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.44 |
| HSL | 169.09º | 0.24% | 0.45% | - |
| HSV(B) | 169.09º | 0.39% | 0.56% | - |
| XYZ | 17.77 | 23.04 | 25.34 | - |
| YUV | 124.42 | 132.28 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 142 | 132 | 0.39 | 0 | 0.07 | 0.44 | 169.09 | 0.24 | 0.45 |
| Hex | 57 | 8E | 84 | 27 | 0 | 7 | 2C | A9 | 18 | 2D |
| Octal | 127 | 216 | 204 | 47 | 0 | 7 | 54 | 251 | 30 | 55 |
| Binary | 1010111 | 10001110 | 10000100 | 100111 | 0 | 111 | 101100 | 10101001 | 11000 | 101101 |
Color Harmonies of #578E84
Complementary color
Monochromatic Colors of #578E84
Black with #578E84
Text Example
Text Example
White with #578E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578E84; }
p { color: rgb(87,142,132); }
H1.HeaderClassName
{
color: #578E84;
}
.AnyTagClassName
{
color: #578E84;
}
</style>
background-color css
<style>
a { background-color: #578E84; }
a { background-color: rgb(87,142,132); }
div.DivClassName
{
background-color: #578E84;
}
.BgClassName
{
background-color: #578E84;
}
</style>
border-color css
<style>
span { border-color: #578E84; }
span { border-color: rgb(87,142,132); }
td.TdClassName
{
border-color: #578E84;
}
.TagClassName
{
border-color: #578E84;
}
</style>