Shades of Lochinvar #559285
Tints of Lochinvar #559285
RGB
CMYK
RGB Variations
Color information
#559285 (or 0x559285) is known color: Lochinvar. HEX triplet: 55, 92 and 85. RGB value is (85,146,133). Sum of RGB (Red+Green+Blue) = 85+146+133=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #559285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559285 is #AA6D7A. Grayscale: #7E7E7E. Windows color (decimal): -11169147 or 8753749. OLE color: 8753749.
HSL color Cylindrical-coordinate representation of color #559285: hue angle of 167.21º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #559285 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 133 | - |
| CMYK | 0.42 | 0 | 0.09 | 0.43 |
| HSL | 167.21º | 0.26% | 0.45% | - |
| HSV(B) | 167.21º | 0.42% | 0.57% | - |
| XYZ | 18.26 | 24.18 | 25.9 | - |
| YUV | 126.28 | 131.79 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 133 | 0.42 | 0 | 0.09 | 0.43 | 167.21 | 0.26 | 0.45 |
| Hex | 55 | 92 | 85 | 2A | 0 | 9 | 2B | A7 | 1A | 2D |
| Octal | 125 | 222 | 205 | 52 | 0 | 11 | 53 | 247 | 32 | 55 |
| Binary | 1010101 | 10010010 | 10000101 | 101010 | 0 | 1001 | 101011 | 10100111 | 11010 | 101101 |
Color Harmonies of #559285
Complementary color
Monochromatic Colors of #559285
Black with #559285
Text Example
Text Example
White with #559285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559285; }
p { color: rgb(85,146,133); }
H1.HeaderClassName
{
color: #559285;
}
.AnyTagClassName
{
color: #559285;
}
</style>
background-color css
<style>
a { background-color: #559285; }
a { background-color: rgb(85,146,133); }
div.DivClassName
{
background-color: #559285;
}
.BgClassName
{
background-color: #559285;
}
</style>
border-color css
<style>
span { border-color: #559285; }
span { border-color: rgb(85,146,133); }
td.TdClassName
{
border-color: #559285;
}
.TagClassName
{
border-color: #559285;
}
</style>