Shades of Lochinvar #558B80
Tints of Lochinvar #558B80
RGB
CMYK
RGB Variations
Color information
#558B80 (or 0x558B80) is known color: Lochinvar. HEX triplet: 55, 8B and 80. RGB value is (85,139,128). Sum of RGB (Red+Green+Blue) = 85+139+128=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #558B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B80 is #AA747F. Grayscale: #797979. Windows color (decimal): -11170944 or 8424277. OLE color: 8424277.
HSL color Cylindrical-coordinate representation of color #558B80: hue angle of 167.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558B80 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 85 | 139 | 128 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.45 |
| HSL | 167.78º | 0.24% | 0.44% | - |
| HSV(B) | 167.78º | 0.39% | 0.55% | - |
| XYZ | 16.88 | 21.96 | 23.77 | - |
| YUV | 121.6 | 131.61 | 101.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 139 | 128 | 0.39 | 0 | 0.08 | 0.45 | 167.78 | 0.24 | 0.44 |
| Hex | 55 | 8B | 80 | 27 | 0 | 8 | 2D | A8 | 18 | 2C |
| Octal | 125 | 213 | 200 | 47 | 0 | 10 | 55 | 250 | 30 | 54 |
| Binary | 1010101 | 10001011 | 10000000 | 100111 | 0 | 1000 | 101101 | 10101000 | 11000 | 101100 |
Color Harmonies of #558B80
Complementary color
Monochromatic Colors of #558B80
Black with #558B80
Text Example
Text Example
White with #558B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #558B80; }
p { color: rgb(85,139,128); }
H1.HeaderClassName
{
color: #558B80;
}
.AnyTagClassName
{
color: #558B80;
}
</style>
background-color css
<style>
a { background-color: #558B80; }
a { background-color: rgb(85,139,128); }
div.DivClassName
{
background-color: #558B80;
}
.BgClassName
{
background-color: #558B80;
}
</style>
border-color css
<style>
span { border-color: #558B80; }
span { border-color: rgb(85,139,128); }
td.TdClassName
{
border-color: #558B80;
}
.TagClassName
{
border-color: #558B80;
}
</style>