Shades of Lochinvar #598B85
Tints of Lochinvar #598B85
RGB
CMYK
RGB Variations
Color information
#598B85 (or 0x598B85) is known color: Lochinvar. HEX triplet: 59, 8B and 85. RGB value is (89,139,133). Sum of RGB (Red+Green+Blue) = 89+139+133=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 139 (54.69% from 255 or 38.50% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 139 - color contains mainly: green. Hex color #598B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598B85 is #A6747A. Grayscale: #7B7B7B. Windows color (decimal): -10908795 or 8751961. OLE color: 8751961.
HSL color Cylindrical-coordinate representation of color #598B85: hue angle of 172.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #598B85 is Cyan = 0.36, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 89 | 139 | 133 | - |
| CMYK | 0.36 | 0 | 0.04 | 0.45 |
| HSL | 172.8º | 0.22% | 0.45% | - |
| HSV(B) | 172.8º | 0.36% | 0.55% | - |
| XYZ | 17.59 | 22.28 | 25.56 | - |
| YUV | 123.37 | 133.44 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 139 | 133 | 0.36 | 0 | 0.04 | 0.45 | 172.8 | 0.22 | 0.45 |
| Hex | 59 | 8B | 85 | 24 | 0 | 4 | 2D | AD | 16 | 2D |
| Octal | 131 | 213 | 205 | 44 | 0 | 4 | 55 | 255 | 26 | 55 |
| Binary | 1011001 | 10001011 | 10000101 | 100100 | 0 | 100 | 101101 | 10101101 | 10110 | 101101 |
Color Harmonies of #598B85
Complementary color
Monochromatic Colors of #598B85
Black with #598B85
Text Example
Text Example
White with #598B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #598B85; }
p { color: rgb(89,139,133); }
H1.HeaderClassName
{
color: #598B85;
}
.AnyTagClassName
{
color: #598B85;
}
</style>
background-color css
<style>
a { background-color: #598B85; }
a { background-color: rgb(89,139,133); }
div.DivClassName
{
background-color: #598B85;
}
.BgClassName
{
background-color: #598B85;
}
</style>
border-color css
<style>
span { border-color: #598B85; }
span { border-color: rgb(89,139,133); }
td.TdClassName
{
border-color: #598B85;
}
.TagClassName
{
border-color: #598B85;
}
</style>