Shades of Lochinvar #578B82
Tints of Lochinvar #578B82
RGB
CMYK
RGB Variations
Color information
#578B82 (or 0x578B82) is known color: Lochinvar. HEX triplet: 57, 8B and 82. RGB value is (87,139,130). Sum of RGB (Red+Green+Blue) = 87+139+130=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 139 (54.69% from 255 or 39.04% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 139 - color contains mainly: green. Hex color #578B82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #578B82 is #A8747D. Grayscale: #7A7A7A. Windows color (decimal): -11039870 or 8555351. OLE color: 8555351.
HSL color Cylindrical-coordinate representation of color #578B82: hue angle of 169.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #578B82 is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 87 | 139 | 130 | - |
| CMYK | 0.37 | 0 | 0.06 | 0.45 |
| HSL | 169.62º | 0.23% | 0.44% | - |
| HSV(B) | 169.62º | 0.37% | 0.55% | - |
| XYZ | 17.19 | 22.1 | 24.48 | - |
| YUV | 122.43 | 132.27 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 130 | 0.37 | 0 | 0.06 | 0.45 | 169.62 | 0.23 | 0.44 |
| Hex | 57 | 8B | 82 | 25 | 0 | 6 | 2D | AA | 17 | 2C |
| Octal | 127 | 213 | 202 | 45 | 0 | 6 | 55 | 252 | 27 | 54 |
| Binary | 1010111 | 10001011 | 10000010 | 100101 | 0 | 110 | 101101 | 10101010 | 10111 | 101100 |
Color Harmonies of #578B82
Complementary color
Monochromatic Colors of #578B82
Black with #578B82
Text Example
Text Example
White with #578B82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578B82; }
p { color: rgb(87,139,130); }
H1.HeaderClassName
{
color: #578B82;
}
.AnyTagClassName
{
color: #578B82;
}
</style>
background-color css
<style>
a { background-color: #578B82; }
a { background-color: rgb(87,139,130); }
div.DivClassName
{
background-color: #578B82;
}
.BgClassName
{
background-color: #578B82;
}
</style>
border-color css
<style>
span { border-color: #578B82; }
span { border-color: rgb(87,139,130); }
td.TdClassName
{
border-color: #578B82;
}
.TagClassName
{
border-color: #578B82;
}
</style>