Shades of Lochinvar #558882
Tints of Lochinvar #558882
RGB
CMYK
RGB Variations
Color information
#558882 (or 0x558882) is known color: Lochinvar. HEX triplet: 55, 88 and 82. RGB value is (85,136,130). Sum of RGB (Red+Green+Blue) = 85+136+130=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #558882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558882 is #AA777D. Grayscale: #787878. Windows color (decimal): -11171710 or 8554581. OLE color: 8554581.
HSL color Cylindrical-coordinate representation of color #558882: hue angle of 172.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558882 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 85 | 136 | 130 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.47 |
| HSL | 172.94º | 0.23% | 0.43% | - |
| HSV(B) | 172.94º | 0.38% | 0.53% | - |
| XYZ | 16.58 | 21.15 | 24.33 | - |
| YUV | 120.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 136 | 130 | 0.38 | 0 | 0.04 | 0.47 | 172.94 | 0.23 | 0.43 |
| Hex | 55 | 88 | 82 | 26 | 0 | 4 | 2F | AD | 17 | 2B |
| Octal | 125 | 210 | 202 | 46 | 0 | 4 | 57 | 255 | 27 | 53 |
| Binary | 1010101 | 10001000 | 10000010 | 100110 | 0 | 100 | 101111 | 10101101 | 10111 | 101011 |
Color Harmonies of #558882
Complementary color
Monochromatic Colors of #558882
Black with #558882
Text Example
Text Example
White with #558882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558882; }
p { color: rgb(85,136,130); }
H1.HeaderClassName
{
color: #558882;
}
.AnyTagClassName
{
color: #558882;
}
</style>
background-color css
<style>
a { background-color: #558882; }
a { background-color: rgb(85,136,130); }
div.DivClassName
{
background-color: #558882;
}
.BgClassName
{
background-color: #558882;
}
</style>
border-color css
<style>
span { border-color: #558882; }
span { border-color: rgb(85,136,130); }
td.TdClassName
{
border-color: #558882;
}
.TagClassName
{
border-color: #558882;
}
</style>