Shades of Lochinvar #558F84
Tints of Lochinvar #558F84
RGB
CMYK
RGB Variations
Color information
#558F84 (or 0x558F84) is known color: Lochinvar. HEX triplet: 55, 8F and 84. RGB value is (85,143,132). Sum of RGB (Red+Green+Blue) = 85+143+132=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 143 - color contains mainly: green. Hex color #558F84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558F84 is #AA707B. Grayscale: #7C7C7C. Windows color (decimal): -11169916 or 8687445. OLE color: 8687445.
HSL color Cylindrical-coordinate representation of color #558F84: hue angle of 168.62º degrees, saturation: 0.25, 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 #558F84 is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 143 | 132 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.44 |
| HSL | 168.62º | 0.25% | 0.45% | - |
| HSV(B) | 168.62º | 0.41% | 0.56% | - |
| XYZ | 17.73 | 23.24 | 25.38 | - |
| YUV | 124.4 | 132.28 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 143 | 132 | 0.41 | 0 | 0.08 | 0.44 | 168.62 | 0.25 | 0.45 |
| Hex | 55 | 8F | 84 | 29 | 0 | 8 | 2C | A9 | 19 | 2D |
| Octal | 125 | 217 | 204 | 51 | 0 | 10 | 54 | 251 | 31 | 55 |
| Binary | 1010101 | 10001111 | 10000100 | 101001 | 0 | 1000 | 101100 | 10101001 | 11001 | 101101 |
Color Harmonies of #558F84
Complementary color
Monochromatic Colors of #558F84
Black with #558F84
Text Example
Text Example
White with #558F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558F84; }
p { color: rgb(85,143,132); }
H1.HeaderClassName
{
color: #558F84;
}
.AnyTagClassName
{
color: #558F84;
}
</style>
background-color css
<style>
a { background-color: #558F84; }
a { background-color: rgb(85,143,132); }
div.DivClassName
{
background-color: #558F84;
}
.BgClassName
{
background-color: #558F84;
}
</style>
border-color css
<style>
span { border-color: #558F84; }
span { border-color: rgb(85,143,132); }
td.TdClassName
{
border-color: #558F84;
}
.TagClassName
{
border-color: #558F84;
}
</style>