Shades of Lochinvar #59948C
Tints of Lochinvar #59948C
RGB
CMYK
RGB Variations
Color information
#59948C (or 0x59948C) is known color: Lochinvar. HEX triplet: 59, 94 and 8C. RGB value is (89,148,140). Sum of RGB (Red+Green+Blue) = 89+148+140=377 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.61% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #59948C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59948C is #A66B73. Grayscale: #818181. Windows color (decimal): -10906484 or 9213017. OLE color: 9213017.
HSL color Cylindrical-coordinate representation of color #59948C: hue angle of 171.86º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #59948C is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 89 | 148 | 140 | - |
| CMYK | 0.40 | 0 | 0.05 | 0.42 |
| HSL | 171.86º | 0.25% | 0.46% | - |
| HSV(B) | 171.86º | 0.4% | 0.58% | - |
| XYZ | 19.44 | 25.2 | 28.65 | - |
| YUV | 129.45 | 133.95 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 148 | 140 | 0.40 | 0 | 0.05 | 0.42 | 171.86 | 0.25 | 0.46 |
| Hex | 59 | 94 | 8C | 28 | 0 | 5 | 2A | AC | 19 | 2E |
| Octal | 131 | 224 | 214 | 50 | 0 | 5 | 52 | 254 | 31 | 56 |
| Binary | 1011001 | 10010100 | 10001100 | 101000 | 0 | 101 | 101010 | 10101100 | 11001 | 101110 |
Color Harmonies of #59948C
Complementary color
Monochromatic Colors of #59948C
Black with #59948C
Text Example
Text Example
White with #59948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59948C; }
p { color: rgb(89,148,140); }
H1.HeaderClassName
{
color: #59948C;
}
.AnyTagClassName
{
color: #59948C;
}
</style>
background-color css
<style>
a { background-color: #59948C; }
a { background-color: rgb(89,148,140); }
div.DivClassName
{
background-color: #59948C;
}
.BgClassName
{
background-color: #59948C;
}
</style>
border-color css
<style>
span { border-color: #59948C; }
span { border-color: rgb(89,148,140); }
td.TdClassName
{
border-color: #59948C;
}
.TagClassName
{
border-color: #59948C;
}
</style>