Shades of Lochinvar #559283
Tints of Lochinvar #559283
RGB
CMYK
RGB Variations
Color information
#559283 (or 0x559283) is known color: Lochinvar. HEX triplet: 55, 92 and 83. RGB value is (85,146,131). Sum of RGB (Red+Green+Blue) = 85+146+131=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 146 (57.42% from 255 or 40.33% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 146 - color contains mainly: green. Hex color #559283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559283 is #AA6D7C. Grayscale: #7E7E7E. Windows color (decimal): -11169149 or 8622677. OLE color: 8622677.
HSL color Cylindrical-coordinate representation of color #559283: hue angle of 165.25º 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 #559283 is Cyan = 0.42, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 131 | - |
| CMYK | 0.42 | 0 | 0.10 | 0.43 |
| HSL | 165.25º | 0.26% | 0.45% | - |
| HSV(B) | 165.25º | 0.42% | 0.57% | - |
| XYZ | 18.12 | 24.13 | 25.17 | - |
| YUV | 126.05 | 130.79 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 131 | 0.42 | 0 | 0.10 | 0.43 | 165.25 | 0.26 | 0.45 |
| Hex | 55 | 92 | 83 | 2A | 0 | A | 2B | A5 | 1A | 2D |
| Octal | 125 | 222 | 203 | 52 | 0 | 12 | 53 | 245 | 32 | 55 |
| Binary | 1010101 | 10010010 | 10000011 | 101010 | 0 | 1010 | 101011 | 10100101 | 11010 | 101101 |
Color Harmonies of #559283
Complementary color
Monochromatic Colors of #559283
Black with #559283
Text Example
Text Example
White with #559283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559283; }
p { color: rgb(85,146,131); }
H1.HeaderClassName
{
color: #559283;
}
.AnyTagClassName
{
color: #559283;
}
</style>
background-color css
<style>
a { background-color: #559283; }
a { background-color: rgb(85,146,131); }
div.DivClassName
{
background-color: #559283;
}
.BgClassName
{
background-color: #559283;
}
</style>
border-color css
<style>
span { border-color: #559283; }
span { border-color: rgb(85,146,131); }
td.TdClassName
{
border-color: #559283;
}
.TagClassName
{
border-color: #559283;
}
</style>