Shades of Lochinvar #559185
Tints of Lochinvar #559185
RGB
CMYK
RGB Variations
Color information
#559185 (or 0x559185) is known color: Lochinvar. HEX triplet: 55, 91 and 85. RGB value is (85,145,133). Sum of RGB (Red+Green+Blue) = 85+145+133=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #559185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559185 is #AA6E7A. Grayscale: #7D7D7D. Windows color (decimal): -11169403 or 8753493. OLE color: 8753493.
HSL color Cylindrical-coordinate representation of color #559185: hue angle of 168º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559185 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 145 | 133 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.43 |
| HSL | 168º | 0.26% | 0.45% | - |
| HSV(B) | 168º | 0.41% | 0.57% | - |
| XYZ | 18.11 | 23.88 | 25.84 | - |
| YUV | 125.69 | 132.12 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 145 | 133 | 0.41 | 0 | 0.08 | 0.43 | 168 | 0.26 | 0.45 |
| Hex | 55 | 91 | 85 | 29 | 0 | 8 | 2B | A8 | 1A | 2D |
| Octal | 125 | 221 | 205 | 51 | 0 | 10 | 53 | 250 | 32 | 55 |
| Binary | 1010101 | 10010001 | 10000101 | 101001 | 0 | 1000 | 101011 | 10101000 | 11010 | 101101 |
Color Harmonies of #559185
Complementary color
Monochromatic Colors of #559185
Black with #559185
Text Example
Text Example
White with #559185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559185; }
p { color: rgb(85,145,133); }
H1.HeaderClassName
{
color: #559185;
}
.AnyTagClassName
{
color: #559185;
}
</style>
background-color css
<style>
a { background-color: #559185; }
a { background-color: rgb(85,145,133); }
div.DivClassName
{
background-color: #559185;
}
.BgClassName
{
background-color: #559185;
}
</style>
border-color css
<style>
span { border-color: #559185; }
span { border-color: rgb(85,145,133); }
td.TdClassName
{
border-color: #559185;
}
.TagClassName
{
border-color: #559185;
}
</style>