Shades of Lochinvar #559F91
Tints of Lochinvar #559F91
RGB
CMYK
RGB Variations
Color information
#559F91 (or 0x559F91) is known color: Lochinvar. HEX triplet: 55, 9F and 91. RGB value is (85,159,145). Sum of RGB (Red+Green+Blue) = 85+159+145=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 159 - color contains mainly: green. Hex color #559F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559F91 is #AA606E. Grayscale: #878787. Windows color (decimal): -11165807 or 9543509. OLE color: 9543509.
HSL color Cylindrical-coordinate representation of color #559F91: hue angle of 168.65º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #559F91 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 159 | 145 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.38 |
| HSL | 168.65º | 0.3% | 0.48% | - |
| HSV(B) | 168.65º | 0.47% | 0.62% | - |
| XYZ | 21.26 | 28.77 | 31.22 | - |
| YUV | 135.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 159 | 145 | 0.47 | 0 | 0.09 | 0.38 | 168.65 | 0.3 | 0.48 |
| Hex | 55 | 9F | 91 | 2F | 0 | 9 | 26 | A9 | 1E | 30 |
| Octal | 125 | 237 | 221 | 57 | 0 | 11 | 46 | 251 | 36 | 60 |
| Binary | 1010101 | 10011111 | 10010001 | 101111 | 0 | 1001 | 100110 | 10101001 | 11110 | 110000 |
Color Harmonies of #559F91
Complementary color
Monochromatic Colors of #559F91
Black with #559F91
Text Example
Text Example
White with #559F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559F91; }
p { color: rgb(85,159,145); }
H1.HeaderClassName
{
color: #559F91;
}
.AnyTagClassName
{
color: #559F91;
}
</style>
background-color css
<style>
a { background-color: #559F91; }
a { background-color: rgb(85,159,145); }
div.DivClassName
{
background-color: #559F91;
}
.BgClassName
{
background-color: #559F91;
}
</style>
border-color css
<style>
span { border-color: #559F91; }
span { border-color: rgb(85,159,145); }
td.TdClassName
{
border-color: #559F91;
}
.TagClassName
{
border-color: #559F91;
}
</style>