Shades of Lochinvar #578A83
Tints of Lochinvar #578A83
RGB
CMYK
RGB Variations
Color information
#578A83 (or 0x578A83) is known color: Lochinvar. HEX triplet: 57, 8A and 83. RGB value is (87,138,131). Sum of RGB (Red+Green+Blue) = 87+138+131=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 138 (54.30% from 255 or 38.76% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 138 - color contains mainly: green. Hex color #578A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578A83 is #A8757C. Grayscale: #797979. Windows color (decimal): -11040125 or 8620631. OLE color: 8620631.
HSL color Cylindrical-coordinate representation of color #578A83: hue angle of 171.76º 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 #578A83 is Cyan = 0.37, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 87 | 138 | 131 | - |
| CMYK | 0.37 | 0 | 0.05 | 0.46 |
| HSL | 171.76º | 0.23% | 0.44% | - |
| HSV(B) | 171.76º | 0.37% | 0.54% | - |
| XYZ | 17.12 | 21.84 | 24.79 | - |
| YUV | 121.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 138 | 131 | 0.37 | 0 | 0.05 | 0.46 | 171.76 | 0.23 | 0.44 |
| Hex | 57 | 8A | 83 | 25 | 0 | 5 | 2E | AC | 17 | 2C |
| Octal | 127 | 212 | 203 | 45 | 0 | 5 | 56 | 254 | 27 | 54 |
| Binary | 1010111 | 10001010 | 10000011 | 100101 | 0 | 101 | 101110 | 10101100 | 10111 | 101100 |
Color Harmonies of #578A83
Complementary color
Monochromatic Colors of #578A83
Black with #578A83
Text Example
Text Example
White with #578A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578A83; }
p { color: rgb(87,138,131); }
H1.HeaderClassName
{
color: #578A83;
}
.AnyTagClassName
{
color: #578A83;
}
</style>
background-color css
<style>
a { background-color: #578A83; }
a { background-color: rgb(87,138,131); }
div.DivClassName
{
background-color: #578A83;
}
.BgClassName
{
background-color: #578A83;
}
</style>
border-color css
<style>
span { border-color: #578A83; }
span { border-color: rgb(87,138,131); }
td.TdClassName
{
border-color: #578A83;
}
.TagClassName
{
border-color: #578A83;
}
</style>