Shades of Lochinvar #558984
Tints of Lochinvar #558984
RGB
CMYK
RGB Variations
Color information
#558984 (or 0x558984) is known color: Lochinvar. HEX triplet: 55, 89 and 84. RGB value is (85,137,132). Sum of RGB (Red+Green+Blue) = 85+137+132=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 137 - color contains mainly: green. Hex color #558984 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558984 is #AA767B. Grayscale: #787878. Windows color (decimal): -11171452 or 8685909. OLE color: 8685909.
HSL color Cylindrical-coordinate representation of color #558984: hue angle of 174.23º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558984 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 85 | 137 | 132 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.46 |
| HSL | 174.23º | 0.23% | 0.44% | - |
| HSV(B) | 174.23º | 0.38% | 0.54% | - |
| XYZ | 16.86 | 21.49 | 25.09 | - |
| YUV | 120.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 137 | 132 | 0.38 | 0 | 0.04 | 0.46 | 174.23 | 0.23 | 0.44 |
| Hex | 55 | 89 | 84 | 26 | 0 | 4 | 2E | AE | 17 | 2C |
| Octal | 125 | 211 | 204 | 46 | 0 | 4 | 56 | 256 | 27 | 54 |
| Binary | 1010101 | 10001001 | 10000100 | 100110 | 0 | 100 | 101110 | 10101110 | 10111 | 101100 |
Color Harmonies of #558984
Complementary color
Monochromatic Colors of #558984
Black with #558984
Text Example
Text Example
White with #558984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558984; }
p { color: rgb(85,137,132); }
H1.HeaderClassName
{
color: #558984;
}
.AnyTagClassName
{
color: #558984;
}
</style>
background-color css
<style>
a { background-color: #558984; }
a { background-color: rgb(85,137,132); }
div.DivClassName
{
background-color: #558984;
}
.BgClassName
{
background-color: #558984;
}
</style>
border-color css
<style>
span { border-color: #558984; }
span { border-color: rgb(85,137,132); }
td.TdClassName
{
border-color: #558984;
}
.TagClassName
{
border-color: #558984;
}
</style>