Shades of Lochinvar #599089
Tints of Lochinvar #599089
RGB
CMYK
RGB Variations
Color information
#599089 (or 0x599089) is known color: Lochinvar. HEX triplet: 59, 90 and 89. RGB value is (89,144,137). Sum of RGB (Red+Green+Blue) = 89+144+137=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 144 (56.64% from 255 or 38.92% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 144 - color contains mainly: green. Hex color #599089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599089 is #A66F76. Grayscale: #7E7E7E. Windows color (decimal): -10907511 or 9015385. OLE color: 9015385.
HSL color Cylindrical-coordinate representation of color #599089: hue angle of 172.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #599089 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 89 | 144 | 137 | - |
| CMYK | 0.38 | 0 | 0.05 | 0.44 |
| HSL | 172.36º | 0.24% | 0.46% | - |
| HSV(B) | 172.36º | 0.38% | 0.56% | - |
| XYZ | 18.61 | 23.88 | 27.29 | - |
| YUV | 126.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 144 | 137 | 0.38 | 0 | 0.05 | 0.44 | 172.36 | 0.24 | 0.46 |
| Hex | 59 | 90 | 89 | 26 | 0 | 5 | 2C | AC | 18 | 2E |
| Octal | 131 | 220 | 211 | 46 | 0 | 5 | 54 | 254 | 30 | 56 |
| Binary | 1011001 | 10010000 | 10001001 | 100110 | 0 | 101 | 101100 | 10101100 | 11000 | 101110 |
Color Harmonies of #599089
Complementary color
Monochromatic Colors of #599089
Black with #599089
Text Example
Text Example
White with #599089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #599089; }
p { color: rgb(89,144,137); }
H1.HeaderClassName
{
color: #599089;
}
.AnyTagClassName
{
color: #599089;
}
</style>
background-color css
<style>
a { background-color: #599089; }
a { background-color: rgb(89,144,137); }
div.DivClassName
{
background-color: #599089;
}
.BgClassName
{
background-color: #599089;
}
</style>
border-color css
<style>
span { border-color: #599089; }
span { border-color: rgb(89,144,137); }
td.TdClassName
{
border-color: #599089;
}
.TagClassName
{
border-color: #599089;
}
</style>