Shades of Lochinvar #559083
Tints of Lochinvar #559083
RGB
CMYK
RGB Variations
Color information
#559083 (or 0x559083) is known color: Lochinvar. HEX triplet: 55, 90 and 83. RGB value is (85,144,131). Sum of RGB (Red+Green+Blue) = 85+144+131=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #559083 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559083 is #AA6F7C. Grayscale: #7C7C7C. Windows color (decimal): -11169661 or 8622165. OLE color: 8622165.
HSL color Cylindrical-coordinate representation of color #559083: hue angle of 166.78º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559083 is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 131 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.44 |
| HSL | 166.78º | 0.26% | 0.45% | - |
| HSV(B) | 166.78º | 0.41% | 0.56% | - |
| XYZ | 17.82 | 23.52 | 25.07 | - |
| YUV | 124.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 131 | 0.41 | 0 | 0.09 | 0.44 | 166.78 | 0.26 | 0.45 |
| Hex | 55 | 90 | 83 | 29 | 0 | 9 | 2C | A7 | 1A | 2D |
| Octal | 125 | 220 | 203 | 51 | 0 | 11 | 54 | 247 | 32 | 55 |
| Binary | 1010101 | 10010000 | 10000011 | 101001 | 0 | 1001 | 101100 | 10100111 | 11010 | 101101 |
Color Harmonies of #559083
Complementary color
Monochromatic Colors of #559083
Black with #559083
Text Example
Text Example
White with #559083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559083; }
p { color: rgb(85,144,131); }
H1.HeaderClassName
{
color: #559083;
}
.AnyTagClassName
{
color: #559083;
}
</style>
background-color css
<style>
a { background-color: #559083; }
a { background-color: rgb(85,144,131); }
div.DivClassName
{
background-color: #559083;
}
.BgClassName
{
background-color: #559083;
}
</style>
border-color css
<style>
span { border-color: #559083; }
span { border-color: rgb(85,144,131); }
td.TdClassName
{
border-color: #559083;
}
.TagClassName
{
border-color: #559083;
}
</style>