Shades of Lochinvar #578F85
Tints of Lochinvar #578F85
RGB
CMYK
RGB Variations
Color information
#578F85 (or 0x578F85) is known color: Lochinvar. HEX triplet: 57, 8F and 85. RGB value is (87,143,133). Sum of RGB (Red+Green+Blue) = 87+143+133=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 143 - color contains mainly: green. Hex color #578F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578F85 is #A8707A. Grayscale: #7D7D7D. Windows color (decimal): -11038843 or 8752983. OLE color: 8752983.
HSL color Cylindrical-coordinate representation of color #578F85: hue angle of 169.29º 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 #578F85 is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 87 | 143 | 133 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.44 |
| HSL | 169.29º | 0.24% | 0.45% | - |
| HSV(B) | 169.29º | 0.39% | 0.56% | - |
| XYZ | 17.99 | 23.36 | 25.75 | - |
| YUV | 125.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 133 | 0.39 | 0 | 0.07 | 0.44 | 169.29 | 0.24 | 0.45 |
| Hex | 57 | 8F | 85 | 27 | 0 | 7 | 2C | A9 | 18 | 2D |
| Octal | 127 | 217 | 205 | 47 | 0 | 7 | 54 | 251 | 30 | 55 |
| Binary | 1010111 | 10001111 | 10000101 | 100111 | 0 | 111 | 101100 | 10101001 | 11000 | 101101 |
Color Harmonies of #578F85
Complementary color
Monochromatic Colors of #578F85
Black with #578F85
Text Example
Text Example
White with #578F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578F85; }
p { color: rgb(87,143,133); }
H1.HeaderClassName
{
color: #578F85;
}
.AnyTagClassName
{
color: #578F85;
}
</style>
background-color css
<style>
a { background-color: #578F85; }
a { background-color: rgb(87,143,133); }
div.DivClassName
{
background-color: #578F85;
}
.BgClassName
{
background-color: #578F85;
}
</style>
border-color css
<style>
span { border-color: #578F85; }
span { border-color: rgb(87,143,133); }
td.TdClassName
{
border-color: #578F85;
}
.TagClassName
{
border-color: #578F85;
}
</style>