Shades of Lochinvar #559D92
Tints of Lochinvar #559D92
RGB
CMYK
RGB Variations
Color information
#559D92 (or 0x559D92) is known color: Lochinvar. HEX triplet: 55, 9D and 92. RGB value is (85,157,146). Sum of RGB (Red+Green+Blue) = 85+157+146=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 157 (61.72% from 255 or 40.46% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 157 - color contains mainly: green. Hex color #559D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559D92 is #AA626D. Grayscale: #868686. Windows color (decimal): -11166318 or 9608533. OLE color: 9608533.
HSL color Cylindrical-coordinate representation of color #559D92: hue angle of 170.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #559D92 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 85 | 157 | 146 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.38 |
| HSL | 170.83º | 0.3% | 0.47% | - |
| HSV(B) | 170.83º | 0.46% | 0.62% | - |
| XYZ | 20.99 | 28.12 | 31.52 | - |
| YUV | 134.22 | 134.65 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 157 | 146 | 0.46 | 0 | 0.07 | 0.38 | 170.83 | 0.3 | 0.47 |
| Hex | 55 | 9D | 92 | 2E | 0 | 7 | 26 | AB | 1E | 2F |
| Octal | 125 | 235 | 222 | 56 | 0 | 7 | 46 | 253 | 36 | 57 |
| Binary | 1010101 | 10011101 | 10010010 | 101110 | 0 | 111 | 100110 | 10101011 | 11110 | 101111 |
Color Harmonies of #559D92
Complementary color
Monochromatic Colors of #559D92
Black with #559D92
Text Example
Text Example
White with #559D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #559D92; }
p { color: rgb(85,157,146); }
H1.HeaderClassName
{
color: #559D92;
}
.AnyTagClassName
{
color: #559D92;
}
</style>
background-color css
<style>
a { background-color: #559D92; }
a { background-color: rgb(85,157,146); }
div.DivClassName
{
background-color: #559D92;
}
.BgClassName
{
background-color: #559D92;
}
</style>
border-color css
<style>
span { border-color: #559D92; }
span { border-color: rgb(85,157,146); }
td.TdClassName
{
border-color: #559D92;
}
.TagClassName
{
border-color: #559D92;
}
</style>